by levithanh425
How to organize these code?
|
|
[8 replies] Last: [quote=Niccolo]Anyone notice that @levithanh425 hasn't participated in... (by Duthomhas)
|
by oyehoye6906
Word Break
|
|
[10 replies] Last: dhayden + 1 Memoization is important in this kind of problem. Afte... (by Duthomhas)
|
by lll
How I put in a 2D array data from a file?
|
|
[8 replies] Last: A “segmentation fault” is the OS’s way of informing you that you... (by Duthomhas)
|
by Cjigsaw
case switch
|
|
[16 replies] Last: I think you are overthinking this. Yes, post your instructions and we... (by Duthomhas)
|
by just4444
{} after initialized variable
|
|
[4 replies] Last: Admittedly, one of C’s (and especially C++’s) weaknesses is the co... (by Duthomhas)
|
by dkm04
Reading a config file into 2d array
|
|
[2 replies] Last: @dutch thank you very much, you save my day! I have been trying to sea... (by dkm04)
|
by Xanadu4ever
C++ Embedded systems learning
|
|
[5 replies] Last: Thank you gentlemen, RJ, I will go to that site and check it out. My... (by Xanadu4ever)
|
by jsmithplus
Displaying Unicode characters on Windows, Mac and Linux?
|
|
[5 replies] Last: When I instead use setlocale(LC_ALL, "utf-8") some characters are st... (by jsmithplus)
|
by jefazo92
How to use Scroll Area in Qt to print a QString array
|
|
[1 reply] : QScrollArea is a "widget", not a "container". I suppose it's kind of a... (by dutch)
|
by jjordan33
String ordering is working, but also not.
|
|
[13 replies] Last: ohhhhhhhhh. Thank you. ** edit ** I touched up my code to let it ru... (by jjordan33)
|
by libi
Splitting words from string into vector
|
|
[2 replies] Last: @dutch ohhh yes you are absolutely right. Thank you. (by libi)
|
by adrianno86
How to handle the 'C2678 binary '<' no operator found' error"
|
|
[2 replies] Last: I found out, that I should either define the operator< or overload i... (by Ganado)
|
by Keked10
Object Class in C++
|
|
[7 replies] Last: 1) Do you know what directory your Rectangle.h file is currently in? ... (by MikeyBoy)
|
by highwayman
Using namespace std (1,2)
|
|
[24 replies] Last: I prefer, over namespace, but sometimes std, and definitely typedef. ... (by Shibitto)
|
by HEAden
Why is the name of the files affecting the structs in C++?
|
|
[17 replies] Last: Here is the solution: Motor_Group& leftDrive() { static Motor_Gro... (by HEAden)
|
by grumblesnake
Trouble with lexicographical sorting in doubly-linked-list
|
|
[4 replies] Last: @Niccolo, I think I just made the mistake of not really thinking it th... (by grumblesnake)
|
by joeboat
Best value in array
|
|
[12 replies] Last: Isn't working That is not a sufficient description of a problem. In... (by keskiverto)
|
by Xanadu4ever
Actual real FLTK problem now. (1,2,3)
|
|
[43 replies] Last: Niccolo, You are a great help man. A real mentor after the type Stro... (by Xanadu4ever)
|
by scooter28
C++ Using output file help
|
|
[14 replies] Last: So it runs now, is this the right way to do this with an array? #in... (by scooter28)
|
by newbcoding
Number Array Class get highest function
|
|
[4 replies] Last: Ah! I see what you're saying now. Thanks so much for clarifying that f... (by newbcoding)
|