by vampirenelf
Pseudo-code to C for While loop
|
|
[1 reply] : This is a good start: http://www.cplusplus.com/doc/tutorial/control/ ... (by closed account 48T7M4Gy)
|
by abriella1
STACK-C
|
|
[7 replies] Last: I'm not sure what you want. If you want to understand it, then the fo... (by kbw)
|
by ichabodgrant
Triangle task (hints please)
|
|
[5 replies] Last: try using a for loop? Maybe include a cout << '*' How would you do **... (by closed account 48T7M4Gy)
|
Strings and paramaters |
|
[1 reply] : [code firstline=63]main(){ std::string fullname; float totalhours; ... (by MiiNiPaa)
|
by jenny129
Returning address of local variable Warning
|
|
[1 reply] : int a = { 0 }; This is a local variable. That meant, it will be des... (by MiiNiPaa)
|
by novellof
When to use typdef and define
|
|
[2 replies] Last: You should always prefer typedef or using over #define . There ar... (by TwilightSpectre)
|
by abdalimran
Is there any good tutorial about handling BigInteger in C++?
|
|
[3 replies] Last: Using it is easy, it's a drop in replacement for int. Implementing it... (by kbw)
|
by Archimonday
Help with Objects, and Assignment
|
|
[14 replies] Last: Yes, I believe it should be part of the std::cout and you should just ... (by greenfox)
|
by ssandha
second largest factor
|
|
[4 replies] Last: i got it now man. anyways thanks for the help; appreciate it. this wa... (by ssandha)
|
by DeathLeap
location of (i, j, k) that has the maximum difference.
|
|
[5 replies] Last: Edit: nvm, your idea worked. Thank you very much! (by DeathLeap)
|
by Observer
Student and Crash
|
|
[2 replies] Last: I thought that will be called "normal constructor" for ivan2 and then ... (by Observer)
|
by o13ey1216
color code
|
|
[no replies]
|
by Raigeki
program code help
|
|
[3 replies] Last: considering you used that method at the bottom of your code? I know i... (by hyperfine)
|
by clock
Requesting Help with Functions C++
|
|
[2 replies] Last: Very helpful. Thank you for this. (by clock)
|
by bgmnk
Build Problem
|
|
[8 replies] Last: jlb, all I added to it was the do while statements. I had the rest alr... (by bgmnk)
|
by ssandha
arrays
|
|
[no replies]
|
by d1ff1cul1010
if you could help me with this function!!
|
|
[1 reply] : You could have an averageArray function(arrayName, arraySize) that fir... (by wildblue)
|
by Jhub
Using loops and rand function
|
|
[8 replies] Last: #include <iostream> #include <cstdlib> #include <ctime> using std::... (by Jhub)
|
by ftothemizzo
Not getting a value returned
|
|
[1 reply] : You need to tell the program to output the value. One way would be lik... (by admkrk)
|
by Mroonie
Please help me simplify my code!
|
|
[2 replies] Last: That's only there because I ran it through http://www.compileonline.co... (by Mroonie)
|