What would be the formula in code for this? |
|
[4 replies] Last: using namespace std; and system calls are not preferred but that's... (by closed account 48T7M4Gy)
|
by jdwright
Int to String Conversion in Loop
|
|
[3 replies] Last: Thanks @Keene. That's what I had in mind, just didn't know how. (by jdwright)
|
by WishonTD
Help with Output
|
|
[8 replies] Last: Thank you MiiNiPaa. I have everything working now except for the 25th... (by WishonTD)
|
by JL360B
Enrollment System Help.
|
|
[no replies]
|
by WishonTD
Array question
|
|
[3 replies] Last: thank you hyperfine...that's exactly what I did and it worked out fine... (by WishonTD)
|
by exelbeast
New to C++, Loops Help
|
|
[11 replies] Last: #include<iostream> #include<ctime> using namespace std; int main() ... (by shadowCODE)
|
by display0
Display graph, showing how many times a digit appears in sequence
|
|
[1 reply] : Something like this? #include <iostream> #include <ctime> const int... (by mobotus)
|
by David623
Please.....Help with new program!
|
|
[4 replies] Last: Will this work? // Programmer: David Weeks // // Course Name: CIS 301... (by David623)
|
by guirampani
Function overloaded help please
|
|
[2 replies] Last: Yeah exact, I need to be more careful when making indexes, already fix... (by guirampani)
|
by guirampani
Function to sort numbers showing wrong output, can't find the error
|
|
[3 replies] Last: Oh yeah I got it haha OMG took me so long to understand that. Fixed t... (by guirampani)
|
difference between <cmath> and <math.h> |
|
[5 replies] Last: That looks correct, but note that you could also save yourself the tro... (by Ganado)
|
by druid84
atoi instead of stoi
|
|
[no replies]
|
by hunterx893
Syntax error
|
|
[no replies]
|
by Ryan5920
Entering Data into a 2d Array.
|
|
[4 replies] Last: #include <iostream> using namespace std; int main() { const int r... (by anup30)
|
by mishappp
For loop troubles.
|
|
[2 replies] Last: doh, thanks a ton. (by mishappp)
|
by Spruteus
Sum of random number
|
|
[2 replies] Last: On a second thought, #include <iostream> #include <vector> #include ... (by shadowCODE)
|
input source |
|
[6 replies] Last: Thenks i appreciate, lemmi check it out. (by closed account SECMoG1T)
|
by DeathLeap
Classes and inheritance
|
|
[9 replies] Last: So I can't avoid not defining the default constructor in this case, b... (by MiiNiPaa)
|
by whoovian11
Design a 4 bits Shifter.
|
|
[2 replies] Last: Example: for the input value 1010, it is 0100 after a left shift or 01... (by whoovian11)
|
by iluv41
infinite loop issue
|
|
[4 replies] Last: is your function complete? There should have been compiler errors from... (by shadowCODE)
|