by nanger
what is the difference of these formal arguments in functions
|
|
[4 replies] Last: thanks! (by nanger)
|
by arun1390
copy constructors in inheritance
|
|
[2 replies] Last: Constructors should be written such that data members are initialized... (by Hammurabi)
|
by gilgamesh
STL vector
|
|
[4 replies] Last: At a quick glance at your code, I see that there is no semicolon after... (by kevinchkin)
|
by alexch
Class function with string parameter
|
|
[4 replies] Last: Argh.. sorry guys, it's been a while since I wrote c++ code... guess I... (by alexch)
|
comparing elements in 2 different vectors for a higher value. |
|
[3 replies] Last: card1 is a random number within the vector size and thats the element ... (by cplusplusisfunlol)
|
printf keyboard input on the other computer |
|
[no replies]
|
by chopficaro
change headerfile function prototypes into class prototype
|
|
[7 replies] Last: i got it i had to use std namespace in the header file (by chopficaro)
|
by Laeion
Connect to website and read data
|
|
[1 reply] : Under windows, you might want to try Windows Internet: http://msdn.mi... (by Hammurabi)
|
by gombozzo
deque initialization fails sometimes
|
|
[4 replies] Last: I seems to me my mistake is an out-of-bounds access in line 91. I thin... (by gombozzo)
|
by crd1998
Problem with class function
|
|
[3 replies] Last: Where do I start? void main() is not standard. main() is inside a ... (by helios)
|
by makneltek
reading text file into struct array through dos
|
|
[4 replies] Last: so i got it working most of it. but it only works though visual stu... (by makneltek)
|
by TheOriginal
How can I...? (1,2)
|
|
[20 replies] Last: Hacking the art of exploitation by Jon Ericson. Yep. That's computer ... (by helios)
|
by jaydr
Question about percision
|
|
[1 reply] : Referring to the code you posted above, replace lines 23-40 with this:... (by Hammurabi)
|
by hliang
Is it possible to input equations for a program?
|
|
[1 reply] : It's possible, but it's not easy. You need an expression parser. Ther... (by helios)
|
by wizard25
Repeating the output
|
|
[6 replies] Last: #include <iostream> using namespace std; int main() { int x(... (by cplusplusisfunlol)
|
sorting a string vector |
|
[4 replies] Last: I LOVE YOU! oh my god! that worked!!!!!!!!!!!!!! thanks so much!!!! (by cplusplusisfunlol)
|
c++ class problem |
|
[3 replies] Last: You're using your classes a lot like structs: * You don't have constr... (by Hammurabi)
|
using a string application-wide |
|
[6 replies] Last: beat me to my next question :) thanks! thank you so much! (by cplusplusisfunlol)
|
by dtbzz
math.h does not seem to work
|
|
[3 replies] Last: Thanks! (by dtbzz)
|
by chutzpah
first prime number greater than 1 billion.
|
|
[5 replies] Last: In VC++ you need to go into the project preferences and turn off preco... (by Zhuge)
|