by etrusks
implicit and explicit operations
|
|
[no replies]
|
by abcdefghijkl
Display scores in rows of four
|
|
[2 replies] Last: Works perfect. Thank you for your help (by abcdefghijkl)
|
Need help with Beginner exercise(#2) |
|
[2 replies] Last: #include<iostream> using namespace std; int main(){ cout<<"Hello! ... (by patriic48)
|
by abdalimran
What is the modular multiplicative inverse of the equation in C++?
|
|
[no replies]
|
visual c++ problem with a vector and while loop |
|
[5 replies] Last: Thanks for sharing this. I might be able to pick up something new as w... (by jheard901)
|
by Googol
Array of structs accessed with a pointer
|
|
[no replies]
|
by Wulfinite
What is constexpr?
|
|
[3 replies] Last: const just means you are not allowed to modify something. constexpr sa... (by Peter87)
|
by MikeTheFish
Scanning whole program
|
|
[10 replies] Last: that's working for me, 100% (by MikeTheFish)
|
by IbtihajT
Variable with multiple data types
|
|
[3 replies] Last: Look into unions. http://www.cplusplus.com/doc/tutorial/other_data_ty... (by fg109)
|
by khatereh
input validation
|
|
[10 replies] Last: That was a great point! Thank you. while ((!(small >= 5) || !(small ... (by khatereh)
|
by Katka01
sorting eigenvalues problem
|
|
[9 replies] Last: > the sorting algorithm instead of sorted eigenvalues, > returns exp... (by ne555)
|
by abdalimran
How do I check if the sum of the numbers of 1st half and 2nd half of an array is same?
|
|
[1 reply] : http://www.cplusplus.com/doc/tutorial/arrays/ Video 32-34: https://ww... (by TarikNeaj)
|
by Gsnore
Writing the complete program
|
|
[3 replies] Last: Because I found the problem description amusing, I'm going to suggest ... (by fg109)
|
by xmyant
help on void add and void delete function
|
|
[2 replies] Last: To repeat what Butch said but in a non-cryptic way. Please edit your... (by TarikNeaj)
|
by Funkist
Segfault (Segmentation fault) for no reason (1,2,3,4)
|
|
[65 replies] Last: I've redone the whole game from scratch , using vectors and not only t... (by Funkist)
|
Why not initialize your variables? |
|
[4 replies] Last: Right. OK. This makes sense. It seems like the answer is: It's prefere... (by Aaron Vienneau)
|
by lew13
Need a little help debugging
|
|
[4 replies] Last: Either define the function before main or announce them in the top and... (by It3rat0r)
|
by shahd95
a program that prints input in different positions.
|
|
[1 reply] : http://www.cplusplus.com/reference/iomanip/setprecision/ http://www.cp... (by closed account SECMoG1T)
|
if else statement basic problem |
|
[2 replies] Last: as long as your if statement consists of more than one line, for examp... (by shahd95)
|
by kkruskamp
Problem giving an object another object / joust game
|
|
[3 replies] Last: At line 71 of your OP, you have: Knight userKnight(string name, int ... (by MikeyBoy)
|