Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Creating a Basic Mathmatic Program in C++
#3
maybe you should try to learn the most easiest program first. Here is the most simplest program that typed out "Hello World!"

#include <iostream.h>

main()
{
for(;Wink
{
cout << "Hello World! ";
}

}

or if i remember correctly it'll also work if you just have
#include <iostream.h>

main()
{
cout << "Hello World! ";
}


Here is the link to that program.
http://www2.latech.edu/~acm/helloworld/c++.html

You would also need to go read the beginners book or maybe try C++ for dummies first. You can't just learn how to program without reading a book.
Reply


Messages In This Thread
Creating a Basic Mathmatic Program in C++ - by x0xpriestx0x - 2008-07-09, 04:41 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)