by lmd141
Creating output file
|
|
[3 replies] Last: 2 options: 1 - You can open and close file 1 and then open and close... (by soranz)
|
by sdj
Pointers in cpp
|
|
[3 replies] Last: @ pogrady : You cannot dereference a reference. As Caligulaminus sa... (by closed account zb0S216C)
|
by t2nator
Sorting 2D Vector
|
|
[7 replies] Last: Well if you have several members of type std::vector<T> in your class ... (by vlad from moscow)
|
by x Goliath x
Can't get a math equation to work. Help :)
|
|
[5 replies] Last: Found it. I had researchPaper2 = researchPaper/250 rather than 150. (by x Goliath x)
|
by jorgen
Binary files
|
|
[10 replies] Last: That worked, thanks a lot! (by jorgen)
|
by TheIdeasMan
Pure Virtual Functions
|
|
[6 replies] Last: OK thanks Vlad & Doug4 - it works like a charm. I used the protected c... (by TheIdeasMan)
|
by jorgen
Function pointer and ofstream
|
|
[3 replies] Last: Haha! Thanks guys (by jorgen)
|
basic c++ program |
|
[8 replies] Last: The link that @tolga gerekci provided sums it up pretty well. As far ... (by doug4)
|
by jumper007
Having an issue with <fstream>
|
|
[4 replies] Last: Another way is to write std:: in front of all the names from the stand... (by Peter87)
|
by Eyad
2D array
|
|
[5 replies] Last: If I have understood what you want then you can use the following code... (by vlad from moscow)
|
by ayanda83
HOW DOES ONE PASS AN ENUM TYPE AS A PARAMETER FOR A CONSTRUCTOR
|
|
[1 reply] : Entertainment movie_1("89564", "Apocalypto", "Mel Gibson", 2, date, E... (by firedraco)
|
by CMarco
size vector in c
|
|
[8 replies] Last: ^ man malloc (by ne555)
|
by DexterMorgan
Should I get Stroustrups book on Programming: Principles and Practice Using C++?
|
|
[5 replies] Last: +1 JLBorges. (by Catfish2)
|
by rozick1
Moving from SDL to qt for graphics
|
|
[2 replies] Last: Thanks for sharing knowledge. http://www.editableclips.com/ (by editableclips)
|
by mika23
Stack compiles but postfix output wrong
|
|
[1 reply] : You need to post some code, otherwise we can't help (by coder777)
|
Best socket lib in c++ |
|
[3 replies] Last: These are the options that come to mind immediately: Boost Asio - pro... (by JLBorges)
|
by tannerwilson
SFML Window Problem
|
|
[2 replies] Last: Sorry, I rushed and didn't write all the details in :X You are correc... (by tannerwilson)
|
by vw4x4
please explain
|
|
[1 reply] : type casting is type conversion. (by Disch)
|
by AlitCandle
Does anyone know of a free library that allows you to play audio files
|
|
[4 replies] Last: OpenAL (open audio library) ? (by closed account o1vk4iN6)
|
by brandonator
Fixing the bugs in the program that happened when creating the functions.
|
|
[3 replies] Last: <brandonator> you cannot have a variable and a function named the same... (by CLman94)
|