Forum: C++ Feb 12th, 2008 |
| Replies: 7 Views: 632 Ok, now it works, i just started a new project, didnt even have to include the test file in it, but anyways thank you guys
also, how do you put the code in the special formated text thing on this... |
Forum: C++ Feb 12th, 2008 |
| Replies: 7 Views: 632 // Test file
include <iostream>
using namespace std;
int main()
{
cout << "yarg!" << end1;
return 0;
} |
Forum: C++ Feb 12th, 2008 |
| Replies: 7 Views: 632 Ok, no matter what compiler i use, i can never find a compiler that will build/compile/run a single file like the one I have used in my school.
i got Code::Blocks to compile my test file
the... |
Forum: C++ Feb 10th, 2008 |
| Replies: 2 Views: 503 |
Forum: C++ Feb 10th, 2008 |
| Replies: 2 Views: 503 I bought the book C++ Primer Plus http://www.amazon.com/C%2B%2B-Primer-Plus-Stephen-Prata/dp/0672326973/ref=pd_bbs_sr_1?ie=UTF8&s=books&qid=1202680271&sr=8-1 because i plan on learning the C++... |