by Andym
Quadratic Equation & imaginary numbers
|
|
[7 replies] Last: I've been messing with it for an hour and you guys get it in like 5 mi... (by Andym)
|
by andrix10
Need some help with passing structure pointers
|
|
[no replies]
|
by tirvine13
How to properly use cases and case matching?
|
|
[no replies]
|
by xzki
How to loop program back to start when finished?
|
|
[4 replies] Last: Yeah, I'll give it a shot, but I've been working between mac and windo... (by tirvine13)
|
by nriojas
Strings
|
|
[1 reply] : Your program is meant to take in a second input which establishes the ... (by buffbill)
|
by TravisTubbs
Changing a phrase into dashes
|
|
[1 reply] : Well you don't have anywhere in the code that would put a " " in hyphe... (by freddy92)
|
by nano511
simple SFML UDP client/server cannot send packets
|
|
[no replies]
|
by Plazmotech
OpenGL/GLUT - Changing coordinate system?
|
|
[no replies]
|
by mlhuang
FILE
|
|
[1 reply] : No (unless you're writing a kernel mode driver), but it is possible to... (by Cubbi)
|
by noo1
overload + and - are not yielding correct results
|
|
[7 replies] Last: So, does it work now ? (by toum)
|
by johanlaas
Sorting two arrays to one
|
|
[2 replies] Last: I solved in the end! #include<iostream> #include<vector> using names... (by johanlaas)
|
by alexman17c
[Request] Help on a do/while loop
|
|
[2 replies] Last: Thank you very much! I knew it was something simple. (by alexman17c)
|
by ktm
Reading a .csv file
|
|
[1 reply] : Start reading here http://www.cplusplus.com/forum/lounge/85957/#msg461... (by Duthomhas)
|
Queue and Enqueue |
|
[1 reply] : Here's a stack: template <class T> class Stack { std::stack data; pu... (by Stewbond)
|
Design an I-pad class |
|
[3 replies] Last: Oh come on, you must be able to do something. How long have you been ... (by ajh32)
|
by beeb
2d array
|
|
[13 replies] Last: That's why I used: cin.sync(); cin.getline... see my code above... (by ajh32)
|
by djump
delete [] and multidimensional arrays?
|
|
[5 replies] Last: The only case you need a delete operator is in case you new'ed a mult... (by S G H)
|
by arsyyn
Need help reading data files!
|
|
[2 replies] Last: I would also make a struct that contains: first last middle num1 n... (by mhaggard)
|
by dekeenfrance
number display precision
|
|
[3 replies] Last: Oh thanks, I just forgot that small thing in the command. Problem solv... (by dekeenfrance)
|
by Faisal14
company system in C++
|
|
[1 reply] : Double Post: http://cplusplus.com/forum/general/87159/ (by cnoeval)
|