i need a code for takin input fo 2 secs |
|
[8 replies] Last: Thanx guyz! This really helps well but i now get another command of c... (by chaudharybilal)
|
by DarkFire21
Problem with some compiler messages....
|
|
[14 replies] Last: Ok,I found it.Wrong argument was the mistake. thanks for help anyway (by DarkFire21)
|
by nrc1982
Infinite loop...
|
|
[no replies]
|
by nrc1982
Infinite loop...
|
|
[no replies]
|
by Syntax42
Program Crash in Vista reading txt file
|
|
[1 reply] : The above code looks like mainly C with one or two lines C++ first ... (by anders43)
|
by acevans2
Pointer: is it pointing to an alphanumeric character?
|
|
[2 replies] Last: or ! ispunct( int ) (by anders43)
|
by grayfox
array min value
|
|
[15 replies] Last: void min(float table , int size, float &value, int &index) { ... (by anders43)
|
by jfp2716
Infinite loop caused by string
|
|
[1 reply] : Please edit your post using the code tags and with proper indentation,... (by mahlerfive)
|
by Kokirikid
Random Number Array
|
|
[2 replies] Last: Because the arrays are sorted from the previous steps, the union and i... (by mahlerfive)
|
by blademaster
useful for beginners
|
|
[no replies]
|
by jpdevaney
How to make the console go away.
|
|
[8 replies] Last: Hmm, I thought you wrote that routine. Basically it is checking eve... (by Duthomhas)
|
by willia23
Compiler
|
|
[2 replies] Last: Thanks (by willia23)
|
by ebarroga
Declaring Global Variable Inside a Function
|
|
[5 replies] Last: I think if your looking at global variables you should consider an alt... (by Zaita)
|
by BHAdmin
saving files in C++
|
|
[4 replies] Last: I think the problem I have with mine, is that everything revolves arou... (by BHAdmin)
|
by RawrImALion
Class- a private variable issue:
|
|
[5 replies] Last: also i would just not have the are variable unless the assignment tel... (by simply thunder)
|
by kakashi316
can someone explain this error?
|
|
[1 reply] : Extraneous semicolon on line 12 Also one on line 14. (by jsmith)
|
by scuba steve
Having trouble with a assignment.
|
|
[3 replies] Last: I would use a class: class item { public: int amount, i... (by Bazzy)
|
by sacred
Is binary search possible with Vectors?
|
|
[2 replies] Last: Note that binary searches require the container to be sorted beforehan... (by seymore15074)
|
by amit kala
c++ best compiler
|
|
[3 replies] Last: I thik Code::Blocks is a very good IDE: you could select the com... (by Bazzy)
|
by Return 0
How do I read spaces in a text file?
|
|
[2 replies] Last: You can also just turn off the skip whitespace flag: inFile >> nos... (by Duthomhas)
|