howthe main () function that will request input for value in inch from the user |
|
[2 replies] Last: See notes below, please make sure you read the tutorials. I would hate... (by tipaye)
|
by stampovaniq
DLL and linking problems maybe
|
|
[2 replies] Last: Sorry i am stupid as hell didn't add any guard at all in the .h file (by stampovaniq)
|
by bardo99
arrays and functions final
|
|
[5 replies] Last: oh and your code was very helpful! can you explain how you use the sen... (by bardo99)
|
by bardo99
110010101010
|
|
[6 replies] Last: Okay sorry, i will do as you say. (by bardo99)
|
by adam2016
<> instead of ()
|
|
[2 replies] Last: thanks Moschops I'll read that now =) (by adam2016)
|
by rojan1918
Classes and objects: Variables
|
|
[9 replies] Last: Not sure I can help with that. I'd need to study the algorithm which i... (by Chervil)
|
by Zorac
how to check if cin command from console worked (linux)
|
|
[4 replies] Last: I manage to get some help from a teacher and added C library with isat... (by Zorac)
|
by rrifai
cannot find issue with code
|
|
[3 replies] Last: Or even better because less changes to OP: #include <iostream> #incl... (by closed account 48T7M4Gy)
|
by Maru
Dice game not looping, & need help declaring winner
|
|
[1 reply] : You can't use the comma operator to chain multiple conditions you want... (by Peter87)
|
by BeKinect
Vector Push_back of Array
|
|
[2 replies] Last: Thanks it worked fine. (by BeKinect)
|
by fatemeh69
Don't know how to save a file with 3D content
|
|
[no replies]
|
by MaBunny
Help me with my Text Editor(very simple one....)
|
|
[2 replies] Last: Hi, It seems you are looping on eof for an output file? Will need to ... (by TheIdeasMan)
|
by Gector
Why doesn't this work?
|
|
[3 replies] Last: Another non-standard quirk of Visual C++? Not necessarily, an impl... (by jlb)
|
by buddha87
Where is the function definition of system headers?
|
|
[6 replies] Last: Thank you! (by buddha87)
|
by Jaif
Sign-up code
|
|
[1 reply] : If you want to create a file then look at fstream.h header. http://www... (by MaBunny)
|
by adam2016
Iterators
|
|
[17 replies] Last: The idea is to have one consistent way to traverse ANY container. Not ... (by Arslan7041)
|
by N0N4M3
summation of arrays element problem
|
|
[1 reply] : #include <iostream> #include <iomanip> int main(){ double x = {135... (by ne555)
|
by ztse89
Help me with assignments
|
|
[2 replies] Last: What's your project? (by GabyValedon2012)
|
by pabs8
Program not behaving as expected.
|
|
[5 replies] Last: Peter, You're a genius, it worked!! I used double inf = std::numeric_... (by pabs8)
|
new program |
|
[3 replies] Last: got any ideas how to check and guarantee non repeat of number? could ... (by programmerperson1)
|