by chacha
Project that bring Java to C++
|
|
[1 reply] : You should move this to the lounge section. (by TarikNeaj)
|
by tjaduffy
C++ Problem Help
|
|
[1 reply] : It's so hard to read, I suggest using code tags. http://www.cplusplus.... (by SamuelAdams)
|
by csstudent123
Message passing in UML and C++
|
|
[8 replies] Last: Hehe, if I don't ask qs google won't redirect to nowhere or to places ... (by csstudent123)
|
by guankin
Self declare class array
|
|
[10 replies] Last: void Book::setAuthor(string &aut){ for(int i=0;i<4;i++) ... (by Gamer2015)
|
declaring arrays inside main causes segmentation fault |
|
[4 replies] Last: Thanks @JLBorges. That was very helpful (by funprogrammer)
|
by marcusg
multidimensional arrays
|
|
[8 replies] Last: To get the column indexes, before printing the grid, output the indexe... (by Mats)
|
by supremesun
Meaning of double colons ::
|
|
[1 reply] : This is a recursively defined template structure. The value field dep... (by doug4)
|
by csstudent123
Programming Advice
|
|
[4 replies] Last: thanks all..good advices to implement and test :) (by csstudent123)
|
What are the differences in a linux g++ compiler and a windows MINGW g++ compiler? |
|
[5 replies] Last: UTF-8 uses more than one byte for each character. The tolower function... (by Peter87)
|
by alex067
Doubly Linked List split help!
|
|
[15 replies] Last: sure, no problem! :) Could you please try the pointer-to-pointer versi... (by Gamer2015)
|
by Lucimorgan
Urgently need answer
|
|
[2 replies] Last: Uhm... an answer to what? Give us the code you are having problems wit... (by Gamer2015)
|
by hakeris1010
Vector of pointers doesn't work!
|
|
[1 reply] : Your pointers aren't initialized. std::vector makes a copy of those po... (by Gamer2015)
|
by saj1994
How to keep program running without exiting when wrong option is chosen?
|
|
[3 replies] Last: First of all. mainSelect = name ; name is a character, while mainS... (by TarikNeaj)
|
String Manipulation |
|
[3 replies] Last: Please, edit your original post and put your indented code between... (by toad)
|
by csstudent123
overloading operators
|
|
[1 reply] : do overloading operators need to be of a class the most operatos can... (by Gamer2015)
|
by tarekBazinga
Converting from iso-8859-1 to UTF-8
|
|
[no replies]
|
by knematipour
Virtual Functions
|
|
[no replies]
|
by BarelyOtaku
Two exact functions with varying results?? (2D array)
|
|
[4 replies] Last: Thanks a lot fg109! You summarized it a lot better than I did. I appr... (by BarelyOtaku)
|
by RedXIII
Combining Static Libraries
|
|
[no replies]
|
by RaceFreak10
Dev-C++ Compiling Issue
|
|
[2 replies] Last: I deleted Dev-C++ and reinstalled a fresh copy (Version 5 Beta 9), but... (by RaceFreak10)
|