by Shervan360
Can I have range in switch case in C++?
|
|
[5 replies] Last: @lastchance, actually, after having posted it, I realized it was a ver... (by Enoizat)
|
by ipak
Console shows up output is not there.
|
|
[5 replies] Last: reduce() should take no arguments. It should just reduce the Frac th... (by dhayden)
|
by Shervan360
Align Diamond in C++
|
|
[6 replies] Last: If you change the first k loop to for (k = 0; k < max(2*i,1); k++) ... (by lastchance)
|
by herhsey1234
Easy C++ coding
|
|
[4 replies] Last: #define _USE_MATH_DEFINES #include <cmath> #include <iostream> int ... (by deleted account xyzzy)
|
by aardalde
Load Menu into Arrays, Print Menu, Get Order, Print Receipt
|
|
[no replies]
|
Use one fstream object to write and read on two files |
|
[13 replies] Last: It's okay to bump a topic, this isn't exactly a fast forum. We don't h... (by Ganado)
|
by CodeNovice01
Name Arrange and Sort
|
|
[18 replies] Last: jonnin, you're absolutely correct. I mistakingly figured this out by a... (by CodeNovice01)
|
by VictoryCFC
Shape Volume/Weight decider using functions
|
|
[4 replies] Last: Ok got it working now, thanks man (by VictoryCFC)
|
Query: Priority Queue Natural ordering of strings |
|
[11 replies] Last: [quote=coder777]It is. And that makes the situation even worse […omi... (by Enoizat)
|
by victorio
Find in vector
|
|
[7 replies] Last: @keskiverto apologies, even now, I'm not sure what the real intention ... (by malibor)
|
by Hay9
Variable to be constant after 1 input & return
|
|
[3 replies] Last: > It is for me unclear how to separate the header and source. Header:... (by JLBorges)
|
by Ch1156
Setting struct variable in class object parameter list
|
|
[4 replies] Last: I'll look over your code, I never use templates, probably should learn... (by Ch1156)
|
by leelion
How can the Lambda expression be modified to put string in text file?
|
|
[7 replies] Last: Dear jonnin, so many thanks for your help. It works for me. And now I ... (by leelion)
|
by Lateralus
Trying to find the average array
|
|
[4 replies] Last: To print the monthly average, you go through the data accumulating sta... (by dhayden)
|
by monicam
Pascal's Triangle function giving me an error
|
|
[7 replies] Last: up to a certain point, pow(11,row) works too :) where row = 0...4. ... (by jonnin)
|
by Snickelfritz
Issues with potential stack overflow.
|
|
[2 replies] Last: I swapped the '\0' for size-1 instead and now we're rockin and rollin.... (by Snickelfritz)
|
by paleblueeye
How to declare array with no constant variable?
|
|
[5 replies] Last: if you cannot use anything other than arrays, this problem is annoying... (by jonnin)
|
by victorio
Vector and strings
|
|
[4 replies] Last: Great, thank you! (by victorio)
|
by TheSkyWookie
Java Program to C++?
|
|
[5 replies] Last: Hence the reason I'm in the beginner forums... (by TheSkyWookie)
|
by mrpear2020
Undefined error - but I added the header file OK
|
|
[2 replies] Last: That's a linker error. It has nothing to do with the header file. It... (by MikeyBoy)
|