by Billst
nudge with hangman
|
|
[3 replies] Last: Cheers I'm not going graphical because I'm learning C++ from scratch ... (by Billst)
|
by bqui5449
Converting Int to string
|
|
[4 replies] Last: I am not looking for a differnet way to do this. Im trying to see how ... (by bqui5449)
|
by fparan
My Huffman Coding using Two Queues and a Cursor
|
|
[no replies]
|
by sselasky1
Help with looping
|
|
[3 replies] Last: You mean you want to put the whole program in a loop? (I don't see wha... (by hamsterman)
|
by jimmy5023
how to write greedy function?
|
|
[1 reply] : ?? (by jimmy5023)
|
by Zwebra
Morse to english problems c++
|
|
[14 replies] Last: It is working now! Thanks for all your help! :D Happy Easter and... (by Zwebra)
|
by pooshi
Deque Question
|
|
[4 replies] Last: Thanks again fun2Code your example worked great. (by pooshi)
|
by Gaminic
Multidimensional vector .clear()
|
|
[3 replies] Last: The problem with vectors of vectors is the slight memory overhead (for... (by hamsterman)
|
by Thuraya
arrays!
|
|
[5 replies] Last: Think on it for some time. If you can't figure it out, read here: htt... (by cristi121)
|
by ambreen
simple question...
|
|
[1 reply] : http://cc.embarcadero.com/item/25636 Is this for historical research ... (by Moschops)
|
by jokerfwb
Need help returning an object from an operator+ and operator* class function.
|
|
[2 replies] Last: Thanx i'm going to try that when i get a chance. Now that i can see th... (by jokerfwb)
|
by Sephiron
Pointers and Arrays??
|
|
[1 reply] : The third declares a pointer to an array of 4 elements. Here is an ex... (by Husky)
|
by nanochan1
c++ to read from an external file but 1st line and 2line do different stuffs?
|
|
[4 replies] Last: thanks hamsterman (by nanochan1)
|
by Gaminic
Directory listing.
|
|
[1 reply] : Fixed: Deleted a line too many in the reader apparently... (by Gaminic)
|
by Hyl
Weird characters in encrpytion function
|
|
[4 replies] Last: Oh, thanks for clearing that up. (by Hyl)
|
by BenJones
Reading Lines form file problum
|
|
[3 replies] Last: Ok thanks I managed to fix it I just needed to add this code under fge... (by BenJones)
|
by PinkYakRC
Where to go next?
|
|
[16 replies] Last: === TEST, Debug === In function 'main': indefined reference to 'Wi... (by cristi121)
|
by atitaniuma
Database lab
|
|
[4 replies] Last: His use of getline was fine and the only appropriate one in this case.... (by Athar)
|
by iacondios
When to: Including Headers vs. Getting an Object Instance
|
|
[2 replies] Last: Ah yes- that does sound exactly like what I am doing. Especially consi... (by iacondios)
|
by Husky
Functional programming in C++?
|
|
[5 replies] Last: Yes, and fold() is not returning a value in the case where begin != e... (by Husky)
|