by cm123
having trouble, how would i loop this?
|
|
[1 reply] : 1. Global variables like const double PI should be declared outside ma... (by gunnerfunner)
|
by ArmenHeat
Making a extremely simple Tile game, tearing my hair out
|
|
[1 reply] : SDL2 should be fine for what you're trying to do. Note that Tutorials ... (by Peter87)
|
by mmgh
debugging segmentation fault with lldb
|
|
[3 replies] Last: no, i believe it initialises the blocks of RAM where the variables are... (by Jaybob66)
|
by Chief0sa
Grade averaging calculator
|
|
[2 replies] Last: If you are using microsoft visual studio c++ then use system("pause") ... (by bird1234)
|
by ash54546
Printing from a specific point in a string and onwards
|
|
[2 replies] Last: strchr() will find the character and return a pointer to it. becaus... (by Jaybob66)
|
by oeyeahs61
Printing a stack
|
|
[6 replies] Last: its printing the 4, followed by the address of the cout object, becau... (by Jaybob66)
|
Program Crash When I try to Find a Number in List |
|
[1 reply] : = is assignment operator and == is equality operator. It is ea... (by boost lexical cast)
|
by tweaktwe
Helppp with linked list in C++
|
|
[1 reply] : You never exit the switch instruction. You need to encase your switch ... (by Golden Lizard)
|
by cnewb31
Which line of code is better?
|
|
[1 reply] : The two are not equivalent, are they? If i is guaranteed to be in ... (by JLBorges)
|
by DesmondLee
Error in Array
|
|
[6 replies] Last: @Chervil. Thank you very much! that was really a good explanation and ... (by DesmondLee)
|
by LukeShin
Help! database return function
|
|
[1 reply] : Functions attackMove(), healMove() return Move objects but there is no... (by gunnerfunner)
|
by kevinros
tic tac toe board into an array is not perfect!
|
|
[no replies]
|
by MistahMoose
Array Segmentation Fault char vs int
|
|
[4 replies] Last: I think that you need to share you output expected to have more idea o... (by kevinros)
|
by kmce
getline function no instance of overload function
|
|
[no replies]
|
by anpkcpsc
Reading file to Vector
|
|
[8 replies] Last: Thank you. i figured it out. It was the loop. Thank you. (by anpkcpsc)
|
by Xexix322
I honestly don't understand this insanely-fast efficient prime
|
|
[2 replies] Last: Also, I try removing this line : isPrime(N); This allows the ef... (by integralfx)
|
by AchillesO23
Pointer-to-obect error//(int[int]) error
|
|
[4 replies] Last: Thank you it worked. xxxxxxxxxxxxxxxxxxxxxxx Actually when I tried it... (by AchillesO23)
|
by noodel
string stuff
|
|
[2 replies] Last: Actually the program will take care of whitespace itself, we don't nee... (by gunnerfunner)
|
by Hanager
C to C++
|
|
[2 replies] Last: thanks, i use getline(std::istream, &text); (by Hanager)
|
by bluefrog
digit count of number as lambda
|
|
[1 reply] : As far as I know, you can turn pretty much any function into a lambda.... (by integralfx)
|