by rorschach14
Min-Max Heap implementation, help needed
|
|
[1 reply] : Anyone? (by rorschach14)
|
by gkstkdwl123
How do I byteswap?
|
|
[2 replies] Last: This might help http://stackoverflow.com/questions/3916097/integer-by... (by mobotus)
|
by shija93
Class BigInt Help
|
|
[1 reply] : First, please use code tags, and give us actual errors; I have no idea... (by TwilightSpectre)
|
by OJ123
wee little bit stuck
|
|
[5 replies] Last: @OJ123. Are you just completely ignoring what he is saying? Look at th... (by TarikNeaj)
|
by king H
LOOPING TO MAIN
|
|
[3 replies] Last: Don't use goto. It's posion, use loops. (by TarikNeaj)
|
by Ozzy69
Help me with this program
|
|
[1 reply] : Works fine for me. (by TarikNeaj)
|
by hunnakram
PLEASE HELP IF STATEMENTS
|
|
[1 reply] : Your calculations are not being done in order. First, you call comput... (by Zhuge)
|
PLZ HELP !! program is crashing . |
|
[19 replies] Last: You used getline wrongfully. Read for std::string: http://www.cpluspl... (by coder777)
|
by Dkob1
C++ arrays, fstream
|
|
[6 replies] Last: you don't want to compile your data file. You want to remove numbers1... (by doug4)
|
by technologist
type casting int float
|
|
[6 replies] Last: So foo is extrinsically cast to float, then goo is intrinsically promo... (by technologist)
|
by naruto1u
Need help ASAP assignment due in 2 hours.
|
|
[2 replies] Last: It is not like is actually used. > finWord = tolower(finWord ); o... (by ne555)
|
by shija93
Converting a vector of digits(ints) into a string
|
|
[2 replies] Last: string out = ""; for (int i = c.size() - 1; i >= 0; --i) { out +... (by tallyman)
|
by Sh0es
Implementation of String(const char* s) Constructor
|
|
[5 replies] Last: Look for argument type: const _CharT* you will find declaration on l... (by MiiNiPaa)
|
by WalfasP8
Taking adress of temporary
|
|
[6 replies] Last: why dont you just create a factory class for Points that will store th... (by Ericool)
|
by CVLT
Some feedback/help on my code
|
|
[4 replies] Last: if (symbol == dice1, symbol == dice2, symbol == dice3){ You need ei... (by TheIdeasMan)
|
by mnm71
What to use instead of GetAsyncKeyState(…) in g++ compiler?
|
|
[10 replies] Last: @Disch tank you, I know it and I said what to use instead of this (by mnm71)
|
by delag20
I have this project
|
|
[2 replies] Last: wow completely missed that thank you so much! (by delag20)
|
by pileofwater
Pointers and Linked Lists -- Completely lost
|
|
[no replies]
|
by aeck
Hash Table Interpreter
|
|
[1 reply] : main.cpp:100:58: error: invalid operands to binary expression ('node'... (by cire)
|
by newb4lyfe
passing in an int in octal format
|
|
[1 reply] : > and I'm not just printing it so I can't use an sstream if sstream is... (by ne555)
|