by hhoward11
Completed program: keep getting error message "...was not declared in this scope"
|
|
[6 replies] Last: Changed the code on the OP post; that should help clarify things. (by hhoward11)
|
by Erinbear
Ceasar Cipher
|
|
[1 reply] : outtext << "The most large number = " << maxIndex << endl; ugh... ... (by giblit)
|
by bioit
Big issue with all permutations...
|
|
[2 replies] Last: Woah! thank You so much! (by bioit)
|
by argusDawn
implementation of a multithreaded version of mergesort.
|
|
[no replies]
|
by fine858
Undefined Reference to Class::Function
|
|
[4 replies] Last: Wow i deleted all the extra #includes and it actually ran! Thanks a lo... (by fine858)
|
"error: 'foo' was not declared in this scope", but it is...right here |
|
[4 replies] Last: Thanks so much, that fixes so many problems. The extern did it for m... (by ZachAttack4NDP)
|
by helnow
BST
|
|
[3 replies] Last: thanks (by helnow)
|
by geeloso
C++ through the lens of MS-DOS!!
|
|
[5 replies] Last: I always thought that MS-DOS is the precursor to the ubiquitous Windo... (by Disch)
|
by proctorwho
Empty Linked List
|
|
[2 replies] Last: Nevermind, I figured it out. (by proctorwho)
|
by Awareness
Why do I have to use fseek in this code?
|
|
[3 replies] Last: Thanks for your answers. (by Awareness)
|
by iQChange
How use Excel and Word files with a computer that doesn't have both?
|
|
[5 replies] Last: @kbw Tried Google Drive? How can GDrive help me? My biggest probl... (by iQChange)
|
by Gnamra
Credit card transactions.
|
|
[2 replies] Last: Sorry, credit card transactions might be wrong, English isn't my first... (by Gnamra)
|
by emacoder
Decrease-key operation in a Priority queue
|
|
[no replies]
|
by earthquake
Compiler
|
|
[1 reply] : http://llvm.org/docs/tutorial/ ^ one of the greatest tutorials i have ... (by Little Bobby Tables)
|
by Danm992
Making a win32 api program from a console program
|
|
[no replies]
|
by looking4hlp1
DEV C++ programming help
|
|
[no replies]
|
by zerohero911
Multiple line input... Multiple line output
|
|
[3 replies] Last: std::string line; while(std::getline(std::cin, line)) { if (line ... (by MiiNiPaa)
|
Assembly and C |
|
[3 replies] Last: this is just opcode. Parameter can be placed in memory or core registe... (by tath)
|
by hxuanyu
a question about static library
|
|
[3 replies] Last: Thanks mate, As for the 5MB executable, I admit that there may be oth... (by hxuanyu)
|
by venkatacplpl
C++ STL...what are these containers?
|
|
[1 reply] : It is another bunch of data structures. They lack generality and are e... (by MiiNiPaa)
|