by sudhirs18
2d array: File I/O
|
|
[2 replies] Last: once again, apologies for the cluttered and lengthy code (i've already... (by sudhirs18)
|
by pabloli150
hi, i got this error error no match 'for operator[]'
|
|
[2 replies] Last: ufff i don´t know the correct way to do it... c++ is making me mad (by pabloli150)
|
by sudhirs18
Exception Handling
|
|
[4 replies] Last: Once again thanks for the explanation. Sudhir (by sudhirs18)
|
by Celebrinbor1
Need assistance with simple program (<10 lines)
|
|
[3 replies] Last: unless of course you check if the char is a decimal, and have it skip ... (by closed account 4Gb4jE8b)
|
by wboustany
creating & assigning variables automatically ?
|
|
[3 replies] Last: Or std::vector<bool> grid(16); , for that matter. (by Athar)
|
by Hilo890
Equivalent of cin.getline for one char?
|
|
[6 replies] Last: But his stated concern is the leftover newline in the stream. std::ci... (by Duthomhas)
|
by acorn
mixed char and int stream from console
|
|
[8 replies] Last: I copypasted this code out of an old program I still have. This code ... (by rocketboy9000)
|
by pabloist
Copy construction vs assignment operator
|
|
[3 replies] Last: Only if _rowSize, _colSize, and _ptr are properly initialized in the c... (by Disch)
|
Finding and Replacing elements in a string |
|
[7 replies] Last: std::string C = "aTbTcT"; size_t j = C.find_first_of('T'); ... (by stereoMatching)
|
r6010 abort() has been called |
|
[no replies]
|
by ENG FU
What the wrong on program c++ !!!
|
|
[3 replies] Last: [co de] "Your code goes here" [/co de] Your array is over-sized (... (by ne555)
|
by Hilo890
A phantom declaration?....
|
|
[6 replies] Last: Are you using Visual C++ Express? Remember to delete the file, not ju... (by Return 0)
|
by Hilo890
function does not take one arguments
|
|
[3 replies] Last: Double post: http://www.cplusplus.com/forum/beginner/34333/ (by Disch)
|
by Hilo890
function does not take one arguments
|
|
[4 replies] Last: Forgot the prototype. -.- I hate it when I come to you guys for such s... (by Hilo890)
|
by Metallon
Why is this not a valid friend?
|
|
[2 replies] Last: Aha, so that explains it! So basically, this would be a step in the ri... (by Metallon)
|
by Zeikko
Couple problems with my "program"
|
|
[5 replies] Last: western: Always glad to hear compliments, especially because I just st... (by Zeikko)
|
Operating System Programming |
|
[7 replies] Last: Hey wait. Slow down! *gulp* What happened here? char boot_buf ;... (by Zia Ur Rehman)
|
by Hilo890
Compiling problems, I don't know what I would make the title. D:
|
|
[9 replies] Last: Okay, well, thanks guys. I'll make sure to this stuff in future progra... (by Hilo890)
|
Passing random numbers to a function |
|
[no replies]
|
by Davitosan
Clearing a stringstream
|
|
[2 replies] Last: Thanks a lot! I had used convertir.str() = "" , but now I see the d... (by Davitosan)
|