by slei
dynamic_cast and expections disabled
|
|
[11 replies] Last: @OP, You keep asserting that dynamic_cast should work like static_cas... (by doug4)
|
by Robin53
Card Game Printing Incorrect
|
|
[5 replies] Last: I only posted the code that would need to be seen in order to fix the... (by dhayden)
|
by odardes
i want to compare two file and find the same strings
|
|
[3 replies] Last: At line 43 you're using myArray1's index to insert into myArray3. So i... (by dhayden)
|
by CABrouwers
Deriving classes from smart pointers ?
|
|
[8 replies] Last: [quote=CABrouwers] However, it requires to give up the delayed calcula... (by TheIdeasMan)
|
I need explanation on the code snippet |
|
[7 replies] Last: You're allocating memory to check if an integer has any odd decimal di... (by helios)
|
by Trial Faith
insert() function of containers
|
|
[5 replies] Last: @JLBorges I got it. So I can use emplace() to play this role. (by Trial Faith)
|
by vaderboi
Compiled files in Visual Studio print desired result, but return errors in Unix terminal
|
|
[8 replies] Last: Yes. Good Luck !! (by TheIdeasMan)
|
by dopazoma
clang++ compiler not finding header file <mysqlx/xdevapi.h>
|
|
[8 replies] Last: Should I drop the lib initials when I am linking to a library using f... (by TheIdeasMan)
|
by hassanAman
std::default_randome_engine().seed(seed);
|
|
[3 replies] Last: @helios, in the method Perlin Noise, this is necessary. And by the way... (by hassanAman)
|
by JuliusCaesar
Canot access type from derived templated class
|
|
[6 replies] Last: hey thx for your helpfull answers. I did some reading during the last ... (by JuliusCaesar)
|
by c345
How to make the program ask me something more than once
|
|
[1 reply] : How to ask the user for something 'x' times? A for-loop is how. for ... (by Grime)
|
by adam2016
whats the difference between &array and &array[0]?
|
|
[3 replies] Last: thanks guys that makes sense When you do in.read((char*)(&number),... (by adam2016)
|
by ota2
to make a qsort() like function with quicksort example, sorting not ordered
|
|
[3 replies] Last: > It should be void *array, because of function should run also on str... (by salem c)
|
by Trib
why does the value of d do not change?
|
|
[14 replies] Last: after meditating a bit yesterday i found the mistakes by myself, thank... (by Trib)
|
Solutions to Quadratic Formula |
|
[3 replies] Last: Why is dev-c++ so popular??? kimmaylovesyou did you have to use dev-c... (by Grime)
|
by programmy
how to do you chain arrow operators together?
|
|
[6 replies] Last: worked like a charm! :) (by programmy)
|
by Cambalinho
C++: how find a dot on a word\number?
|
|
[2 replies] Last: fixed.. i commented the warning list, that's why i wasn't getting the ... (by Cambalinho)
|
by frek
constexpr (1,2)
|
|
[36 replies] Last: constexpr itself is not part of the type of an object, and so type c... (by mbozzi)
|
by steph111
Game Puzzle - My number (1,2)
|
|
[32 replies] Last: But don't paste that as your homework you will get caught. What if the... (by Grime)
|
by frek
Start learning C++ socket programming
|
|
[11 replies] Last: Thank all of you very much for your help. My plan is as follows. Pleas... (by frek)
|