by cppbeg
debugging
|
|
[17 replies] Last: I don't think the call to main_menu() is needed, as the function shoul... (by gcampton)
|
by cppbeg
commands in c++
|
|
[13 replies] Last: because he's still asking.... (by gcampton)
|
by okapishomapi
Function Call and "no match for operator>>"
|
|
[11 replies] Last: Okay, I think I have it worked out. I just have one more issue. I hav... (by okapishomapi)
|
by dwinters
ifstream going into fail state
|
|
[2 replies] Last: Thank you very much. I figured it had to be something simple I was jus... (by dwinters)
|
by Tricota
*** stack smashing detected ***
|
|
[3 replies] Last: It worked ! Thanks a lot ! (by Tricota)
|
by death47
Runtime error.
|
|
[2 replies] Last: Your program repeats continuously until the user selects to quit. But ... (by dwinters)
|
by new2cpp
.seekg(-1,ios::cur);
|
|
[3 replies] Last: seekg() doesn't return the character that's at the new position. You h... (by helios)
|
by XeonXT
Adding New Methods to Already-Declared Classes?
|
|
[2 replies] Last: Everybody loves a happy ending. Well, thanks anyway. (by XeonXT)
|
by LordSimpson
Dynamic 2d array access violation?
|
|
[2 replies] Last: how the hell...i had that problem an hour ago, fixed it and it did not... (by LordSimpson)
|
initializing question? |
|
[10 replies] Last: There is going to be little difference between std::string foo; ... (by jsmith)
|
by rishamessi
A problem
|
|
[1 reply] : can any one make code for this ? no. About the problem: I sugges... (by hamsterman)
|
by svexo
2 Header file's
|
|
[2 replies] Last: Check the include path(s). Post the code if need help. (by moorecm)
|
by thomascrabs
Get IE Browser URL
|
|
[4 replies] Last: So I guess I can go one of two ways - an add on to IE or some sort of ... (by thomascrabs)
|
by jc4gavejc
Dynamic arrays in functions?
|
|
[7 replies] Last: You say that this following version of the function works: int theFu... (by guestgulkan)
|
by chichi
Huge Integers (1,2)
|
|
[23 replies] Last: Ok for starters the numbers need to be signed, which means they can be... (by gcampton)
|
Binary files - one general question |
|
[3 replies] Last: Binary format is more compact, and easier to read. For example, when r... (by Abramus)
|
by Zerocool2214
Making a table with range of values
|
|
[16 replies] Last: thx alot for the error messages, as i never even thought about that, b... (by Zerocool2214)
|
by w0ot
C++ Integer and Calculation error
|
|
[4 replies] Last: thanks disch for your help. manage to get it done. Was thinking whethe... (by w0ot)
|
by sumone
How to convert string to double??
|
|
[2 replies] Last: haha yeah I know!! But the point is I don't know how to correct it ..... (by sumone)
|
by nosxlimit
Basic Classes (please reply)
|
|
[6 replies] Last: Why the HELL would you use a void**, not to mention a void***? That's ... (by chrisname)
|