by john22
A problem with STL list
|
|
[4 replies] Last: OH I spent 3 hours to fix it! I didn't know how small mistake it is! ... (by john22)
|
by gta100
Boolean variable calculation error?
|
|
[5 replies] Last: Thank you! I see. You are right. I assumed that z is a sort of functio... (by gta100)
|
by nuju
Compound assignment within assignment
|
|
[1 reply] : foo would be assigned to the incremented value of bar if im correct (by Angeljruiz)
|
by Mister12345
Simulate keystroke in command prompt
|
|
[4 replies] Last: Hi Andy, Thanks a lot!! It works perfect with CreateProcess and the... (by Mister12345)
|
by paulr162
Using push_back for vectors
|
|
[6 replies] Last: Right, but I also have PhoneEntry Phone declared when the program star... (by paulr162)
|
by amargupta
Launch SnippingTool.exe from c++ program
|
|
[1 reply] : Maybe there is an issue with file system redirection used in x64 versi... (by modoran)
|
by dtaqee88
How come second picture blits ok, but not the first pic [SDL]
|
|
[4 replies] Last: Works! Just when I think I understand if/else's....Thanks sooo much! ... (by dtaqee88)
|
by Angeljruiz
Iterators
|
|
[4 replies] Last: JLBorges's comment about erasing after the debugmsg is also importan... (by Disch)
|
Maximum Sub Array Problem Brute Force |
|
[2 replies] Last: Ohhh.....i didn't see that. My mistake. I got it....thanks !! :) (by ChosenTorture)
|
by Flurite
Left and right shifting bits
|
|
[3 replies] Last: Okay, thanks. (by Flurite)
|
by tejas1995
Books on Programming Algorithms
|
|
[2 replies] Last: Data Structure and Algorithm analysis in C++ is a good book. Also, I ... (by MildewyTester)
|
Cross Platform Socket Library |
|
[no replies]
|
solved. |
|
[4 replies] Last: Whoops that was just a typo on my end with the double colon it still g... (by snipejawnkid7)
|
by Xyexs
Help with else if statement!
|
|
[5 replies] Last: giving up... the user will say 1,2 or 3 instead... ;( (by Xyexs)
|
by helpforc
Help with if else if and else statements
|
|
[4 replies] Last: It worked! Thank you so much for this! (by helpforc)
|
by tushicomeng
erase not working in set
|
|
[5 replies] Last: To be able to store multiple elements that compares equal you can use ... (by Peter87)
|
by jeckel7234
need help, student
|
|
[2 replies] Last: yea thats the entire question and sorry for not placing it in the begi... (by jeckel7234)
|
by elgo
Functions in headers
|
|
[8 replies] Last: @CLman94, what Peter87 is saying is this. CustomHeader.h void IsThis... (by clanmjc)
|
by Disch
Can anyone spot the bug in this code?
|
|
[4 replies] Last: > Guess invalid iterators are invalid even if you don't dereference th... (by JLBorges)
|
by shallin7
Undefined reference linker error
|
|
[6 replies] Last: I second andywestken's suggestion, check that. Also, just for testing... (by clanmjc)
|