Have multiple lines in one string (Read function) |
|
[4 replies] Last: // read all the lines in a text file into one string with newlines st... (by JLBorges)
|
by kaseron
console game woes
|
|
[8 replies] Last: If you have a C++11 compiler: #include <string> #include <iostream> ... (by JLBorges)
|
by georgep
2D game math & more
|
|
[14 replies] Last: Seems solid to me man. Try looking into making a baseEntity class tha... (by Anthony Hernandez)
|
by Hashimatsu
undefined reference error?
|
|
[1 reply] : http://www.cplusplus.com/forum/articles/40071/#msg216270 (by ne555)
|
20 Lines program crashes continue |
|
[4 replies] Last: Hi, I see your commend now, we posted all at the same time :D the prob... (by closed account 4i67ko23)
|
Replace function return + question |
|
[12 replies] Last: > can I replace one character with multiple? Like replace an 'A' with ... (by JLBorges)
|
by amchinese
This is very difficult
|
|
[10 replies] Last: thank you. (by amchinese)
|
by Hashimatsu
Discussion: Correct C++ (1,2)
|
|
[32 replies] Last: @Zephilinox ...all of those 3 are valid, the first two are C-String... (by vlad from moscow)
|
by smile58
2-d array
|
|
[2 replies] Last: void swapcol( int a , int m, int n ) { for ( int r = 0; r < m; r+... (by vlad from moscow)
|
by codeblock
debug code
|
|
[3 replies] Last: Thank you very much Zephilinox & guestgulkan for your valuable explan... (by codeblock)
|
by Hashimatsu
Don't want user to enter a char
|
|
[12 replies] Last: Yes, you did. Not all macros are evil, you know. Wazzak ... (by closed account zb0S216C)
|
by rey9
Prime Factorization
|
|
[5 replies] Last: no problem :] (by Zephilinox)
|
by codaraxis
Simultaneous Code Execution and Threads
|
|
[4 replies] Last: even single-core PC's use threads, think about it, if everything was r... (by Zephilinox)
|
by Hashimatsu
Antivirus blocks my program?
|
|
[11 replies] Last: no problem ^^ (by Zephilinox)
|
by Shifter12345
Prime numbers c++
|
|
[3 replies] Last: You shouldn't hand people answers if they haven't written any code the... (by Zephilinox)
|
by Blaz Rezar
Weird Error
|
|
[7 replies] Last: > @JLBorges: I'm the author of one of the referenced articles on Dev-C... (by JLBorges)
|
by cOde5
Questions about Function,Variable & Exception Handling
|
|
[4 replies] Last: The difference between unsigned and signed is the accepted values. Sig... (by Volatile Pulse)
|
by vgoel38
recursion
|
|
[2 replies] Last: The thing to remember about C++ is that it's still a linear language (... (by Volatile Pulse)
|
by jimobama
HOW TO PROGRAM DEVICE IN C++
|
|
[4 replies] Last: Okay thanks i will try and look for some e books (by jimobama)
|
Build error |
|
[10 replies] Last: I just wrote some 5k+ character reply about MSVC, but I'll summarize i... (by Volatile Pulse)
|