by n00b1e
Problem with generic struct
|
|
[2 replies] Last: template < typename A, typename B > constexpr auto operator+(const A... (by seeplus)
|
by janac
Sharing variable value between threads
|
|
[2 replies] Last: the second thread doesn't seem to be detecting when the variable equa... (by coder777)
|
This program works fine but I'm wondering if the value in the switch statement in question |
|
[13 replies] Last: Thanks Againtry, that is an interesting way of using switch statements... (by Julius Caesar1)
|
by shaefayejem
My cout seems to be cutting first character (1,2)
|
|
[20 replies] Last: > the globals (which don't have a constructor) aren't initialized by t... (by JLBorges)
|
by sushigotti
How do i write if input equals string or if input equals integer?
|
|
[4 replies] Last: Have a look at getinp() in http://www.cplusplus.com/forum/lounge/27995... (by seeplus)
|
by Kizzle
Nonsensical errors
|
|
[6 replies] Last: Thanks! I'll have to watch for those unnecessary includes If the ext... (by mbozzi)
|
by bergjensen33
Segmentation Fault after declaring char* inside function
|
|
[4 replies] Last: The second parameter is selecting a random index from the respective ... (by jlb)
|
by Paul50002
need help
|
|
[11 replies] Last: Perhaps: // As C++20 #include <iostream> #include <fstream> #includ... (by seeplus)
|
by Ch1156
Searching through stl containers
|
|
[12 replies] Last: #include <iostream> #include <string> #include <map> int main() { ... (by JLBorges)
|
by baked turkey
Trouble with my if statement
|
|
[4 replies] Last: Another version: #include <iostream> int main () { using namesp... (by againtry)
|
by SHGOVI
stack smashing detected error
|
|
[4 replies] Last: cin be C++, as is cout. ... c would use scanf or scan something and p... (by jonnin)
|
by kaffee
wxFormBuilder code does not compile undefined reference to `MyWindow::MyWindow(wxWindow*)'
|
|
[3 replies] Last: T H A N K Y O U ! you both. What a silly mistake! LANG="en_US.UTF... (by kaffee)
|
cin.get error - unable to enter input. |
|
[1 reply] : As a first refactor consider. Note no error detection/handling for inv... (by seeplus)
|
by jetm0t0
Reading and writing different files
|
|
[13 replies] Last: @againtry well I'm not sure if you are saying I've waited till late be... (by jetm0t0)
|
by bergjensen33
Defining struct elements according to an enum value of that same struct.
|
|
[9 replies] Last: What I am confused is with the terminology, "discriminated." What dis... (by mbozzi)
|
by bg333
Lowest Score Drop (Basic Homework)
|
|
[5 replies] Last: #include <iostream> bool isValid(double); int main() { constexpr... (by deleted account xyzzy)
|
by Hanna1203
Unable to load text file
|
|
[4 replies] Last: however the full path in a string variable usually needs \\ or / (wi... (by jonnin)
|
Code for sorting a char array? |
|
[5 replies] Last: Yeah, seeplus, I fooked up, not noticing* at the time I was doing the ... (by deleted account xyzzy)
|
by Volapiik
Properly freeing dynamically allocated memory
|
|
[13 replies] Last: > Did I miss something? You need to download the latest rar file from ... (by salem c)
|
by tacowo
Using ifstream& as a reference parameter to an ifstream within another function?
|
|
[3 replies] Last: [quote=tacowo]int romanToDecimal( char r ) // takes in a roman numeral... (by lastchance)
|