by jimjenkins
Stuck on Infinite Loop
|
|
[1 reply] : I know the loop is in the do while. For some reason, the timeLeft nev... (by ne555)
|
by Drue
Error!!!
|
|
[1 reply] : open doesn't accept a std::string as an argument. It takes a const ch... (by PanGalactic)
|
by tashjade
Finding averages of columns and rows from an array.
|
|
[no replies]
|
by Thuraya
two dimensional arrays!
|
|
[16 replies] Last: , thanks It works If I want to check each column and row to contain... (by Thuraya)
|
by Bot0016
Is this function wrong? please ^^
|
|
[2 replies] Last: thanks for answer ^^ that variable is defined with double pointer. c... (by Bot0016)
|
by Bombsaway707
File Creating and Reading Program.
|
|
[4 replies] Last: "conio" <- Like that is what the CodeBlocks compiler uses. It take... (by Drue)
|
by chisser98
Immediate Segfault
|
|
[6 replies] Last: Right, well I copied the source code, created a new project, copied th... (by chisser98)
|
by stridexr
Palindrome program
|
|
[1 reply] : pow is a C function. In C++, due to the problems that occur with fra... (by personak)
|
by jimmy5023
displaying in descending order.
|
|
[2 replies] Last: If you want to display it in descending order but don't necessarily ca... (by Albatross)
|
Operator overloading on non-objects? |
|
[no replies]
|
by vodichgocong
need help with this question
|
|
[1 reply] : Duplicate thread from the one here: http://cplusplus.com/forum/general... (by Albatross)
|
by Drue
Help Please. Error Message.
|
|
[2 replies] Last: I've got the errors down to this: G:\Flash drive\C++ Programs\Drue M... (by Drue)
|
by mekkatorqu
[console] 0+0 = NULL not 0?
|
|
[8 replies] Last: ahh, thanks, I really didn't noticed that :P (by mekkatorqu)
|
by JoshHenry
input and output files
|
|
[1 reply] : you are just opening the files successfully and showing their name on ... (by mahinkhan22)
|
by jimmy5023
Vector's build in functions
|
|
[6 replies] Last: ?? anyone can help m ehere?> (by jimmy5023)
|
Help |
|
[6 replies] Last: simply take a c++ book which seems easy to u for the basics..with the ... (by nomijigr)
|
by bbcc
variables in c++
|
|
[3 replies] Last: Dear Buddy, Thank's a lot for your help. I still have problem in co... (by bbcc)
|
by rvevea
2d char array from file
|
|
[1 reply] : Try this: char array ; ifstream file("file.txt"); for (int y = 0;... (by ModShop)
|
by nomijigr
enumerations
|
|
[6 replies] Last: @framework...that was helpful..thanks (by nomijigr)
|
by tashjade
Finding Averages of columns and rows in an array?
|
|
[1 reply] : i am sorry but your code is unreadable ...try posting again (by mahinkhan22)
|