by JustMcCollum
Need help converting Celcius to Fahrenheit - Homework
|
|
[6 replies] Last: It's weird how both cout statements require Fahrenheit as their vari... (by Chervil)
|
by mondometal
Strange c code, aprecciate some light
|
|
[8 replies] Last: Ty very much Enoizat! God bless you for being so kind to me. I was j... (by mondometal)
|
by Cchadwicka1
C++ nested loops and while or if
|
|
[2 replies] Last: I was referring to these two examples from my textbook: ==============... (by Cchadwicka1)
|
by phuongtam
const function what for?
|
|
[1 reply] : The const keyword is used to mark a thing as “promise not to chang... (by Duthomhas)
|
by chuvak
Trying to validate a number based on certain conditions
|
|
[4 replies] Last: > How would I go about implementing this? My SIN is of the type int, n... (by JLBorges)
|
by Saibachick
Quiz program using classes and array of objects
|
|
[14 replies] Last: when I can see code as well My attempts to solve your issues (the on... (by Enoizat)
|
by NoobAtC
My First C++ Program - It works, but I have another issue...
|
|
[11 replies] Last: I added (below) right before return 0; at the end and that fixed the ... (by Enoizat)
|
by asdfcxz
program that outputs a letter an x number of times
|
|
[3 replies] Last: for(int K=n; K>0; --K){ print_x_letters(letter, K); std::cout <... (by ne555)
|
by reign28
Timer output problem
|
|
[2 replies] Last: Thanks for the help! Do you know any other way of printing out a sin... (by reign28)
|
by hooi1997
IF STATEMENT QUESTION
|
|
[2 replies] Last: Wow. Thank you very much! (by hooi1997)
|
by projectfilly
Trying to count occurrences of number 3...it's a little off. (1,2)
|
|
[22 replies] Last: #include <iostream> #include <fstream> #include <ctime> int main()... (by closed account 48T7M4Gy)
|
how to eleminate F1 F2 |
|
[6 replies] Last: crystal clear...that's the answer that i have been watting for a long ... (by phongvants123)
|
by muffins123
Pointers and functions?
|
|
[8 replies] Last: The pointer was not destroyed. The memory the pointer accesses is wha... (by jonnin)
|
by deadluck
Why doesnt this work?
|
|
[5 replies] Last: 0&&1&&2 is actually a function which returns true / false This (... (by mbozzi)
|
by chronograff
Trying to multiple time
|
|
[2 replies] Last: Yea I really apologise for the messy code. I come from a Ruby & Python... (by chronograff)
|
Need assistance on figuring out error on search traversals output. |
|
[no replies]
|
Stumped on Rock Paper Scissors against Computer |
|
[3 replies] Last: A data driven approach would be simpler. Something along these lines: ... (by JLBorges)
|
by Blazinteen
tic tac toe code bug?
|
|
[5 replies] Last: thomas 1965 sorry for being so dumb about me not understanding what y... (by Blazinteen)
|
by Noobiez
How to set a result to 2 decimal places
|
|
[4 replies] Last: LOL, you're right. (I was half asleep when I wrote that above.) int... (by Duthomhas)
|
by Kloppite
4th order Runge-Kutta method of vectors (1,2,3)
|
|
[56 replies] Last: The time-warp of -ve time is interesting Sadly, that's what he want... (by lastchance)
|