by caralbgm
Linking error when include C in C++
|
|
[2 replies] Last: You can't define globals this way. A global can only exist in one sou... (by Disch)
|
by Suzanne
Convert text file to binary
|
|
[2 replies] Last: I think this reference could help. :) http://www.cplusplus.com/do... (by nosxlimit)
|
by DrChill
main.cpp:40: warning: taking address of temporary
|
|
[3 replies] Last: Okay, got it. (by DrChill)
|
by gregarion
Problem with Query statement
|
|
[4 replies] Last: I am not very clear about it. Could you show me how is it done on my e... (by gregarion)
|
Looking for way to read Int/Doubles from text file 1 line at a time. |
|
[1 reply] : try getline with stringstreams: string my_string; getline(infile, m... (by hamsterman)
|
Segmentation Fault Error |
|
[1 reply] : is r greater than p? Also are you sure K is not exceeding the lengt... (by iharrold)
|
by excel
Multiple file compilation Borland 5.5 compiler
|
|
[2 replies] Last: Anyone else who can help me on Borland... (by excel)
|
by akmal4ik
question about sizeof
|
|
[3 replies] Last: helios , thanks alot. kbw , i know it, the question was not about t... (by akmal4ik)
|
by gregarion
Sql Connection problem
|
|
[8 replies] Last: Problem solved. thanks alot! (by gregarion)
|
by ajomehri
wireless router design with c++ , HOW?
|
|
[1 reply] : Maybe it will be useful http://www.hot-shareware.com/software-develop... (by Denis)
|
by olredixsis
polymorphism
|
|
[8 replies] Last: yeah it is a tetris game.... Oops... I forgot to call the object... (by olredixsis)
|
by somshekhar
Something wrong in the code
|
|
[4 replies] Last: hi jsmith, thanks that solves the problem. instead of creating th... (by somshekhar)
|
WinBGI 'floodfill' function |
|
[1 reply] : Pleas help me I'm really confused about this. (by coolProgramer5)
|
by jay7981
Combining Case functions....
|
|
[8 replies] Last: So these are 1 digit arguments? Why are you using strings, then... wo... (by Disch)
|
by brakepad
bitset AND operator question
|
|
[2 replies] Last: also how come 1001 bitwise OR 0011 turn out to be 0011? It's not.... (by Disch)
|
by Infomania
Deadly error in vector code
|
|
[18 replies] Last: Yes that helped , I eventually came back to this problem on my own and... (by Infomania)
|
by gregarion
Problem with output
|
|
[1 reply] : char str = line ; This line makes no sense, char arrays are not... (by firedraco)
|
by kevinchkin
map + copy constructor
|
|
[3 replies] Last: Thanks for the explanation guys ! (by kevinchkin)
|
by bordob
getline problems
|
|
[5 replies] Last: I fixed the problem. The newline character in the previous statement ... (by bordob)
|
by victorsk
Keeping output from multiplying in loops
|
|
[8 replies] Last: int counter = 5; std::cout << "Processing..."; //NB: Th... (by miklatov)
|