Cross-Platform C++ Development |
|
[1 reply] : The easiest way to handle such things is for you to pick an existing c... (by Repeater)
|
by ruzip
Integer to object pointer and back again in a function
|
|
[7 replies] Last: Great! working on a few test, but I have not tested it thoroughly. p... (by ruzip)
|
namespace and operator << overload |
|
[10 replies] Last: it is just fine without, all you need is to fully name OBJTYPE, What... (by againtry)
|
by Andr323
Goto skipping cin
|
|
[1 reply] : The stream either got too many character or broke, you need to add thi... (by zapshe)
|
Input of Elements Not Acting as Should. |
|
[7 replies] Last: PS I decided to try beyond 100 and got up to about 250 successfully. 7... (by againtry)
|
by eladb
error while using template with ostream operator (1,2)
|
|
[24 replies] Last: You have shown yourself to be an obnoxious, ill-bred, foul-mouthed lo... (by againtry)
|
by jemeu
Making questions where user inputs words and integers.
|
|
[1 reply] : Mixing std::getline and std::cin causes input problems. std::cin... (by deleted account xyzzy)
|
by volang
Little deeper on how send() and recv() works
|
|
[16 replies] Last: Yes, I'll read more about it, see what I can find. Thanks anyway man.... (by volang)
|
by jemeu
Need help with homework
|
|
[10 replies] Last: @lastchance, that's brilliant (by mbozzi)
|
by ruzip
Static linking problem with MinGW
|
|
[1 reply] : problem solved. somehow I have a backup file that is the one included ... (by ruzip)
|
by bibo
Segmentation fault on set assignment
|
|
[6 replies] Last: Without any access specifiers changing the struct to a class would... (by TheIdeasMan)
|
by minichel
sorted Linked list
|
|
[1 reply] : What do you need help with? It seems that you have an insert function ... (by jlb)
|
by jgialis
Basic Sorting Algorithm
|
|
[4 replies] Last: Thanks jonnin I will look it over. If I may ask, why does the switch... (by jgialis)
|
by volang
SetConsoleOutputCP(CP_UTF8) no output
|
|
[no replies]
|
by blendero777
initialise empty map in class constructor
|
|
[6 replies] Last: Hi, there I am also new to c++ and must say I am so surprised about al... (by Bra599)
|
by Elias123456
Eigen library
|
|
[5 replies] Last: Time taken to solve augmented 300 x 300 matrix 226486 microseconds Bl... (by againtry)
|
Why do these two irregular regions blink? |
|
[11 replies] Last: Thanks againtry. Is that better? @rollerbladegirl In the cut and t... (by againtry)
|
by marhuum
a must-non constant alias argument with its default argument must be constant
|
|
[1 reply] : If you're trying to declare a struc you need the prefix struct in fr... (by H00G0)
|
by Robonics
std::this_thread is seen as undeclared
|
|
[15 replies] Last: Robonics: No problem, I also made assumptions that were wrong :) You a... (by Ganado)
|
by julie2019
CppCast: OpenVDB
|
|
[no replies]
|