Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How many lines of code you have written for a single program?

Answer Posted / george

If you want to make a simple Hello World program in a
Comand propt(Console) window. Here is its shortest's code:

#include "stdafx.h"
#include <iostream>
using namespace std;

int main()
{
cout << "Hello world" << endl;

cin.get();
return 0;
}
Check out my Youtube channel for 2 tutorials and see how
long can very very simple apps be!
http://www.youtube.com/user/GGames2009

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you establish an is-a relationship?

1079


What is private public protected in c++?

983


What is c++ library?

997


what is C++ objects?

1154


What is the object serialization?

1098


What is a constructor in c++ with example?

1073


Difference between struct and class in terms of access modifier.

1149


What are manipulators in c++ with example?

1008


What is a flag in c++?

1012


What is function prototyping? What are its advantages?

1034


Write a Program to find the largest of 4 no using macros.

1034


what is COPY CONSTRUCTOR and what is it used for?

1024


What is a container class? What are the types of container classes in c++?

1157


Explain rethrowing exceptions with an example?

981


Can you please explain the difference between static and dynamic binding of functions?

974