|
by Ch1156
Program Help (1,2)
|
|
|
|
[24 replies] Last: Nevermind i did this: class vars { public: int game(); ... (by Ch1156)
|
|
by B00MJUICE
Weight/Length/Currency Converter
|
|
|
|
[3 replies] Last: # include <iostream> # include <cstdlib> using namespace std; int ch... (by Techno01)
|
|
by Stauricus
object inside a class cannot access other members of the same class?
|
|
|
|
[4 replies] Last: it seems that you're angry or something Brisk. There are so many b... (by Moschops)
|
|
by a sea of c
std::string and sha256 hashing
|
|
|
|
[8 replies] Last: That did the trick.. Thanks Texan40. (by a sea of c)
|
|
by codeblock
pointer
|
|
|
|
[2 replies] Last: pointer of type int * ( for example int *p; ) points integers. Each in... (by vlad from moscow)
|
| 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 Framework)
|
|
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)
|