by dhenzbhee
simple read and write program
|
|
[1 reply] : If you can use C++ instead of C you should read this: http://www.cplus... (by Bazzy)
|
c++ caling a dll |
|
[7 replies] Last: But the problem is i have to decompress the compressed data returned b... (by kartheepanmirra)
|
by tition
Where is the memory leak?
|
|
[7 replies] Last: [Edit:] besides the below measures I took for a memory leak I found wh... (by tition)
|
by matrebatre
Saving/loading PNG images (or any other format that supports alpha)
|
|
[3 replies] Last: Isn't there some windows DLL like winAPI to save and load images (my ... (by george135)
|
Get a pointer to built-in 3D char array?! |
|
[5 replies] Last: Thank you for participating ... (by KarlisRepsons)
|
by Forcedmeme
Problem with While loop
|
|
[5 replies] Last: You do need to declare the Boolean, as all names (identifiers) m... (by closed account z05DSL3A)
|
by unstman
clear screen??
|
|
[1 reply] : If you are using visual studio 2008 or 2005 and have the platform SDK ... (by Mythios)
|
by platypus1130
terminal shortcuts within source code?
|
|
[1 reply] : It's unlikely that your terminal would interpret output as a keyboard ... (by Skorj)
|
by Tarou San
Using images
|
|
[1 reply] : It depends on the library you're using. There are many libraries for ... (by Disch)
|
by f ben isaac
Can't fstream Grab the Source Code of a Binary File? C/C++
|
|
[2 replies] Last: Disch is right, but I would like to add something. What he said is co... (by helios)
|
by Otto
Playing midi sequences from memory/resource
|
|
[2 replies] Last: Ehhh... Thanks, but I'm not sure about using sdl in my project. I f... (by Otto)
|
by openSource
interobject communication
|
|
[6 replies] Last: Make all objects being added to the vector have a pointer to the objec... (by helios)
|
by masiht
local,static,register,extern and global
|
|
[2 replies] Last: http://www.cplusplus.com/doc/tutorial/variables.html http://www.cpp... (by elpis)
|
by thomas2388
2 . cpp files and 1 header file
|
|
[2 replies] Last: Generally the way to seperate/organize your files is to have a class o... (by Disch)
|
by mansu
Make a snapshot of a website
|
|
[no replies]
|
by elshrew
cout affects memory?
|
|
[2 replies] Last: thanks for the explanation, this was really frustrating. Is there a b... (by elshrew)
|
by Mythios
Which one of these would be faster?
|
|
[9 replies] Last: Though I think something like this would fall under #0 in C++ Coding S... (by jsmith)
|
by shaoen01
2 Dimension Subscript Operator Overload? (1,2)
|
|
[22 replies] Last: Thanks Bazzy for being so patient with me! You have helped me so much,... (by shaoen01)
|
by scuba steve
cin.getline issue in my program
|
|
[2 replies] Last: Thanks now i know the reason. it seems to work after i put cin.ignore... (by scuba steve)
|
by masiht
cout.setf(ios::fixed)
|
|
[3 replies] Last: Well, that would depend on what type of display you want. Usually a fl... (by Zhuge)
|