Search found 5 matches

by batteryphil
Sun Apr 05, 2009 2:58 pm
Forum: Programming Discussion
Topic: problems compiling
Replies: 10
Views: 895

Re: problems compiling

Works Great guys! Thanks a lot.
by batteryphil
Sun Apr 05, 2009 2:48 pm
Forum: Programming Discussion
Topic: problems compiling
Replies: 10
Views: 895

Re: problems compiling

I'm downloading codeblocks now. Thanks for the advice guys! I'll let you know if this solves the problem.
by batteryphil
Sun Apr 05, 2009 2:11 pm
Forum: Programming Discussion
Topic: problems compiling
Replies: 10
Views: 895

Re: problems compiling

I tried what you posted and it didnt work either. It must be the mingw. What is that and how do I get it into dev c++.
by batteryphil
Sun Apr 05, 2009 1:03 pm
Forum: Programming Discussion
Topic: problems compiling
Replies: 10
Views: 895

Re: problems compiling

The code is just the maine. In the book it says it will open a console window and say "press any key to continue". #include <cstdlib> #include <iostream> using namespace std; int main(int argc, char *argv[]) { system("PAUSE"); return EXIT_SUCCESS; } But instead it gives this erro...
by batteryphil
Sun Apr 05, 2009 12:00 pm
Forum: Programming Discussion
Topic: problems compiling
Replies: 10
Views: 895

problems compiling

I have bought c++ for dummies and downloaded dev c++. The problem is I can't get it to compile. I am new so don't be to hard on me. Is there a setting I may have wrong or is it vista? I have tried other compilers and none of them will compile. Please help.