by whitegentle1
Win counter and enlist the winners every game
|
|
[2 replies] Last: Oh my god! thank you very much may god bless you (by whitegentle1)
|
by adam00
Kinda new to bool.
|
|
[1 reply] : All a boolean value does is indicate a truthy value. You use it to ans... (by Duthomhas)
|
by Mae4ashy
Seam Carving using DP
|
|
[8 replies] Last: Thanks a lot for the good help, i figured it out now :))) (by Mae4ashy)
|
by adam00
Beginner problems.
|
|
[3 replies] Last: Note L24. This is not an equality conditional. = means assign. == is t... (by seeplus)
|
by Jonathan100
makefile error
|
|
[13 replies] Last: "undefined reference to <some symbol>" most likely means that you ar... (by kigar64551)
|
by lilthanos
I need some explaining.
|
|
[6 replies] Last: A more in-depth look at std::string, starting at the beginning of Less... (by deleted account xyzzy)
|
by gabzz29
how to prompt the user to try again
|
|
[4 replies] Last: Possibly something like: #include <iostream> #include <string> int... (by seeplus)
|
by lucas26
Code Help
|
|
[2 replies] Last: #include <iostream> #include <vector> #include <set> std::vector<in... (by seeplus)
|
by BigNibs
Just learning about structs and passing them to functions
|
|
[8 replies] Last: Why is it even important if they do the same thing? The problem is "... (by mbozzi)
|
Acces violation error |
|
[2 replies] Last: Consider using a C++ container, like a std::vector, for dealing with r... (by deleted account xyzzy)
|
by jaffe15
How are conditions checked?
|
|
[4 replies] Last: So for example is there a difference in optimization in these these ... (by kigar64551)
|
by Nebula20
Code help?
|
|
[10 replies] Last: Indeed. The "shadowing" is also called "masking". You were "lucky", co... (by keskiverto)
|
by heston987
Hi! I am a newbie at C++ and would love to have some help in solving this problem.
|
|
[5 replies] Last: Good morning! Unfortunately, I did everything I could and was not abl... (by heston987)
|
Track laps to miles |
|
[2 replies] Last: Oh I see, It’s not the code that’s the problem, its the math. I w... (by RandomnessRamen)
|
by ragnarokas
sorting algorithm - acc coordinates
|
|
[5 replies] Last: yes! thank you very much. I felt it should be smth like that, but coul... (by ragnarokas)
|
by joshtb2
Opening game files and running them C++
|
|
[3 replies] Last: Do you mean compile the game files, right? (by NekoNeo)
|
by Jonathan100
solving one errors create new one
|
|
[14 replies] Last: The syntax highlighting in your IDE (e.g. Eclipse) tries to be "smar... (by kigar64551)
|
int array not being displayed in seperate function |
|
[2 replies] Last: As a first refactor, possibly something like: #include <iostream> #... (by seeplus)
|
by Ganado
NEED HELP WITH MY PROJECT
|
|
[2 replies] Last: What source code - another case of the disappearing poster! (by seeplus)
|
by janac
Degree symbol looks fine as console input but writes to file incorrectly
|
|
[7 replies] Last: The following is Windows-specific, but on Windows you could use GetCo... (by kigar64551)
|