Modul 1.2
http://www.youtube.com/watch?v=NZZoiBmqbYs
Listing Program
// Modul 1.2.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include <iostream>
#include <stdlib.h>
using namespace std;
int _tmain(int argc, _TCHAR* argv[])
{
std::cout<< "Ini program kedua saya \n";
std::cout<<"menggunakan Visual Studio 2012."<<std::endl;
system ("pause");
return 0;
}
http://www.youtube.com/watch?v=NZZoiBmqbYs
Listing Program
// Modul 1.2.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include <iostream>
#include <stdlib.h>
using namespace std;
int _tmain(int argc, _TCHAR* argv[])
{
std::cout<< "Ini program kedua saya \n";
std::cout<<"menggunakan Visual Studio 2012."<<std::endl;
system ("pause");
return 0;
}
Tidak ada komentar:
Posting Komentar