by vaflyboy03
Reading files into ARRAYS
|
|
[1 reply] : there is no problem in this, you have to paste some more code. are you... (by writetonsharma)
|
by netP
Nested "include"???
|
|
[4 replies] Last: Thanks, Disch! That helps! I changed the include statement to forward-... (by netP)
|
by kibestar
Exceptions and IF
|
|
[11 replies] Last: 1 - The function itself. (by Disch)
|
by PietroW
How to check the keyboard without stopping? (1,2)
|
|
[20 replies] Last: Boost has everything. It's almost annoying. (by chrisname)
|
by ralph26
Having problems getting information to file
|
|
[5 replies] Last: Alright thanks. No we have not covered globals yet in class, so I thin... (by ralph26)
|
by Null
Question about "operator new"
|
|
[2 replies] Last: Almost the same. new T should be deleted with delete , but new T shou... (by helios)
|
by newbie43
Is the STL string class thread safe?
|
|
[2 replies] Last: Just to add... I know of no STL string implementations that are thread... (by jsmith)
|
by blairyoung
Vector user-defined search function!
|
|
[2 replies] Last: search() does not return anything in particular if the loop does not r... (by jsmith)
|
by xoxoKate
invalid operands of types int and float to binary operator <<
|
|
[3 replies] Last: You have to pass them as parameters to the function. BTW, just a wo... (by jsmith)
|
by kevinchkin
wrapper function for new
|
|
[5 replies] Last: I wouldn't even bother trying to catch bad_alloc as the result of an O... (by jsmith)
|
by fabio
bcc and makefile
|
|
[4 replies] Last: If you're using bcc, and you have a make file that works, you'll find ... (by kbw)
|
by skrengan
c++ with databases like mysql/sqlite3
|
|
[2 replies] Last: If you want to use sqlite3, download the amalgamated source from the s... (by kbw)
|
by anseloth
need a way to find and either replace or delete text from a text file
|
|
[11 replies] Last: Galik, that is neat! thank you. your stuff works even when there is... (by herbert1910)
|
by mnunez
Amicable numbers 2
|
|
[1 reply] : Please put your code in code tags. This line: amicNums (int low... (by Disch)
|
by mnunez
Amicable numbers
|
|
[1 reply] : Please put your code in [co de][/co de] tags. Please tell us what... (by Disch)
|
by jrohde
Using OpenGL in VC++
|
|
[3 replies] Last: Thank you. That appears to have done it. Problem solved. (by jrohde)
|
by gauravkr
map access outside class
|
|
[5 replies] Last: Thanks kwb, it is very helpful ..... (by gauravkr)
|
by c51
combining file open statement and declaration?
|
|
[1 reply] : No. There are two methods(from what I know, might be wrong): ofs... (by mcleano)
|
by dunsondog109
pointer question
|
|
[5 replies] Last: The fact that you can change a const object using the const cast. You... (by helios)
|
by marknyc
Is it possible to loop a switch?
|
|
[2 replies] Last: @OP Don't double post: http://www.cplusplus.com/forum/windows/16404/ (by Bazzy)
|