by Mikeyy222
game. pay
|
|
[4 replies] Last: New thread -> http://www.cplusplus.com/forum/general/248558/ (by salem c)
|
creating dynamic array that sums prime numbers |
|
[4 replies] Last: Any solution will iterate through each element in the array, check for... (by Browni3141)
|
by MelRose1707
Having issues with Mindtap coding
|
|
[2 replies] Last: Instructions Write a program that allows Cindy to input: The purcha... (by dhayden)
|
by zydeholic
Am I better off learning with GCC rather than VC++? (1,2)
|
|
[22 replies] Last: @Cubbi, Code::Blocks as one of the bundles, the MinGW bundle, includes... (by closed account E0p9LyTq)
|
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 locatee
insert() function of containers
|
|
[5 replies] Last: @JLBorges I got it. So I can use emplace() to play this role. (by locatee)
|
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)
|