by John123321
need help with the if statement
|
|
[1 reply] : Sorry, I'm a little confused by how you want your output to look. Can... (by druid84)
|
by joeaswe1
Functions, reversing integers
|
|
[8 replies] Last: cin >> num; reverse_sum = reverse(number); Look here. The user e... (by TarikNeaj)
|
by nevadarain
these forums are useless
|
|
[7 replies] Last: I believe I have the solution to your problem, @nevadarain. Now, norma... (by closed account 2LzbRXSz)
|
by nephydavyd
assignment; GPA computation
|
|
[1 reply] : Watch Buckys videos - https://www.youtube.com/playlist?list=PLAE85DE84... (by TarikNeaj)
|
by mcr0008
Incomplete program
|
|
[1 reply] : Are we supposed to do your homework? because we dont do that here. (by TarikNeaj)
|
by djentbat
Hello I'm new to programming
|
|
[7 replies] Last: My pleasure :) Goodluck to you. (by TarikNeaj)
|
by stmathis
problems with finding Max
|
|
[3 replies] Last: Another way of minding the Max is this - int x ; for (int i = 0;... (by TarikNeaj)
|
by wscjr1
corrupted strings passed by FIFO (named pipes)
|
|
[3 replies] Last: All fixed! Thank you very much for the expert advice. (by wscjr1)
|
by keltonfan2
Need a vertical bar graph program working for user input
|
|
[15 replies] Last: I made progress: #include <iostream> using namespace std; int main (... (by keltonfan2)
|
by Stolle
2D array problem
|
|
[1 reply] : Hmm. You write "matrix ", but on line 31 you write "matrix ". Confu... (by keskiverto)
|
by kikmeking
String assignment
|
|
[4 replies] Last: I see your point. Hopefully kikmeking returns to clarify the intent. (by closed account D80DSL3A)
|
by axel609
while and string
|
|
[2 replies] Last: I'm trying to convert roman numeral to regular numbers(ex. III=3) by u... (by axel609)
|
by persades
if else statement
|
|
[3 replies] Last: Glad I could help! :) (by TarikNeaj)
|
by Dbcavalier
Serial julian date
|
|
[6 replies] Last: Wow I feel stupid! Thanks again for the help and I will take your "goo... (by Dbcavalier)
|
rand() |
|
[3 replies] Last: Its the C style way of doing things. There is a better way for c++. Bu... (by TarikNeaj)
|
by warlock6818
help me i'm a beginner
|
|
[2 replies] Last: Its kinda hard to understand the code. You probably mean this - char ... (by TarikNeaj)
|
by bhalo
getline problem
|
|
[3 replies] Last: thanks, cin.ignore(); worked. #include <iostream> #include <st... (by bhalo)
|
by tesla2015
Help with the question
|
|
[10 replies] Last: @anup30 I dont understand what you're trying to say? Yes, -50 divide... (by TarikNeaj)
|
by aaronkann
No Output
|
|
[1 reply] : It is working perfectly fine for me on Visual Studio 2013. There is no... (by TarikNeaj)
|
by Allison2106
Writing a function to multiply 2 matrices?
|
|
[5 replies] Last: Yes, that is correct. See you other thread for my continuing answer.... (by Duthomhas)
|