by chriszo
Problem on Reading/Writing a complex object from/to File
|
|
[2 replies] Last: Yes of course!...But i'm also not sure about the way i handle the I/O ... (by chriszo)
|
by Niven
Rotating SDL_Surfaces
|
|
[3 replies] Last: Personally I wouldn't spend too much time looking into SDL_gfx and try... (by Hippogriff)
|
by Hippogriff
Offsetting Bezier Curve
|
|
[6 replies] Last: Assuming I have implemented your equations correctly I came up with th... (by Hippogriff)
|
by codeback99
char vector question
|
|
[4 replies] Last: When you do vector<vector<char> > temp; , it makes a 2d char vector. ... (by cire)
|
by Linkx16
Subtracting values in a vector
|
|
[5 replies] Last: You can do your task applying standard algorithm std::accumulate to an... (by vlad from moscow)
|
by BruteCOder
Expecting Stack overflow error?
|
|
[1 reply] : Nope, that's simply undefined behaviour (by ne555)
|
by sun1520
Array List
|
|
[1 reply] : In your assignment there is written very clear "Redesign the class my... (by vlad from moscow)
|
by JiLe
Binary file - menu of functions
|
|
[no replies]
|
by maximef
SDL trouble with side collision detection
|
|
[no replies]
|
by swsw
Integer array to BMP
|
|
[2 replies] Last: Chances are you are trying to read memory not allocated to the array, ... (by Duthomhas)
|
If C is called God's programming language, then C++ is? |
|
[1 reply] : Your premise is wrong. http://xkcd.com/224/ BTW, this belongs in the... (by Duthomhas)
|
Generating Random Integers |
|
[3 replies] Last: #include <cstdlib> #include <ctime> #include <random> #include <itera... (by JLBorges)
|
by rjizzo
Counter issues
|
|
[1 reply] : In your while loop, you're not incrementing the EmployeeCount variable... (by crimsonzero2)
|
by htroyo
c++ gui framework for commercial software
|
|
[4 replies] Last: I'm configuring wxwidgets in order to start testing, but i have a ques... (by htroyo)
|
by hello234
readjusting code so the function works.
|
|
[2 replies] Last: Thanks. (by hello234)
|
Reading source code from uncompleted files |
|
[1 reply] : What do you think your compiler does? The only difference is that your... (by LB)
|
by Dominic4774
Code blocks crashes when I try to run
|
|
[1 reply] : Fix what? You didn't show any code. There can be many reasons for... (by AbstractionAnon)
|
by jvh24521
Casting a logical boolean as an int? (1,2)
|
|
[21 replies] Last: OK. lets not continue this discussion, because it looks like we cannot... (by MiiNiPaa)
|
by Dmitrij
May I ask you a bit stupid question?
|
|
[6 replies] Last: Apparently not just open source code... From xstring provided with Vi... (by andywestken)
|
by Pentarctagon
code::blocks no longer giving any useful errors
|
|
[11 replies] Last: Bump (by JLBorges)
|