No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
I'm using dev c++ beta i downloaded from the internet.but the problem is i cannot compile my source code even a simple one like this: #include <iostream> using std::cout; using std::end: int main() { cout<<"HELLO" <<end; return 0; } The error says "The system could not find the specified file" …
Hello I'm new to computer programming , and I'm using Dev C++ 4.9.9.2. I'm also reading C++ How To Program Pearson International Edition from DEITEL as my source of knowledge. I don't if I'm reading the right book and using the right c++ software or compiler. Hop you can give …
Hello I'm new to computer programming. I just want to ask where to download a C++ installer and what compiler is good to use. thank you:)
hi! smart people. It is my 11 days of reading and studying this book turbo c/c++, and I'm almost in the last part of the book. It is fun learning computer programming using c++. I'm having problem on how to apply the principles, that i've learned,so I need an example. …
I'm also a beginner a. For 2 weeks I read the entire c++ book with nore than 1200 pages. I know all the theory ,but not a master yet. I can say that we have to use the power of our imagination and reasoning or logic to create a simple …
ellow i,m also a newbie n programming using the same language you're using (C++). By the way try this... you define your function int Add(int x,int y), but you didn't create its prototype function. maybe this is the problem. try to declare the prototype first before defining it by writing …
ellow smart people. I want to learn c++ programming. can anyone recommend what to do or what book do I need to read? pls help me with this? what is the latest version of C++? thank you
what is the difference between vc++2005 and turboc++ ide or any other ide c++? thank you
The End.
mypopope