by Whovian
When does that incorrect formatting infinite looping error occur and how to fix it?
|
|
[12 replies] Last: You might try it using the canonical solution, since cin.sync() isn'... (by cire)
|
by leftblank
Class hierarchy problems
|
|
[9 replies] Last: Ah okay, thanks everyone. (by leftblank)
|
Reading certain lines from a .txt into variables? |
|
[8 replies] Last: Oh, yeah, I got that, just forgot to post it here. It makes sense now... (by squirrelboy1225)
|
by joshaj92
Entering Text into Web Texbox with C++
|
|
[1 reply] : This isn't as simple as you think. If you're a beginner in C++ then co... (by Computergeek01)
|
Copying files |
|
[11 replies] Last: Sorry I don't get how these help with copying over full files :/ My... (by Lowest0ne)
|
by WimDH
Funxtion returning a pointer to an array.
|
|
[2 replies] Last: Thanks Moshops! This memory thing is quite new for me! I did: int... (by WimDH)
|
by snesnerd
coding question
|
|
[3 replies] Last: Most welcome. An example would be: #include <iostream> using names... (by closed account o3hC5Di1)
|
by Swizzler
Please explain this line :)
|
|
[3 replies] Last: Thanks for your help! Yeah the first part is so obvious now, feel a li... (by Swizzler)
|
by rvangend
Include standard headers in customer headers
|
|
[2 replies] Last: Hello Disch Thanks so much for the reply. As it turns out the answer ... (by rvangend)
|
by Daniel Aly
I am finished console , so whats next ???
|
|
[3 replies] Last: The market need is great, there is shortage of experienced C++ develop... (by Cubbi)
|
by john1911
Help With a specific pointer case.
|
|
[4 replies] Last: Ah, I get it now. The pointer itself doesn't change but the integer it... (by john1911)
|
by TheDudiful
Ignore all input after the first char
|
|
[4 replies] Last: Note that cin.sync() work different on different compilers. Isn't i... (by Peter87)
|
by lfnunley
Win32 Bitmap not outputting
|
|
[3 replies] Last: I'd try starting with drawing one bitmap when the program starts. The... (by Lowest0ne)
|
Test to see if a file exists |
|
[3 replies] Last: Try int main() { fstream f("test_file.txt"); if(!f) { cou... (by naraku9333)
|
locale_classes.h error? |
|
[5 replies] Last: Haha, great! You're right - semicolon hunting can be arduous. -N (by closed account o3hC5Di1)
|
by Fransje
Source code seems not OK
|
|
[4 replies] Last: Thanks NwM, I got it. (by Fransje)
|
by hillkidstr
How to create a league table for my game of minesweeper
|
|
[3 replies] Last: Your best bet would be to create some sort of class that stores whatev... (by MrHutch)
|
by mrexp21
Can anyone check my c++ code please.....
|
|
[1 reply] : int airfareAmount() { int airfareAmount; // to be returned to user on... (by Moschops)
|
by Screed
Homework (1,2)
|
|
[27 replies] Last: Ya i like Notepad++ too, i use it mainly for HTML stuff tho :) (by Screed)
|
by jmrag
Help with reading from file
|
|
[no replies]
|