Thursday, July 30, 2009

Hey I need some c++ code!?

Really need some help haven't programed in forever just need a couple of functions and how ta use em oh im in Dev-C++ not Visual. Oh yeah and a sample program that says mabye Hi Person or somthing. And if have a good website to help that'd be great. Thanks

Hey I need some c++ code!?
Some tutorials I found are:


http://cplusplus.com/doc/tutorial/ ,


http://www.zeuscmd.com/tutorials/cpluspl... -- also has source code written specifically for Dev-C++ ,


and http://www.cprogramming.com/tutorial.htm...








Here is a program that prints out "Hello World":





#include %26lt;iostream%26gt;


using namespace std;





int main()


{


cout %26lt;%26lt; "Hello World" %26lt;%26lt; endl;





system("pause");


return 0;


}








Also, http://koders.com/ is a source code search engine that you can use.
Reply:try the microsoft websight or go to www.limewire.com and get it from there. they will have what you are looking for.


laterzzzzzzzzzzzzzzzz


No comments:

Post a Comment