by markyrocks
Not really a beginners question but..... (1,2)
|
|
[33 replies] Last: Yeah - I know that these solved problems and were needed, but BM life ... (by seeplus)
|
by Hyerim Yoon
Checking for 2D Array Rotations + Reflections
|
|
[3 replies] Last: Your test for case 3 is wrong. Your test for case 5 is disastrous. Y... (by lastchance)
|
by memepapa
Debugger or IDE recommendation for macOS
|
|
[5 replies] Last: For a MacBook - XCode and/or Qt for C++ GUI/console applications - and... (by againtry)
|
project in console stopped working |
|
[1 reply] : Creating a new project helped. There was something wrong with the sett... (by czerwonymoskit)
|
adding space before and after a specific word using regex |
|
[2 replies] Last: @JLBorges surprisingly simple (by codinglexernewbie)
|
by LakySimi1
Is intensive single-core application bad for CPU?
|
|
[12 replies] Last: That code, which is in loop, will will performe the same identical co... (by mbozzi)
|
by EthanRDMdev
Undefined reference to function
|
|
[3 replies] Last: It worked ! Thanks for the help ! ^^ (by EthanRDMdev)
|
by CodeChaser
"object"
|
|
[8 replies] Last: > "Fluffy" is a string literal. > Actually its a const char*, or a "C... (by JLBorges)
|
by s021623
GUI guessing card game
|
|
[14 replies] Last: So what happens when someone does not have FLTK when I send the cpp ... (by jonnin)
|
by Amin96
can't solve this assignment
|
|
[4 replies] Last: yea you need something like this pseudo code: if weight <= 30 ticket... (by jonnin)
|
by andreasbmw
Best practice mutex in loop
|
|
[7 replies] Last: You can start optimising by not passing objects by value. You appear ... (by kbw)
|
by j462
Need adivce on how to get the a number guess game to restart bump
|
|
[2 replies] Last: c# code for a C/C++ forum? (by seeplus)
|
by LtL
About Windows.h
|
|
[5 replies] Last: Thanks for all of you! I've been finding them on the internet but the ... (by LtL)
|
by memepapa
error: calling a private constructor of class
|
|
[6 replies] Last: I suspect that class was originally struct and that at some point it g... (by seeplus)
|
by j462
Need adivce on how to get the a number guess game to restart
|
|
[2 replies] Last: Is this c#? (by seeplus)
|
by Shervan360
char array in C++ - expression must be a modifiable lvalue
|
|
[5 replies] Last: ^good analogy, it's very much like avoiding "&array ", because just li... (by Ganado)
|
by tanvki
CLion and writing to file
|
|
[2 replies] Last: I pasted wrong code, sorry. But I got it to work anyway:) (by tanvki)
|
by realtd
address book using classes
|
|
[4 replies] Last: it's still printing menu after every command: because of L42. If yo... (by seeplus)
|
by impetus
unsure how to combine current working classes with date class, need to amend syntax
|
|
[5 replies] Last: The first problem are the default paramters: SalariedEmployee( const... (by coder777)
|
how would i count the number of lines in a multiline string |
|
[4 replies] Last: POSIX defines a line in a text file as: A sequence of zero or more no... (by JLBorges)
|