by ardsio
How to update data to members of a structure
|
|
[19 replies] Last: kigar64551: The SimConnect_SetClientData function is used to write on... (by ardsio)
|
by frek
C++ TEA algorithm confusion
|
|
[5 replies] Last: @frek The wikipedia article @salem pointed to is all I needed. Unless ... (by againtry)
|
by JUANDENT
how can I write this C++17 in c++14?
|
|
[1 reply] : First problem is that std::conjunction is not part of C++14. Second ... (by mbozzi)
|
by Cplusc
build solution using cmake command in cmd
|
|
[12 replies] Last: Those are line continuation characters. They're used by the shell to ... (by kbw)
|
by seeplus
C++ Final exam
|
|
[1 reply] : That didn't last long. (by kbw)
|
by spinach999
Problem with stack
|
|
[11 replies] Last: [quote=spinach999]unfortunately some of the programming language used ... (by deleted account xyzzy)
|
by Uncle267
HANGMAN USING LINEAR SEARCH AND SELECTION SORTSORTING
|
|
[14 replies] Last: As a first refactor, consider: #include <iostream> #include <iomani... (by seeplus)
|
by DayleCom
isPalindrome()
|
|
[16 replies] Last: Parseltongue?? (by seeplus)
|
by omy
[MS Detours] Passing function as parameter, Identified undefined
|
|
[3 replies] Last: I am using VS2017 There are newer versions of Visual Studio availabl... (by deleted account xyzzy)
|
by Blueshark1
How to get proper result for Escape Velocity?
|
|
[11 replies] Last: I think @againtry's code is a rather better starting point than an unr... (by lastchance)
|
by codernew
need some help to understand this code
|
|
[4 replies] Last: 0x4 << 16 means take the hex number 4 (which is 100 binary) and shift ... (by seeplus)
|
by Toddnmal
Quad Trees where to start?
|
|
[6 replies] Last: You can not read entire C++ objects from a file or write them to a f... (by kigar64551)
|
by k80jugu
C++ program that converts word or name to ICAO. Wont print my ICAO results.
|
|
[2 replies] Last: Functions can take arguments and return a value . See http://www.cp... (by keskiverto)
|
by jetm0t0
Abstract declarator used as declaration
|
|
[10 replies] Last: A class compiles down to the same thing as a struct. The member variab... (by Peter87)
|
by frek
The longest substring
|
|
[5 replies] Last: at that point you have half or so of the low hanging fruit ... so many... (by jonnin)
|
by roccosd26
what does this print?
|
|
[18 replies] Last: @keskiverto, I tried the OP's code as given, as C code, in both VS 20... (by deleted account xyzzy)
|
by Cplusc
cmake
|
|
[4 replies] Last: @yanson Thanks , I tried -DUSE_BLAS_WRAP="yes" before posting the ques... (by Cplusc)
|
by roccosd26
what does this print?
|
|
[2 replies] Last: what does this print? I refer to my answer here http://www.cpluspl... (by seeplus)
|
by roccosd26
what does this print?
|
|
[5 replies] Last: what does this print Put the code into a file (or use an IDE), comp... (by seeplus)
|
by Blueshark1
How to get Balance for 8.5?
|
|
[3 replies] Last: #include <iostream> #include <fstream> #include <vector> #include <cm... (by lastchance)
|