by Contim
Logical error
|
|
[1 reply] : This: timeToCompleteThisDish = timeTakenSoFar + b; should be: ... (by dutch)
|
by jc3992
type int unexpected
|
|
[2 replies] Last: Initially I used int i2=0, i3=0, i5=0; but generated the same error. ... (by jc3992)
|
by noblemin
Do-While loop question
|
|
[3 replies] Last: Hello noblemin, You are welcome. Whether it is an if statement or a ... (by Handy Andy)
|
by GamerAid
Hotel Room Calculator. Output is incorrect?
|
|
[2 replies] Last: Ahh, of course. *face palm* Thanks man :) (by GamerAid)
|
by FJ39j39fs
Inheritance problem with code
|
|
[10 replies] Last: Thanks mbozzi, that's exactly what i was looking for. (by FJ39j39fs)
|
by Rango123321
Need helping writing a code
|
|
[4 replies] Last: The problem is that the normal text (problem statement) is now harder ... (by andywestken)
|
Generating different random numbers |
|
[10 replies] Last: I find this gsl::narrow, very useful. I actually found some bugs with ... (by thmm)
|
by kryganas
how fix missing template arguments before 'test'
|
|
[1 reply] : Line 112: out_u test; You need to provide template arguments for th... (by malibor)
|
by mnnsa
pattern printing
|
|
[1 reply] : #include <iostream> #include <vector> #include <string> using namespa... (by lastchance)
|
by sparki
Class template cannot be constructed
|
|
[1 reply] : m_animals.push_back(new AnimalWrapper <T> (animal)); ... (by Repeater)
|
by edmend2000
I need help with a program using selection sort
|
|
[1 reply] : The gibberish probably comes from myFile.get(pitchers ,30); What val... (by thmm)
|
by roiboi
How to cout first value of dynamic variable ?
|
|
[2 replies] Last: Treating a pointer to a single instance as an array is a bad idea. The... (by jlb)
|
by mrpear2020
How can I pass vector a an argument; getting an error
|
|
[2 replies] Last: Oops, sorry. Thank you very much! (by mrpear2020)
|
by montymosby
Access-violation reading location
|
|
[5 replies] Last: Please post the declaration of class Map. Ideally, please post a prog... (by dhayden)
|
by nixUe
string to cstring trouble
|
|
[1 reply] : If you must use C-strings, then use C-strings for everything. You're p... (by jlb)
|
by joe2011
Does anyone can help me with java?
|
|
[2 replies] Last: Yeah, I saw it that's why I have that name on my topic. Anyway, thanks... (by joe2011)
|
by clayoda
Basic Pointer/Address Question
|
|
[7 replies] Last: Andywestken has already explained how you were wrong and corrected you... (by MikeyBoy)
|
by RG89ZERO
Trouble Setting up a Function and Some Fluff
|
|
[9 replies] Last: Alright, then would that replace my else lines below the first if It... (by MikeyBoy)
|
by Shishykish
Why do I have errors about variables that I pass to a function to compute the multiplication of 2 matrices?
|
|
[4 replies] Last: Hi, Following your feedback, I went back to the old code and did thi... (by Shishykish)
|
by vittorioc98
Windows Dumping Stack Trace
|
|
[3 replies] Last: it works fine on my cygwin with -Wall -Wextra -std=c++17 -pedantic-er... (by jonnin)
|