by primecodz
Making an array of class items
|
|
[3 replies] Last: It would be better that you define a stream insertion operator, to sim... (by viliml)
|
by jake eum
input string as number
|
|
[1 reply] : It'll be easier if u change int num to char and break on '0' int ... (by soranz)
|
by jake eum
string and numbrs.
|
|
[7 replies] Last: I haven't looked through the UVa site, but I doubt that GMP will be ac... (by Duthomhas)
|
Directed Graphs |
|
[9 replies] Last: Finally its finished (kosaraju's algo for finding strongly connected c... (by writetonsharma)
|
by Nisheeth
Help regarding Error in declaring an array of struct
|
|
[10 replies] Last: C++ was one of the optional subjects in the school. I took it because ... (by Nisheeth)
|
by pankajp59
encrypt /decrypt
|
|
[3 replies] Last: really simple. say you have this as a string char * say="EMIN3M$$$***... (by sigmablack)
|
by nrozas
Problem using MySQL libraries
|
|
[4 replies] Last: Possible you link with debug library and run with release. Try to ins... (by Ivan Sidarau)
|
by Brody
Simple Return By Reference Example
|
|
[3 replies] Last: ooooh, yes just looked up return by reference again. Totally missed th... (by Brody)
|
by DeepBlack
Debugging ptrace
|
|
[2 replies] Last: Thanks! (by DeepBlack)
|
by ToniAz
How smart is the Compiler with math.h
|
|
[2 replies] Last: VC++ defines a pow(double,int) overload that uses a loop instead of c... (by modoran)
|
by ToniAz
Can't find build options in MSVC
|
|
[9 replies] Last: You could use Microsoft compiler from Code::Blocks too (you need the l... (by modoran)
|
by jake eum
find nth palindrome number
|
|
[12 replies] Last: actually i found all the patterns.... there is 10 or more patterns whi... (by jake eum)
|
by chrishans
Very long output partially dissapears from console?
|
|
[2 replies] Last: Thanks! That's what I needed!:D (by chrishans)
|
by blueshift
ifstream functor (C++ Primer Plus Exercise)
|
|
[8 replies] Last: GetStrs line 17: fin >> ch; should be: fin.get(ch) otherwise blank... (by blueshift)
|
by cgyan
splitting std string with delim
|
|
[7 replies] Last: Yes, good lesson learned there. Thanks for the tip! (by cgyan)
|
by jake eum
why this is happening with pow function 10^x function
|
|
[6 replies] Last: Isn't it based on the bit count? (by S G H)
|
Build Error, Undefined reference to [function] |
|
[2 replies] Last: *facepalm thanks! (by BecauseOthersWereTaken)
|
by vrakas
Memory and execution time relationship
|
|
[2 replies] Last: The specifics of memory allocation change between operating systems, b... (by Computergeek01)
|
by akramm
i would game ( source )
|
|
[1 reply] : We don't ask for free stuff like that in here. We search for it. See... (by webJose)
|
by jake eum
palindrom question
|
|
[1 reply] : http://www.cplusplus.com/forum/general/75459/ (by viliml)
|