by garyL
Average from array keeps returning address?
|
|
[5 replies] Last: wow, yup that did it right there! been driving me nuts trying to figur... (by garyL)
|
how to skip over code |
|
[1 reply] : Do you mean something like: #include <iostream> #include <string> ... (by seeplus)
|
My while loop won't do anything after I input the word yes |
|
[9 replies] Last: Thank you guys for the comments, they were very helpful! (by BeginnerCoder123)
|
by Naqq
Building a Recipe
|
|
[3 replies] Last: enum names are mostly used to make your code prettier, similar to cons... (by jonnin)
|
by dhurzan
Help with int variables
|
|
[2 replies] Last: @OP You have many problems with your code. This gets you on the right ... (by againtry)
|
by jet951
Get values to match for certain output
|
|
[1 reply] : PLEASE ALWAYS USE CODE TAGS (the <> formatting button) when posting co... (by TheIdeasMan)
|
by Mathavan
Changing the using to class inheritance
|
|
[8 replies] Last: I did not download your code, but I did take a glance at it. One thi... (by AbstractionAnon)
|
by noir234
How to have multiple input and multiple output
|
|
[6 replies] Last: Thank you so much about this :D (by noir234)
|
How to check the data type of a variable at compile time? |
|
[2 replies] Last: You could also use simple function overloading to make this choice. ... (by closed account EUoNwbRD)
|
by sarvcr
Access violation reading location Error when deleting the positions of a vector
|
|
[9 replies] Last: While it is not illegal to release a null pointer, it's considered poo... (by AbstractionAnon)
|
void* func(void* arg) |
|
[3 replies] Last: void * is more C than C++. I can't think of a lot of places where yo... (by jonnin)
|
by cplus2303
CRUD
|
|
[8 replies] Last: :) Not the full story but ... By concentrating code on individual pr... (by againtry)
|
by donovandc
nothing being outputted to the output file? (ifstream and ofstream)
|
|
[8 replies] Last: L24/25 is usually written as : while (fin >> x1 >> y1 >> z1 >> x2 >... (by seeplus)
|
by rajmond
Memory limit exceeded
|
|
[4 replies] Last: https://docs.microsoft.com/en-us/windows/win32/procthread/thread-stack... (by salem c)
|
by WrestleZero
How do I delete a certain record?
|
|
[13 replies] Last: It would be much better if vitalHistory was a std::vector and not a c-... (by seeplus)
|
by death1239
linked list problem
|
|
[2 replies] Last: In C++, there's no need to specifiy struct before referring to the nam... (by seeplus)
|
by audioni
Display wether input is odd or even
|
|
[2 replies] Last: @OP Here's a clunky start that might be of use. #include <iostream> ... (by againtry)
|
by mzimmers
accessing const array
|
|
[3 replies] Last: Header: #include <cstddef> extern const char* const TASK_TAGS ; ext... (by JLBorges)
|
by GroovyJack
Adding 2 IEEE 754 numbers please help
|
|
[1 reply] : you subtract 127 from the exponent if this is 32 bit. and adding up m... (by jonnin)
|
by Milnk
Using function
|
|
[7 replies] Last: Just leave your posts unedited, others can then see if they have same/... (by deleted account xyzzy)
|