by suko123
Guess the Number Game
|
|
[1 reply] : char response = 'y'; do { // generate number // // while( guess !... (by Esslercuffi)
|
by Slashdash
C++ Creating a design (instead of cmd)
|
|
[4 replies] Last: it is available in VS. When you create a new project, select a type o... (by Esslercuffi)
|
by bigmakk
Taking my first programming class.
|
|
[4 replies] Last: thank you very much guys I hope this will help might be a little too l... (by bigmakk)
|
by buddha87
new array must has a constant size?
|
|
[7 replies] Last: Thanks for all replies. Yes, vector is choice if I need the array size... (by buddha87)
|
by peter1993
need help to make this program run
|
|
[no replies]
|
A intelligent library database |
|
[8 replies] Last: Yup! looked it up in C++ Primer Plus book. Thank you all. (by omkarborkar95)
|
by DcGCodes
New wanting to learn
|
|
[8 replies] Last: If you're using windows (which I'm guessing you are since you're using... (by Esslercuffi)
|
by NOD32
Need help fixing these errors
|
|
[4 replies] Last: ok i referenced those variables in the argument and the program is wor... (by NOD32)
|
by mitoma
Error switch, help me please!
|
|
[1 reply] : I hate to point these simple things out but it seems that your switch ... (by Tom56785)
|
by soranz
VS2010 new directory for classes to include/link to projects
|
|
[2 replies] Last: The classes have been tested in their own consoles so the definitions ... (by soranz)
|
by Ryuko Matoi
What did I do wrong that setw() function not working?
|
|
[2 replies] Last: setw creates spaces on one line.. if you want the output to be on line... (by coltehrman)
|
by patriic48
Passing objects from a swapfunction
|
|
[2 replies] Last: Thanks tipaye! You solved Everything, now I have to study it. Incredib... (by patriic48)
|
by Bounnoy
Infinite Loop
|
|
[8 replies] Last: You originally intended to reject entries less than zero or greater th... (by PCrumley48)
|
by sakonpure6
How does this code work?
|
|
[3 replies] Last: int x =100; int a =20; a=abc(x); x=abc(a); This is in your c... (by Manga)
|
I just started with class and I need help debugging. |
|
[5 replies] Last: Thanks I did it and it works. I will update the code. PS: I am learni... (by IvanErlic2000)
|
by xello
Argument passing clarification
|
|
[5 replies] Last: Thanks a lot for that info that clears it up for me. I'd be all over y... (by xello)
|
My ternary operator |
|
[1 reply] : Then the ternary operator is inappropriate. What you're saying now (tr... (by booradley60)
|
by CaseyM
Triangle Problem
|
|
[2 replies] Last: Straightforward solution: 1) Find offset O by substracting respective ... (by MiiNiPaa)
|
by omerl1232
Program to check numbers inputed
|
|
[1 reply] : Line 65: num is a local variable. You don't pass it as an argument t... (by AbstractionAnon)
|
by thor36
strcpy_s from an old C/C++ library in C++ program
|
|
[4 replies] Last: Since the strcpy_s() function was used incorrectly in the first place,... (by jlb)
|