by elohssa
Rules around forward template functions to template functions
|
|
[2 replies] Last: Awesome, thanks. Makes sense; the generic lambda is still an instance,... (by elohssa)
|
by MBANS7A1
Code in the nested do-while loop will not run on visual studio 2017 IDE (windows 8)
|
|
[2 replies] Last: Hi, Please don't start a new topic about the same subject, just conti... (by TheIdeasMan)
|
by karl05
Daisy Chains in the Field
|
|
[1 reply] : 1. Paint cow 1 green. 2. Let S1 be the set of cows currently painted g... (by helios)
|
by anakata
c++ loop speed up
|
|
[5 replies] Last: Thanks for explanation. I actually didnt wanted to make a program for ... (by anakata)
|
by Hassibayub
Adding spaces at null of char array
|
|
[8 replies] Last: This could work. There is probably a way to condense it more, but I wa... (by Ganado)
|
by sam1989
float out of string
|
|
[9 replies] Last: std::regex num_re( "(?:^|\\s)[+-]?(?:\\d+\\.?\\d*|\\d*\\.?\\d+)(?:\\s... (by Kostantin2)
|
by yazhai
instantiate the value of "extern const"
|
|
[8 replies] Last: by definition, a variable is not a constant and a constant is not a va... (by jonnin)
|
by sailfish009
rename class instance member function
|
|
[2 replies] Last: I think it is not practicable, we can not add new method or change met... (by Jun Zhang2)
|
by shekharsahoo
Functor taking argument
|
|
[2 replies] Last: Thanks Thomas for the help. (by shekharsahoo)
|
by Handge
C++ screen keeps flickering
|
|
[1 reply] : Clearing the screen on every cycle is asking for flicker. Don't do tha... (by Duthomhas)
|
by aumars
Is it possible to execute the contents of a switch statement from the bottom-up?
|
|
[10 replies] Last: OP is working with an XY problem. (by Duthomhas)
|
by Alikhan77
Please Need Help in Assignment As soon As possible
|
|
[5 replies] Last: To judge a number n whether is prime, you should test from 2 to floor(... (by Jun Zhang2)
|
by iffi62
Reading an array from a text file and storing it using Classes and constructors.
|
|
[1 reply] : file.txt: 1 2 3 4 Put each number into the into the Foo class's me... (by Ganado)
|
by elohssa
std::accumulate inaccurate result for large container
|
|
[5 replies] Last: Nah in my case I only ever use 1 avx instruction really - no SSE. So d... (by elohssa)
|
by tomaslimak
Initialising Array of objects calls constructor twice
|
|
[5 replies] Last: 2. I'm not sure what you mean. Am I not using an array of pointers no... (by doug4)
|
by SSteven
String_numput<> facet not writing to string
|
|
[5 replies] Last: > In String_numput<C>, a space is not added between successive numeric... (by JLBorges)
|
by TrappedSoul
Keylogger
|
|
[1 reply] : #include <iostream> // Klavye ile deger girilebilmesi için gerekli k... (by olfibits)
|
by hebrerillo
copy constructor for a class with an abstract member
|
|
[7 replies] Last: void copy(const MyAbstract & other) { const Implement... (by JLBorges)
|
by frmilstein
expected primary-expression before ')' token
|
|
[5 replies] Last: Thank you very much for your answers. The solution of Jun Zhang2 is w... (by frmilstein)
|
by sam1989
sorting list
|
|
[2 replies] Last: #include <iostream> #include <string> #include <vector> #include <set... (by lastchance)
|