by kraiten
Problem with displaying
|
|
[1 reply] : int result = rand() % 5; switch (result) { case'A': 'A' is a c... (by xismn)
|
help me analyzing the code |
|
[2 replies] Last: But you should never program this, as it is part of the standard libr... (by keskiverto)
|
by Nicklax
How do I learn about GUI making
|
|
[1 reply] : ... clickety clack gui crap ... A gUI is an UI. User Interface. Som... (by keskiverto)
|
by adeclue
Program just displays all outputs and doesnt seem to execute code
|
|
[3 replies] Last: Figured it out, I didnt have the text file in the program folder... Th... (by adeclue)
|
by Extorsin
Trouble with using if else.
|
|
[3 replies] Last: I don't quite understand what you mean, give an example. (by Igor Akimov)
|
OK, I admit I thought I had it! |
|
[16 replies] Last: Thanks again, I think you might have solved the rest of my issues. Wel... (by dragonfly95670)
|
by g37s
find nth prime issue
|
|
[3 replies] Last: Why the double post? -> confusing. http://www.cplusplus.com/forum/begi... (by Nico)
|
by g37s
find nth prime number
|
|
[5 replies] Last: Why the double post? -> confusing. http://www.cplusplus.com/forum/begi... (by Nico)
|
Middle word |
|
[3 replies] Last: I would like to suggest two things: 1. show the code that you made you... (by Nico)
|
SFML didn't work |
|
[1 reply] : any one want to help (by EgyptianCoder)
|
by kmce
string overload error?
|
|
[13 replies] Last: Oh i missread what you wrote, Just noticed you said parameters. (by kmce)
|
by awkedd
Number of last "0" digits??
|
|
[8 replies] Last: Hmm, I can't count properly. Unique prime factorisation gives extra z... (by lastchance)
|
by opera002
Input redirection vs keyboard input display
|
|
[no replies]
|
by fsfh60
Array with String
|
|
[1 reply] : Line 6: Must be const. Line 11: Under what conditions do you think ... (by AbstractionAnon)
|
by notspiderman
implementing rot13
|
|
[7 replies] Last: As I pointed out in my first post, you're going to have problems if yo... (by AbstractionAnon)
|
by jordin1987
difference of function call with reference or directly with variable
|
|
[2 replies] Last: I think your example should probably be more like this: #include <io... (by Nico)
|
by bluefrog
assignment & copy constructor
|
|
[1 reply] : stringbad.cpp line 32: len is 0. You want s.len (or move line 34 bef... (by AbstractionAnon)
|
by matetskey
Pseudocode
|
|
[4 replies] Last: It is unusual to see you make mistakes, to be honest. On the other ... (by Arslan7041)
|
by Karanaka Kun
Weird Unintelligible Error: `app` was not declared in this scope
|
|
[3 replies] Last: > This is the error I get from g++ and gcc Compile with C++11 enabled... (by JLBorges)
|
by ikovsten
Line/Text Justification using strings
|
|
[4 replies] Last: #include <iostream> #include <sstream> #include <string> #include <ve... (by lastchance)
|