by HellocMonkey
having problems on line 49
|
|
[7 replies] Last: [quote=HellocMonkey]I have an error on line 49 still I don't know if ... (by deleted account xyzzy)
|
by Sophia2003
button that turns off all features in embedded systems
|
|
[3 replies] Last: Have you heard of integer division? In c++ and most other programming ... (by lastchance)
|
by robduis
Boolean to define prefix
|
|
[4 replies] Last: The latest code is working and it looks for a state change First it wa... (by robduis)
|
Initializing constructor |
|
[5 replies] Last: well, now i have to pass this aditional unlockform: here in the exampl... (by wimvandenborre)
|
Studying Advice |
|
[4 replies] Last: Have a look at https://www.learncpp.com/ (by seeplus)
|
by rich112
how to ensure an input is an integer?
|
|
[6 replies] Last: User input is never "simple". To do it correctly, understand that the... (by Duthomhas)
|
by ahmed0x
Functions
|
|
[3 replies] Last: Also for the prototype you should have double percent(int ptsEarned, ... (by seeplus)
|
Hailstone sequence |
|
[4 replies] Last: Thanks for your help! I am truly grateful your both of your efforts. (by RandomnessRamen)
|
by kostomberov
Trying to input a file and storing the data in a vector
|
|
[11 replies] Last: Thank you! I really appreciate your help. I have now added the other c... (by kostomberov)
|
by KFreerksen
static_cast and enum value
|
|
[6 replies] Last: Perhaps something like: #include <iostream> struct Date { unsigne... (by seeplus)
|
by rich112
vector.erase()
|
|
[3 replies] Last: but i do not know the value of z before i run my program. from what ... (by seeplus)
|
by vasncode
How can I transfer the user input from function to function
|
|
[5 replies] Last: thank you ^^^ (by vasncode)
|
by jNc
string array to dat file issues
|
|
[7 replies] Last: Note that if Database contains pointers (or objects that contain point... (by Peter87)
|
by rich112
Nested Class using function in outer class?
|
|
[3 replies] Last: Nested classes can access all member functions (and member variables) ... (by Peter87)
|
by baked turkey
Two issues my loops
|
|
[7 replies] Last: Sieve, obviously. On introduction valarray was the moon from the sky,... (by keskiverto)
|
by dorito200
cout'ing a float
|
|
[5 replies] Last: If you print a newline character '\n' right after the float do the e... (by Peter87)
|
by Geckoo
Function and its parameters
|
|
[9 replies] Last: One of the biggest reasons why I tend to avoid using variadic argument... (by deleted account xyzzy)
|
by ashajohn2021
How do I return a value of -1 if there are no duplicate values
|
|
[4 replies] Last: If you take 100 values ... each between 1 and 100 ... the chance of no... (by lastchance)
|
by codernew
what is 0x3<<14 mean ?
|
|
[4 replies] Last: this is, by the way, horrible code. the function uses pointers to repl... (by jonnin)
|
by Pen72
Fitting items
|
|
[10 replies] Last: Yes, it works well now, thanks, I'll dive into the code. (by Pen72)
|