by adam2016
next step
|
|
[1 reply] : [quote=adam2016]how do I start to actually learn how bigger and more u... (by Cubbi)
|
by aurimas13
function pointers: trying to pass a function as an argument (1,2)
|
|
[25 replies] Last: [quote=aurimas13]I understand your given example - it's easy. It shoul... (by keskiverto)
|
by pLearner
Code Formatting - Need Help C++
|
|
[2 replies] Last: I assume this is not on the global scope (obviously, but the lack of s... (by poteto)
|
by Spirrwell
Couple std::vector Questions
|
|
[7 replies] Last: Have you thought about ignoring the issue and just making sure you use... (by poteto)
|
by JUAN DENT
With what can I replace codecvt_utf8_utf16?
|
|
[2 replies] Last: std::codecvt_utf8_utf16 and std::codecvt_utf16 (and std::codecvt_utf8 ... (by Cubbi)
|
by LeeStar
If "Template type" used as function's return value, how to instantiate it without via function parameter?
|
|
[2 replies] Last: OK, Thanks. Due to the first question, I thought "InterfaceRequest<Int... (by LeeStar)
|
by parallx
Memory allocation and deallocation
|
|
[8 replies] Last: Cool thanks kbw. Cubbi I'll look them up, thanks. (by parallx)
|
by ionic
program that find a defined macros in source files,count and print
|
|
[1 reply] : Please do not double post. http://www.cplusplus.com/forum/beginner/241... (by Thomas1965)
|
by Cambalinho
C++: vectors: why i lose data?
|
|
[7 replies] Last: i found the error: for(unsigned int i =0; i<strCompile.size(); i++) ... (by Cambalinho)
|
by Amaris
Performance in vector search
|
|
[7 replies] Last: Never said that upper_bound is the correct solution. Lower ... #incl... (by keskiverto)
|
by krisb
generating new variables
|
|
[4 replies] Last: can I refer to string fruit to name an int apple? no, you would hav... (by Jaybob66)
|
by navilgameboy
a program opening itself??
|
|
[8 replies] Last: I did this joke one time: In the birthday of one of my friends i did ... (by HealCode)
|
by tibrado
Help with Destructor for a 2D Array?
|
|
[7 replies] Last: Thanks for the replies guys. I have decide to rewrite the pointers arr... (by tibrado)
|
by PonasM
Compiling to a standalone file without any library dependencies
|
|
[7 replies] Last: I solved my problem by reducing the number of libraries my code uses, ... (by PonasM)
|
by mo13
Need urgent help with this
|
|
[3 replies] Last: tisk tisk, I would've reported this for dupe threading. (by poteto)
|
by hassanAman
Reverse keys in a Map
|
|
[3 replies] Last: Thanks! (by hassanAman)
|
by JUAN DENT
With what can I replace std::unary_function?
|
|
[3 replies] Last: Thanks JLBorges, as usual!! (by JUAN DENT)
|
by umbrajager
Power of 2
|
|
[3 replies] Last: goodness! if it works at all, it does it the hard way. your functio... (by jonnin)
|
by farzinhj
cryptography algorithm
|
|
[2 replies] Last: new link in zip file https://files.fm/u/mr2j2ds3 (by farzinhj)
|
by Amaris
Correctness und Performance in Binary Tree Search
|
|
[3 replies] Last: are you asking theory stuffs? in theory a binary search tree is binary... (by jonnin)
|