by wmheric
Coverting string to number
|
|
[4 replies] Last: it says to read an integer from the stream and put it into myNumber. ... (by jsmith)
|
Background Subtraction |
|
[1 reply] : If you used Code tag's then maybe your code would be slightly readable (by jloundy)
|
by awais hec
need explanation for one line of code
|
|
[2 replies] Last: This part class const_iterator means you're declaring a class called... (by Hammurabi)
|
by iochinome
convert rgb to bmp file
|
|
[no replies]
|
by Vicky
C++ Book
|
|
[4 replies] Last: I wouldn't even bother with large books now adays. I barely ever open... (by kempofighter)
|
by helios
SDL and main()
|
|
[6 replies] Last: This is a known issue with SDL. When I tried it - I did do the undefi... (by guestgulkan)
|
by pccX
open file with a variable file name
|
|
[3 replies] Last: Helios and EverBeginner, Thank for your answers. (by pccX)
|
2D C++ Game Programming |
|
[4 replies] Last: Allegro still exists, but its really only for hobbiests that have no i... (by Return 0)
|
by andonyan123
Problem with operator overloading
|
|
[9 replies] Last: Return a reference (ie, pointer) to a stack variable that has since be... (by jsmith)
|
Reorder dimensions of a dynamically allocated array |
|
[4 replies] Last: Nope. (by Hammurabi)
|
by Return 0
To Typedef or not to Typedef
|
|
[14 replies] Last: I use typedefs to minimize ugliness and make code more readable. ... (by Hammurabi)
|
by RicksteR
How do I instantiate an object within an object?
|
|
[2 replies] Last: Haha is that it? ah thanks alot :] (by RicksteR)
|
by asma1
need solution
|
|
[4 replies] Last: This website is not only for you, but that doesn't forbid you to post ... (by wmheric)
|
by sidekick3006
Produce a usable program?
|
|
[3 replies] Last: Hello, There are no usable standalone exes that can be produced by ... (by EverBeginner)
|
by Jmartian
problem Counting letters in a dynamically created array of chars
|
|
[3 replies] Last: Make your life easier. For dynamic arrays, use std::vector. For coun... (by kempofighter)
|
by EverBeginner
C++ does not let to express voids naturally
|
|
[2 replies] Last: Thanks. (by EverBeginner)
|
by oramiq
what is this??
|
|
[4 replies] Last: i compile the code today with no errors !!!!!!!!!!!!!! i didn't chang... (by oramiq)
|
Passing a 2D array to a function |
|
[7 replies] Last: x_x yeah sorry. I didn't see your username, I just assumed you wer... (by Disch)
|
by amanyasin
LNK1120 error
|
|
[7 replies] Last: When dealing with template classes and functions, the easiest solution... (by jsmith)
|
by nhimxivn
Can we delete a line in cosole windown?
|
|
[1 reply] : Take a stroll through the Windows Console Functions http://www.google... (by Duthomhas)
|