by Jackywong
Show out the decimal,octal,and hexadecimal values
|
|
[1 reply] : First problem. You never actually get the user's input for the ending... (by jsmith)
|
by Devnissen
Compiler Greyed Out.
|
|
[1 reply] : Problem Fixed. Restarted Dev-Cpp and the compiler is working again. St... (by Devnissen)
|
by manish411
setting up path for Mingw
|
|
[no replies]
|
by pabloist
drawing cards from a deck
|
|
[6 replies] Last: Thanks, I'll try looking up vectors. I can only find vectors in my boo... (by pabloist)
|
reverse positive integer number using loop |
|
[3 replies] Last: I already solve the question now I want to repeat this.how.continuous ... (by closed account 1RLTURfi)
|
by pabloist
returning arrays from functions
|
|
[7 replies] Last: Yes. (by firedraco)
|
I'm kinda new to this... |
|
[3 replies] Last: You need to stop being that paranoid. Do you seriously think the fi... (by Athar)
|
by vlad61
for() loop
|
|
[6 replies] Last: I can't do it. I have tried changing and rearranging the same code ove... (by vlad61)
|
by Soap360
What's the difference between "cin >> " and "cin. ()"
|
|
[1 reply] : I think it would be best to consult the reference section of this site... (by Zhuge)
|
by slg5094
calculator functions
|
|
[3 replies] Last: When you use cin>> as you are, the enter key the user presses to send ... (by Zhuge)
|
by EdBoon
zero size array declaration
|
|
[2 replies] Last: thanks a lot @helios I really do appreciate it. I will create me... (by EdBoon)
|
by bobito
How to display the addresses in char *b[4] using cout?
|
|
[5 replies] Last: please mark as solved. (by stavros)
|
by ChrisR
Array Sorting - Which Method?
|
|
[9 replies] Last: [quote=Athar]In a top-down view, can there even be objects "behind" an... (by filipe)
|
by quydauxu38
need some instruction!
|
|
[1 reply] : 1. There's a stray ; in front of using in line 3. 2. The return type ... (by Athar)
|
by c0y454
ShellExecute() Variable Problem
|
|
[8 replies] Last: @ vexer :: Thanks again :) With your explanations i have managed to... (by c0y454)
|
by zumwalt
vector<structure> object(array) question
|
|
[4 replies] Last: Thanks for the advice, that works! Not only codes the addition of the ... (by zumwalt)
|
arrays and bools |
|
[1 reply] : You're on the right track, but you're making things more complicated t... (by Zero One)
|
basic Calculator |
|
[5 replies] Last: According to C++ standards, you can't have a jump passed an initializa... (by Bazzy)
|
Loop with how many x's |
|
[3 replies] Last: I take it you know how to take it from here? Also, you may want to... (by Zero One)
|