by freedomelem
How to take Screen shot using C++
|
|
[3 replies] Last: A really dumb way is to move the cursor and click each button of openi... (by Richard 4234)
|
by lazarus102
Diablo 1/2 source code
|
|
[4 replies] Last: Its not whether or not YOU are phased about legalities - its the fact ... (by TwilightSpectre)
|
by roger911
classes, includes, and... syntax errors?
|
|
[1 reply] : You almost have a cyclic inclusion problem. Your events.h includes ... (by TwilightSpectre)
|
by beedubs26
Creating user / password question
|
|
[8 replies] Last: I would assume they keep it up to date. (by Lowest0ne)
|
by ThomasSp
Problem with CImg
|
|
[1 reply] : About undefined reference http://www.cplusplus.com/forum/general/11390... (by ne555)
|
by danicpp
using two differenct classes (1,2)
|
|
[35 replies] Last: Guys YESSSSS!!!!!!!!!!!!!!!! I did it, I did it guys thanks to every o... (by danicpp)
|
by ntran
Deleting repeated lines in a text file
|
|
[6 replies] Last: Yup, that would work nicely. (by booradley60)
|
by jheard901
Nothing Rendering in D3D9
|
|
[4 replies] Last: Those are exactly the same, they are just typedefs to remove the *. (by closed account 10X9216C)
|
by Happy Tears
Designing a class to do simple file I/O using streams.
|
|
[5 replies] Last: If you provided default values for each argument, wouldn't that creat... (by ResidentBiscuit)
|
by The Intern
Getting 2 decimal places in output text file
|
|
[2 replies] Last: very helpful, I figured it out thank you! (by The Intern)
|
by cereal8282
functions and how they interact with each other
|
|
[9 replies] Last: [quote=AbstractionAnon]Unless this changed in C++14, Visual Studio fla... (by MikeyBoy)
|
by AgentX4000
Get input from ports and send output
|
|
[1 reply] : For windows: http://msdn.microsoft.com/en-us/library/windows/hardware... (by mutexe)
|
by The Intern
Writing output of while loop to text file!
|
|
[2 replies] Last: That worked! Thank you so much (by The Intern)
|
by newbeee
How to obtain the total of numbers greater than average without using an array (1,2)
|
|
[22 replies] Last: Linked list: http://en.wikipedia.org/wiki/Linked_list http://www.cplus... (by Smac89)
|
by Dipasha
please help !
|
|
[11 replies] Last: Line 47: Your loop will never stop. Your termination condition is 1<... (by AbstractionAnon)
|
by bencwl
Data Encryption and Decryption
|
|
[3 replies] Last: why do you need to be able to write the program specified above? (by SIK)
|
by heepoo
how to build a compiler using LLVM for AngelScript
|
|
[no replies]
|
by zxrp
Replacing word in char array
|
|
[3 replies] Last: Thanks for the reply @Smac89. I accidentally capitalized the "a" in t... (by zxrp)
|
by vanev
Classes and Constructor help
|
|
[3 replies] Last: constructor is called automatically when you create an instant from cl... (by lsk)
|
by Tyler151
Changing text and window size
|
|
[4 replies] Last: Hay you have change your window size and text means follows the below... (by MarcusWa)
|