namespace std |
|
[5 replies] Last: [quote=Ganado]It's bad if you put it in a header file because you're f... (by Peter87)
|
by phalangium
Entering array-index in class at runtime: possible?
|
|
[2 replies] Last: Thanks. I'll get reading :) (by phalangium)
|
by stoneJax
Error No Acceptable Conversion
|
|
[10 replies] Last: Ok I see what you mean. Thank you, I appreciate it. (by stoneJax)
|
by sturk
C++ compilation error
|
|
[1 reply] : It will be a compiler error. A reference needs to be associate with an... (by coder777)
|
by sho
Design Pattern for Sensor API
|
|
[7 replies] Last: I would design it like so: struct input_type { ... }; struct sensor... (by coder777)
|
by alexandrap98
Help for code on rand and board
|
|
[2 replies] Last: NULL is meant for pointers. If you mean zero you should write 0, or us... (by Peter87)
|
by Chemystery
Tried to type out a code for volume calculations
|
|
[2 replies] Last: Hi, thank you for taking your time off to help me with this. I had t... (by Chemystery)
|
by Flynn Rhodes
Help with passing a variable by reference
|
|
[2 replies] Last: Thank you for the help it's working!!! (by Flynn Rhodes)
|
by whitekn3
C++ Builder v6 opening .h file.
|
|
[1 reply] : I’ve never used C++ Builder, but from your account, it doesn’t see... (by Enoizat)
|
by Zivojin
Question for char *
|
|
[2 replies] Last: Thank you very much. (by Zivojin)
|
Help with simple problem |
|
[3 replies] Last: I just executed it with the first example: Enter the coefficients for... (by MikeStgt)
|
if statement conditions |
|
[3 replies] Last: Nice! (by Duthomhas)
|
data structure |
|
[2 replies] Last: struct Student { char FirstName ; char LastName ; double GPA... (by closed account z05DSL3A)
|
by arg57
Having Problem With a Vector Function.
|
|
[17 replies] Last: I saw in another thread that Handy Andy was being...uncharacteristic... (by closed account z05DSL3A)
|
by Bopaki
Help as to why my stack gives no output
|
|
[10 replies] Last: #include <iostream> #include <cassert> #include <new> template < cla... (by JLBorges)
|
how to become a framerate pimp |
|
[4 replies] Last: 2. There are regulars here who have a good grasp on the inner workings... (by deleted account xyzzy)
|
by BIGB185
Writing if/else statement as a function
|
|
[12 replies] Last: yes but now consider what we told you above... bool endGreaterThanSt... (by jonnin)
|
by wuwy
Whats wrong with this "for loop"?
|
|
[3 replies] Last: inside the inner loop but NOT inside the if statement, add this: cout... (by jonnin)
|
by animatrix37
Elevator service using Classes and Boolean variables
|
|
[2 replies] Last: On lines 55, 60, 84 you need to OR two logical comparisons, not write ... (by lastchance)
|
Please help |
|
[4 replies] Last: lol how should I go about fixing it? when i made this update it errore... (by austindavenport)
|