by t im
quertion about std::sort cmp function
|
|
[2 replies] Last: Thanks a lot. Your answer really benefits me. (by t im)
|
by Cplusc
Installing Trilinos on windows
|
|
[3 replies] Last: did the compiled lapack work at least? one at a time... first you ha... (by jonnin)
|
by frek
Compile time evaluation and performance
|
|
[9 replies] Last: What is the benefit of constexpr? It provides a way to reliably ... (by mbozzi)
|
by linaya
新手想了很久了都不会做,求解
|
|
[2 replies] Last: Google translate: Title: The novice has been thinking about it for a ... (by AbstractionAnon)
|
by leo2008
char array manipulation
|
|
[11 replies] Last: Thanks all for your valuable inputs here. Closing this thread now. (by leo2008)
|
by Cambalinho
AlphaBlend() can make 1 color transparent too?
|
|
[4 replies] Last: after several tests, i notice these: 1 - zero will be Alpha Transparen... (by Cambalinho)
|
by PopSmoke
7 segment displays (1,2)
|
|
[20 replies] Last: everything works perfectly, thanks for your help! (by PopSmoke)
|
by tonic
c++ Client/server
|
|
[1 reply] : you probably need to thread at least some of that. screen share is in... (by jonnin)
|
expected primary-expression before ‘]’ token myArray <int> obj(arg1[], size); Confused as to why this is happening |
|
[4 replies] Last: Maybe something like: #include <iostream> #include <algorithm> te... (by seeplus)
|
Unknown debugging errors |
|
[8 replies] Last: Really weird echoing now that the OP has decided to cut and run. At t... (by deleted account xyzzy)
|
by Hanna1203
Comparing all characters within two strings of different length (1,2)
|
|
[20 replies] Last: PS. I submit exhibit 1 - the new, 'improved' camel... https://en.wiki... (by seeplus)
|
by frek
Genomic Range Query
|
|
[14 replies] Last: Assessing what was already written using paper and pen it turned out t... (by frek)
|
by ManaG
int was not declared in another function
|
|
[3 replies] Last: Thank you, also I will use them next time, I haven't thought about it ... (by ManaG)
|
by Cplusc
Calling a constructor in a loop
|
|
[14 replies] Last: I fixed it. The problem was an & missing somewhere in the code. Thank ... (by Cplusc)
|
by mnm71
How to find peak in c++
|
|
[5 replies] Last: Or with a state machine: #include <iostream> #include <vector> using... (by lastchance)
|
by Cambalinho
using StretchDIBits() can i draw transparent and semitransparent?
|
|
[11 replies] Last: theres so many code.. but i choose the used class Bitmap functions: v... (by Cambalinho)
|
by LuucasArz
ENVIAR DATOS POR PUERTO SERIE.
|
|
[3 replies] Last: it is important to decide if a number is in binary or text form. If in... (by jonnin)
|
formula to get nearest number (1,2) |
|
[20 replies] Last: off course that was it, tx! (by wimvandenborre)
|
by Blueshark1
Getting proper calculations to work?
|
|
[3 replies] Last: As a possible first refactor, consider: #include <iostream> #includ... (by seeplus)
|
by Blueshark1
Cin function wont work?
|
|
[7 replies] Last: I have been building up this code based on a template and help from ot... (by Blueshark1)
|