by dfurball
Vending Machine
|
|
[7 replies] Last: Thank you sloppy9, that is exactly what I needed to know. Work's perfe... (by dfurball)
|
by metulburr
SFML (1,2)
|
|
[33 replies] Last: so if i wanted to display the text in the window, and then duplicate t... (by metulburr)
|
by mico
2d game by C++ compiler (1,2)
|
|
[20 replies] Last: Castles in the sky (by brokenbot)
|
converting binary(string) to normal text |
|
[no replies]
|
by wtf
no match for 'operator++' in '++*((integer*)this)->integer::d + (+((unsigned int)x) * 8u)))'
|
|
[3 replies] Last: http://www.parashift.com/c++-faq-lite/operator-overloading.html#faq-13... (by closed account DSLq5Di1)
|
by tonnot
Is there a way to fix or evaluate only once a var inside a loop ?
|
|
[2 replies] Last: Thanks (by tonnot)
|
by SpectreCat
Loop problem in simple code
|
|
[3 replies] Last: I think I found the problem, seekg is putting the cursor 11 away from ... (by SpectreCat)
|
by cromulentone
Why Won't My Do...While Loop Exit?
|
|
[3 replies] Last: OK - just got a chance to look at this again and figured out why my fi... (by cromulentone)
|
by DouDou
Alternative wats to partially reset an integer array
|
|
[1 reply] : memset() can be used to set any amount of memory, but it will set byt... (by helios)
|
by nscruggs
keep getting this error The program '[2392] program1.exe: Native' has exited with code 0 (0x0) and program closes down
|
|
[no replies]
|
Having trouble assigning return value to a variable? |
|
[7 replies] Last: Here is the exercise from start to finish, with much help from Cpluspl... (by georgewashere)
|
by nscruggs
Easy Class Problem i'm having any tips will be very appreciated
|
|
[5 replies] Last: Yeah. Actually I hadn't looked at what the makefile function actually... (by Disch)
|
by VETRA
Please help Save binary data using FileWrite
|
|
[2 replies] Last: I used two buffers because i need to swap bytes sometimes (producing f... (by VETRA)
|
by deejay2000
text editor
|
|
[no replies]
|
by smelas
numbers to the boxes
|
|
[no replies]
|
by vlad61
Reverse name (Strings)
|
|
[6 replies] Last: Yup thanks guys i woke up today and went ahead and did the same exact ... (by vlad61)
|
by sf123
transferring from c++ to .txt file
|
|
[6 replies] Last: You can open a new file like this: FILE *fp = fopen("sample.txt", "w"... (by coder777)
|
by TheBeefBowl
Something wrong about this code
|
|
[2 replies] Last: Thanks! (by TheBeefBowl)
|
by Nisheeth
Adding an object to an Deque
|
|
[7 replies] Last: If you need to store pointers (when using polymorphism), you can use a... (by Athar)
|
by Faaz
Confused and cant get my head around this
|
|
[8 replies] Last: sorry internet was down for 2 days but it works THANKS!! was doing my ... (by Faaz)
|