by k88
Sorting a Multidimensional Array
|
|
[12 replies] Last: dhayden thank you too! In fact I was kind of sceptical about that part... (by k88)
|
by catrina
Understanding the programming problem
|
|
[1 reply] : I guess, from what I can understand, what they want from you is the fo... (by Uk Marine)
|
by TheGerman
Not declared in this scope
|
|
[2 replies] Last: You are probably compiling it as C++98 which doesn't know "nullptr". E... (by tpb)
|
by Ch1156
Class Questions (1,2)
|
|
[34 replies] Last: relevant reading in the C++ Core Guidelines: C.48: Prefer in-class in... (by Cubbi)
|
Factorial number |
|
[6 replies] Last: hey guys Thank you for your time and your compression, i-m really sta... (by luciusFernatore)
|
by bufoss
Read .dat file
|
|
[5 replies] Last: Thanks very much for your answers. I tried the folowing and I get cor... (by bufoss)
|
by daryledevs
Determining which one is higest or lowest between two integers and the answer is always -14.
|
|
[14 replies] Last: When my friend said, why do we studying programming using turbo c++ wh... (by daryledevs)
|
by sidharth01
cannot convert "int" to "const char*" error
|
|
[8 replies] Last: char retName() { return name ; } This returns a char. Specificall... (by kbw)
|
by philip1999
how can I add each digit in that number and check if that sum is divisible by 7
|
|
[2 replies] Last: Here's a few ways to sum digits. Feel free to add some more. #includ... (by lastchance)
|
by structJason
Weird glitch
|
|
[2 replies] Last: Thanks for the help, the reason i use inFile >> price is because pric... (by structJason)
|
by structJason
Problems with fstream
|
|
[4 replies] Last: Sorry for the mess guys, this is my first time using this forum. Thank... (by structJason)
|
Please to check the following solution. |
|
[2 replies] Last: JLBorges thank you so much i've noticed were is the mistake i did by m... (by luciusFernatore)
|
by zapshe
How to connect code from different languages together?
|
|
[3 replies] Last: Thanks a lot guys! That makes a lot of sense. So you write the code, m... (by zapshe)
|
by philip1999
Swapping the elements in an array using functions.
|
|
[2 replies] Last: if you are trying to sort, youll want to initialize in unsorted order,... (by jonnin)
|
by philip1999
Arrays with for loops
|
|
[8 replies] Last: Yes, unless the fragmentation of memory is a performance hit you can't... (by jonnin)
|
by philip1999
Player is not changing between 'X' and 'O' in the program
|
|
[2 replies] Last: Either pass your player variable into your togglePlayer function b... (by closed account E0p9LyTq)
|
by niirex1
vector outputs display vertically in columns
|
|
[2 replies] Last: @tpb Thanks for the help. i appreciate it. (by niirex1)
|
by MathNerd
Numeric value then print its value doubled
|
|
[2 replies] Last: @mathnerd, If your professor outputs 7 items from a sentence with 6 in... (by lastchance)
|
by mycuser
comparison of unsigned expression >= 0 is always true
|
|
[2 replies] Last: It's a no-brainer. I forgot to think, but that's what you guys are her... (by mycuser)
|
by amaali
Calpay with loop
|
|
[1 reply] : #include <iostream> #include <iomanip> using namespace std; float g... (by tpb)
|