by Gabz21924
Errors?
|
|
[6 replies] Last: I'm using gcc -std=c++0x P1.cpp (gcc P1.cpp doesn't work properly) and... (by Gabz21924)
|
by CroCo
Why global variables are evil?
|
|
[4 replies] Last: @Daleth, Thank you for these links. They are very good especially the... (by CroCo)
|
by MatthewK
"lvalue required asleft opperand of assignment"
|
|
[8 replies] Last: Ooohh, okay. That makes a lot of sense. I got it to work :). I appreci... (by MatthewK)
|
N-Ary tree represented in a Binary Tree |
|
[3 replies] Last: my understanding/definition of n-ary trees seems different. i underst... (by SIK)
|
by tay1392
STL iterator problems
|
|
[2 replies] Last: RAII ? my error is line 6... For some reason I'm having trouble gett... (by tay1392)
|
by i2Fluffy
Sudoku Solver Problem
|
|
[1 reply] : If there aren't any legal options left then your code isn't solving th... (by BigBlackSheep)
|
by phantompig
Atan2 Issue
|
|
[5 replies] Last: Thanks for the input All solved now. The problem was with the re... (by phantompig)
|
by Daleth
How to properly cite a source in code
|
|
[4 replies] Last: Thanks for the example, JLBourges. I really do appreciate the help. (by Daleth)
|
First C++ Game! |
|
[4 replies] Last: Okay, I'll learn that then! :D And thanks for the tips man. (by Guilherme Oliveira)
|
Error: undefined reference to... |
|
[8 replies] Last: [quote=MilesAway1980]Now, are global functions acceptable? Of course ... (by MiiNiPaa)
|
by alpignolo
problem with a function declared as const
|
|
[1 reply] : If some_func() isn't const it shouldn't be used in const fucntion. N... (by MiiNiPaa)
|
by Donnafoo
Multithreading with async, only a 4x's speed up?
|
|
[8 replies] Last: I tried another clock, http://www.cplusplus.com/reference/chrono/stead... (by Donnafoo)
|
by Alam
Linked list
|
|
[1 reply] : Why do you need that? How do you think you will retrieve those values ... (by MiiNiPaa)
|
by gelatine
input from screen
|
|
[3 replies] Last: This might help: http://stackoverflow.com/questions/4839623/getting-pi... (by Fransje)
|
by Anmol444
Lambda Expressions
|
|
[2 replies] Last: Alright thanks! (by Anmol444)
|
by Mats
Searching Class Variables
|
|
[1 reply] : store each instance in a vector like: std::vector<player> playerLis... (by abhishekm71)
|
by kienme
What is wrong
|
|
[2 replies] Last: Brilliant! Thanks a lot! :) (by kienme)
|
by Jinjaninja1
Need Help With School Assignment
|
|
[1 reply] : Dupe: Please respond there. http://www.cplusplus.com/forum/beginner/1... (by cire)
|
by Anmol444
lower_bound(), upper_bound(), and equal_range()
|
|
[2 replies] Last: Thank you cire. I wont be asking any more questions in this forum now... (by Anmol444)
|
by Twist177
glfw slow
|
|
[1 reply] : CPU usage is insane This is normal. Without vsync, the only way to li... (by helios)
|