Fahrenheit > Celcius |
|
[3 replies] Last: It says at the bottom In function 'int main()': and: parse error at ... (by Chervil)
|
by kayo2
File adding too many values to array
|
|
[4 replies] Last: That actually makes a lot of sense. Thank you very much for your help ... (by kayo2)
|
by MulStudent
URGENT i have 2 hours to pass up my assignment
|
|
[7 replies] Last: Alright thank you very much! (by MulStudent)
|
by cash
convert to string
|
|
[2 replies] Last: You could use std::stringstream as shown. Another possibility is the s... (by Chervil)
|
by cash
2d vector
|
|
[2 replies] Last: > How would I create a vector matrix of size 3*4 using vector and with... (by JLBorges)
|
by MulStudent
task
|
|
[6 replies] Last: Thank you so much bro, i owe you (by MulStudent)
|
by cppnewbie13
please help with bubble sort c++!! thank you
|
|
[9 replies] Last: awesome! thank you so much!! i will study it, you've been a great help (by cppnewbie13)
|
by sagek
Rock Paper Scissors random number generator issue
|
|
[3 replies] Last: What I'm trying to figure out is why that error message is displayed.... (by AbstractionAnon)
|
by adam2016
Trouble with algorithm
|
|
[2 replies] Last: thanks Andy,I never knew i got incremented until it was less than the ... (by adam2016)
|
by Brandon33310
Text adventure game
|
|
[6 replies] Last: #include <iostream> // prototype your functions void myfun1(); void ... (by fiji885)
|
by chuvak
Control reaches end of non-void function
|
|
[5 replies] Last: TheIdeasMan, we have not learned vectors yet, thank you for your inpu... (by TheIdeasMan)
|
by mankiboj
TASK, I NEED HELP
|
|
[2 replies] Last: Please note that this is not a homework site. We won't do your homewor... (by keskiverto)
|
Not understanding output |
|
[2 replies] Last: "soccer" was skipped because the else applies only to the next state... (by AbstractionAnon)
|
by Tbone609
Menu Program
|
|
[2 replies] Last: You were given a skeleton of a menu program in your previous thread. h... (by AbstractionAnon)
|
Competition and team making |
|
[2 replies] Last: Yes but i need to write the code and i dont know how (by Mhammad daoud)
|
by ericM
polymorphism pointers and operator>>
|
|
[1 reply] : std::istream& operator>>(std::istream& is, BaseClass* &bc_p) if you ... (by ne555)
|
by DE98
random movement of character
|
|
[6 replies] Last: cmatrix.h -- This header file contains the declaration for the CMatrix... (by DE98)
|
by cweiss1
Help a new guy out!
|
|
[2 replies] Last: A common issue is that on windows the program executes so fast the out... (by jonnin)
|
by Ruuko
Make an shape
|
|
[1 reply] : #include <iostream> #include <string> using namespace std; int main(... (by lastchance)
|
by YikUTM
How to read the getline from txt into arrays?
|
|
[4 replies] Last: #include <iostream> #include <iomanip> #include <fstream> #include <s... (by lastchance)
|