User: Undeclared

  • Public profile

User profile: Undeclared

User info
User name:Undeclared
Name:Undeclared Identifier
Website:http://recurseit.blogspot.com
Bio:If you have any C++ code or algorithm related problem contact me here: http://recurseit.blogspot.com
History
Joined:
Number of posts:26
Latest posts:

Opening files
ifstream myfile; myfile.open ("input.txt"); Isn't it the right way of opening a file? http://recurs...

Loop hole in my Loop Structure
I couldn't really get what you want to do with the user entered 5 numbers. Anyway this might help yo...

How to Add Design to my Console Program in TUrbo C++
This may help: http://www.cplusplus.com/forum/beginner/5830/

Can't figure out What's wrong
That is because in the first iteration speed gets printed as it is: 40 In next step it is multiplied...

cout problem
You need to add iostream not limits.h. Further you write "using namespace::std;" (without quotes) af...

This user does not accept Private Messages