by clover88
I want to make random word, but got stuck
|
|
[3 replies] Last: Wohooo I already made it, thanks for the comment... It's solved !!! (by clover88)
|
by GameOn
to chk if perfect square
|
|
[1 reply] : you can do this by checking if the square root of that number is an in... (by Bazzy)
|
by Livedereh
problem reading binary file
|
|
[4 replies] Last: it probably is a knock off it is written by Stephen Prata i was goin... (by Livedereh)
|
by vmanx
Can't compile this..
|
|
[3 replies] Last: cin >> numFloors has no semi-colon (by mcleano)
|
by hubbu
Trying to pass char* array in function, but stuck
|
|
[3 replies] Last: If I remember correctly (I'm not in front of my Mac at the moment), in... (by Lodger)
|
by Null
char to char *
|
|
[1 reply] : The right syntax is &c but want do you want to do with that? http... (by Bazzy)
|
by jimctu
Resizing arrays
|
|
[14 replies] Last: Condescending? condescending 1. Assuming a tone of superiority, o... (by helios)
|
by Ioneyed
Sorting algorithm
|
|
[3 replies] Last: You must be using a non-std compiler if this code compiles because you... (by kempofighter)
|
by NerdyOgre254
no matching function for call
|
|
[3 replies] Last: new Manager(ID, (Name1 + Name2), Numeric1) (by helios)
|
by budzbox
Hard time with Multiple definitions
|
|
[4 replies] Last: I see now. I should put just the generic class definition in the heade... (by budzbox)
|
by ayhanakbulut
dynamic allocation of multidimensional array
|
|
[1 reply] : Read this article: http://www.cplusplus.com/forum/articles/7459/ (by Bazzy)
|
by harryxu
the problem of copy ctor
|
|
[3 replies] Last: Are you allocating an array for the new object or did you just copy th... (by helios)
|
by Nedim
ASCII to hexadecimal
|
|
[6 replies] Last: I was just playing with code :D I am still beginner Thank you again... (by Nedim)
|
generating array elements randomly with specific parameters |
|
[4 replies] Last: Ah yea that's better, no infinite loop now. my output typically looks ... (by shoot to thrill)
|
by VictorH
overload <<
|
|
[2 replies] Last: Yes, but there is no point in providing default arguments for operator... (by Duthomhas)
|
by GameOn
confusion in code
|
|
[5 replies] Last: The URL requires login. i64 d(const vector<string>& v, int n, in... (by helios)
|
by jasmin m
sorting array of strings
|
|
[1 reply] : actually while(niz >temp && i>=0) { niz[i+1]=niz ; ... (by GameOn)
|
by NerdyOgre254
std::cout with vectors of objects
|
|
[3 replies] Last: That much should segfault as-is. You don't need a pointer to your vect... (by Duthomhas)
|
by chandni24
Could you tell?
|
|
[1 reply] : http://www.cplusplus.com/reference/clibrary/cstdio/printf/ Eh, OK... (by Duthomhas)
|
by trojan1987
how can I fix this?
|
|
[3 replies] Last: Line 5: {int main (); What is this meant to be? Did you mean int in... (by helios)
|