by RicoJ
Is this a name collision?
|
|
[15 replies] Last: Putting it into a header file, though, is a step too far ;) Yet that... (by deleted account xyzzy)
|
by AnnoyingB
How to have input parameters like std::vector
|
|
[6 replies] Last: Point well made, Peter87. Weird, I typed class template originally,... (by deleted account xyzzy)
|
Can anyone please translate this java code into c++? |
|
[7 replies] Last: translating is almost always a failure. - if the code is really small... (by jonnin)
|
by Cambalinho
C++: how create a HBITMAP with a pixels pointer?
|
|
[13 replies] Last: "I think the alpha value should be the first value in the struct." hon... (by Cambalinho)
|
by frek
Multi-threading performance influence in effect (1,2)
|
|
[29 replies] Last: as well as, I'm rather confused about: first_val += N_PER_THR... (by frek)
|
by maortov
Question at your disposal
|
|
[15 replies] Last: Godot is a very friendly game engine that exports to just about everyt... (by Duthomhas)
|
by DeezyM89
What's wrong with my code?
|
|
[6 replies] Last: Perhaps (not tried): #include <iostream> #include <iomanip> #includ... (by seeplus)
|
by agirideep
Converting bases
|
|
[2 replies] Last: Yours is a conversion from any positive number, not any decimal number... (by mbozzi)
|
by frek
Converting method
|
|
[10 replies] Last: Yes, exactly. Honestly I found it a little after posting the question ... (by frek)
|
by BJKY0712
MS Visual Studio Project hidden folder
|
|
[4 replies] Last: The .pdb files are actually the 'database' for debugging and edit/cont... (by jonnin)
|
Making a vector of type class? (1,2) |
|
[37 replies] Last: Have no fear! My time spent has been for self interest to see if the F... (by againtry)
|
by technologist
2D array to include multiple elements per index
|
|
[10 replies] Last: What is the significance of OpenCV in this thread, BTW? It stores thi... (by technologist)
|
by DeezyM89
Help with C++ GPS Program
|
|
[8 replies] Last: #include <iostream> #include <iomanip> #include <fstream> #include <s... (by lastchance)
|
by Cambalinho
how can i win speed on SetPixel\GetPixel?
|
|
[12 replies] Last: thmm (590): i have used, but no luck.. i can use DIB's.. i will do ano... (by Cambalinho)
|
Google Tests with cmake |
|
[no replies]
|
by SSDEEZ
Linked List insert
|
|
[2 replies] Last: If you need to insert at the end of a list, then it's common to also h... (by seeplus)
|
by elon dusk
coding a 2D array rolling algorithm using WASD keyboard control
|
|
[1 reply] : Also here on your other thread. https://www.cplusplus.com/forum/beginn... (by salem c)
|
by blrvenky
Beginners program - college
|
|
[2 replies] Last: #include <iostream> #include <algorithm> constexpr size_t MaxArr {1... (by seeplus)
|
by lokendras90
Calling Perl Methods/API from CPP
|
|
[1 reply] : Are you ASKING how to call Perl methods from C++ code? Copy-'n'pastin... (by deleted account xyzzy)
|
by GerardFunk
reading CSV file into Array
|
|
[3 replies] Last: Do you know how to open a file, test to see it was successfully open, ... (by deleted account xyzzy)
|