by kaeota
[Linker Error] undefined reference to -- answered
|
|
[2 replies] Last: Thanks for the advice! Turns out it was the static *smacks head in... (by kaeota)
|
by paddy159
abstract class, pure virtual function prob
|
|
[3 replies] Last: Thanks for the responses! I have a feeling this forum is going to be... (by paddy159)
|
by BabaG
c++ - last two problems with app (i think)
|
|
[no replies]
|
by doraid
magic square
|
|
[2 replies] Last: You have also duplicated the post in multiple forums. Please Delete t... (by Faldrax)
|
by DonGro
Compile a "mutiple-source-files" program
|
|
[6 replies] Last: It's for things you want included that are not headers or source files... (by Faldrax)
|
by quodlibetor
possible to use conditional in subscripts?
|
|
[3 replies] Last: Just doing my Bat-Duty. Keep up the good work, citizen. ;-) (by Duthomhas)
|
by Somelauw
Accessing a map by index.
|
|
[17 replies] Last: Question 1: You can insert items into a map and remove them without i... (by jsmith)
|
by spychu
Transfering fail from FTP connection
|
|
[no replies]
|
by llltrunkslll
Trouble in file opening
|
|
[6 replies] Last: You confuse me, your solution above (about use of .cstr()) does not s... (by guestgulkan)
|
by supercpp
SOUNDEX PROJECT
|
|
[3 replies] Last: Heh, well, since we're posting answers anyway, why not cheat with some... (by Duthomhas)
|
by vijirin
char pointer
|
|
[1 reply] : That's because you changed the element type. The array must be an arra... (by Duthomhas)
|
by steinzfan
C++ prob w/ functions other than Main...
|
|
[7 replies] Last: You want to stop recursing if back is '\n', but you recurse indefini... (by Duthomhas)
|
by superfag
is this a pointer?
|
|
[3 replies] Last: The example you have found is a Copy Constuctor. It is used to copy o... (by Faldrax)
|
by robertson88
database program
|
|
[3 replies] Last: You can get the current time (from the PC) using the ctime standard li... (by Faldrax)
|
by metals99
Struct Check No. Of Even, Odd And Sum up all the Digits N Conversion To Binary
|
|
[1 reply] : char mapping (int n) { if (n == 1) return '1'; else... (by metals99)
|
by icemanfan
using random numbers
|
|
[2 replies] Last: Only use srand () once at the beginning of your program. Different ps... (by Duthomhas)
|
by icemanfan
quick question
|
|
[2 replies] Last: thanks. I was looking at a program that used it but it had a lot of #i... (by icemanfan)
|
by NeilShah
Drawing
|
|
[1 reply] : If you want to keep it really simple and stupid, you can google around... (by Duthomhas)
|
by sky
value-returning function
|
|
[1 reply] : Ok, not sure if the typo's are when you are pasting the code or not.. ... (by Faldrax)
|
by NeilShah
Bug in connect 4 program
|
|
[4 replies] Last: Thanks so much! This helps a lot. I'll clean up my code tonight and I'... (by NeilShah)
|