|
by ar9jun
Variable that shouldnt increase, increases
|
|
|
|
[3 replies] Last: of course! thank you very much!! it works now =D (by ar9jun)
|
|
by kalkas
Object^ and const char*
|
|
|
|
[2 replies] Last: Yes I tried that and did not worked. But I figured a solution. I disc... (by kalkas)
|
|
by ThatOtherGuy
"String Subscript Out of Range" Error?
|
|
|
|
[2 replies] Last: I DID forget that! It works perfectly now. Thank you so much! :) (by ThatOtherGuy)
|
|
by snaxpax
Help Hotkey Delays
|
|
|
|
[1 reply] : bump (by snaxpax)
|
|
by SamuR
2 vectors with pointers, one having negative size and capacity?
|
|
|
|
[2 replies] Last: Got it. Seems it was something related to the creation of the images f... (by SamuR)
|
|
by bitani
How to Continue Learning
|
|
|
|
[2 replies] Last: Get real work experience and continue reading more books. (by moorecm)
|
|
by treyriggins
Filter Class using Composition
|
|
|
|
[16 replies] Last: I need to declare 'filename' in my header file, right? Or can I declar... (by treyriggins)
|
|
by Chubbs
Strings using For loops
|
|
|
|
[3 replies] Last: int main() { string a, b; cin >> b; int count; for(... (by ToniAz)
|
|
by MatthewRock
Creating folders c++
|
|
|
|
[2 replies] Last: Look up mkdir() in stdlib.h (by ToniAz)
|
|
by MatthewRock
Assigning data to multiple classes with many types
|
|
|
|
[4 replies] Last: Yes, that would work. I didn't try it to be honest but I believe it do... (by ToniAz)
|
|
by CeTis
multimap iterator error
|
|
|
|
[12 replies] Last: I guess the way I did it is somewhat dangerous. Make sure that itera... (by LowestOne)
|
|
by Vee
help?
|
|
|
|
[3 replies] Last: Don't get me started on the logic... we were given a template and just... (by Vee)
|
|
by kabuki
1's complement vs 2's complement
|
|
|
|
[1 reply] : http://en.wikipedia.org/wiki/Ones%27_complement http://en.wikipedia.or... (by Athar)
|
|
by RastaWolf
trying to make a function that adds days to the current date
|
|
|
|
[2 replies] Last: Thank you very much NwN. I figured there was a much more straight f... (by RastaWolf)
|
|
by Elie Stav
no appropriate default constructor available
|
|
|
|
[11 replies] Last: The types in line 21 are missing. Also, for lines like these: traffic... (by Athar)
|
|
by hassan2
ADDING IMAGES AND VIDEOS IN C++
|
|
|
|
[1 reply] : Iam not a game programmer , just googled these term "add a picture or ... (by xordux)
|
|
by Owain
What is causing this access violation?
|
|
|
|
[5 replies] Last: Thankyou very much :) Its working perfectly now (by Owain)
|
|
by kichithewolf
Reading a Second Variable from a file
|
|
|
|
[4 replies] Last: You might be interested in strtok() from <cstring> .... (by bool)
|
|
by spacelord
Combination list code
|
|
|
|
[2 replies] Last: omg, I'm a retard, thanks :) (by spacelord)
|
|
by Onigato
Long Doubles Aren't Long Enough
|
|
|
|
[7 replies] Last: @ToniAz I had thought about that, maybe a multi-dimensional array, the... (by Onigato)
|