by Anon777
Tellg () ???
|
|
[1 reply] : Because the member function "string::length()" returns the number of c... (by Computergeek01)
|
by Deathly
Demoting Integral Values
|
|
[3 replies] Last: Well, you could look at C++ language standard. About this it says If t... (by hamsterman)
|
by xander333
Layers of tiles or 1 layer with multiple sprites per tile?
|
|
[11 replies] Last: I see, so I now have a std::map<int, void (*)(int)> to store my event ... (by xander333)
|
by defcon18
Array help
|
|
[7 replies] Last: The program is running except that it keeps coming up with junk number... (by defcon18)
|
by Dmax
bitmap to draw in a dialog windows
|
|
[4 replies] Last: Thanks so much for your help guestgulkan its now working :), now I can... (by Dmax)
|
by kolahalb
Reading files from a list of filenames
|
|
[no replies]
|
by binarybot
how to?
|
|
[no replies]
|
Codeblocks to dev-c++ |
|
[11 replies] Last: iirc the goal of IDE's such as Visual C++ is 'making complex codes eas... (by matsom)
|
by ChangBroot
Random Integer 0 or 1
|
|
[8 replies] Last: #include <time.h> // So we can use time() function #include <iostrea... (by TheNoobie)
|
by Bogdanovist
General basic question about optimisation in loops
|
|
[2 replies] Last: Thanks Disch, that pretty much clears that up. (by Bogdanovist)
|
by cdd
open video file help
|
|
[5 replies] Last: A quick way would be to use system... Quick, but not a very good w... (by king214)
|
by Ishvite
summing array values
|
|
[4 replies] Last: Yup :) Though not very common in C++ a for each loop is awesome for ... (by ascii)
|
by bichz33
Processing String Streams
|
|
[7 replies] Last: Er, well, that complicates it. You'll have to do as moorecm suggests... (by Duthomhas)
|
by Zking773
"\n" or endl;
|
|
[10 replies] Last: what if we have to?My research field is video processing I/O operatio... (by helios)
|
by snufflehound
why std::cout not declared?
|
|
[5 replies] Last: Never mind. hamsterman's reference explained all. (by snufflehound)
|
by steverino
mac compiler
|
|
[12 replies] Last: you can get the xCode 3 for free (by strongdrink)
|
by xander333
SFML - Continuous Motion (Xander314?)
|
|
[19 replies] Last: For your tiles, you could stop hard coding, use an image manager, and ... (by ultifinitus)
|
by Ephasis
Help with "easy" program.
|
|
[8 replies] Last: Thanks alot guys, I got it to work now. :) (by Ephasis)
|
by finchh
simple question?
|
|
[1 reply] : That's something old people do. It's something carried over from C I t... (by Computergeek01)
|
by Umar Dafedar
Abstract Data type
|
|
[2 replies] Last: Polymorphism isn't quite the same thing. Abstract Data Types aren't a... (by kbw)
|