by Cplusc
preconditioned conjugate gradient solver
|
|
[4 replies] Last: @lastchance I fixed the code. I modified the code in this thread. Than... (by Cplusc)
|
by DumbGuy
c++ saved input
|
|
[11 replies] Last: the function of ItemMenu does not have branch to deal, when you intp... (by xtan)
|
by DumbGuy
Errors while calling class from other file
|
|
[8 replies] Last: I'm running it normally without line 14 in the MenuTransition. And i'm... (by DumbGuy)
|
How much C++20 features will speed up the compilation time in practice? |
|
[2 replies] Last: Huh. Why would it hurt build parallelism to use modules? (by helios)
|
by jacapiwsko
XOR encrypted string - decryption problem
|
|
[6 replies] Last: what is key? is "AES" your test case? a quick google tells me that... (by jonnin)
|
Lambda capture copying requires mutable declaration (1,2) |
|
[22 replies] Last: As long as you didn't do anything illegal or highly immoral I didn't s... (by deleted account xyzzy)
|
by Setat
sum of nodes in a tree.
|
|
[9 replies] Last: Yes, it's not a complete tree, just a part of it. I agree, Keskiverto'... (by Setat)
|
Problem with free() and virtual memory |
|
[8 replies] Last: new, delete, new , delete : manual memory management the C++ way. The... (by deleted account xyzzy)
|
by ViyuPr87
What's Missing?
|
|
[12 replies] Last: I think the use of comma operator is ugly as heck. (by Ganado)
|
Serialize signed values |
|
[5 replies] Last: This link looks really good. Thank you very much. :-) (by Jakob Clausen)
|
by rhamm5798
Abstract Class Question (no code)
|
|
[7 replies] Last: I thought if I made it protected in the base Abstract class "Theater"... (by doug4)
|
by sm9
OpenMP parallelisation - how to make variables that last through the lifetime for each thread
|
|
[5 replies] Last: @mbozzi Thank you, I also found threadprivate while searching for it, ... (by sm9)
|
by raijin143
C++ Recursive function "asterisks"
|
|
[5 replies] Last: I don't doubt the assignment is to use recursion, but I was bored and ... (by deleted account xyzzy)
|
by mot
need help for this problem
|
|
[5 replies] Last: @mot, If you change your lines for ( i = 0; i < array_size; i++) { ... (by lastchance)
|
Type "ArrayList" could not be resolved in eclipse |
|
[4 replies] Last: I just found out that I just don't have the Array header file in my Ec... (by anonymoususer13579)
|
by DumbGuy
c++ call class from on file to another
|
|
[11 replies] Last: Outside of the scoping issue mentioned by Grey Wolf , there is really... (by Duthomhas)
|
by Duthomhas
examples for >>
|
|
[14 replies] Last: [quote=MikeyBoy]What am I supposed to have done now? Heh.™ (by deleted account xyzzy)
|
by CoolGuy43511
is it possible to use function pointer like this?
|
|
[1 reply] : You just need another pair of parentheses: ((DWORD(__stdcall*)(DWORD... (by coder777)
|
by Kmpck
Question about pointer objects
|
|
[3 replies] Last: struct foo { things } variable; //this makes a variable of type fo... (by jonnin)
|
by technologist
function within a function error
|
|
[2 replies] Last: That did it, thx. (by technologist)
|