Change the arguments of a function depending on template? |
|
[5 replies] Last: That's fixed it! Thank you so much for the help I really appreciate it... (by DreamingInsanity)
|
Ascending and Descending order with n size |
|
[3 replies] Last: The sort loops have a buffer overflow issue as i is from 0 to size - 1... (by seeplus)
|
by ciclonite
ASIO Standalone with CMAKE compiling problem
|
|
[2 replies] Last: Hi mbozzi, Thanks for reply. For convenience i've modified the project... (by ciclonite)
|
by Googie85
strcmp() Always Returns True.
|
|
[1 reply] : print exactly what is in value, in hex, every character... there is pr... (by jonnin)
|
by Ulik
How can I write this code ( sorry I can't understand)
|
|
[3 replies] Last: Thanks oggin. You helped me a lot (: (by Ulik)
|
by Ulik
Help me complete this code
|
|
[6 replies] Last: Thank you guys, It helped me a lot ^^ (by Ulik)
|
by siid14
Selection Sort for String
|
|
[11 replies] Last: Using a custom sort (selection sort for example) or even the old sort... (by oggin)
|
by MrShadowMan
Avoiding circular includes even when neccesary?
|
|
[3 replies] Last: One more thing ... Get rid of those global variables. You most likely ... (by keskiverto)
|
by changiz
Calculating Standard Deviation & Variance
|
|
[12 replies] Last: This is a numerically stable single pass algorithm: #include <iostre... (by JLBorges)
|
by Googie85
RegGetValue returns 1 character.
|
|
[4 replies] Last: Yet another case of not nul-terminating the strings. https://www.cplus... (by salem c)
|
by changiz
solve makes 10 random numbers and save it in a file
|
|
[8 replies] Last: #include <iostream> #include <fstream> #include <random> #include <ct... (by lastchance)
|
by Googie85
Corrupted printf() Results.
|
|
[1 reply] : #include <iostream> #include <windows.h> #include <cstdlib> #include ... (by JLBorges)
|
by Googie85
(printf) Garbled Output.
|
|
[2 replies] Last: If you are going to copy a C++ string to a C string you should get the... (by deleted account xyzzy)
|