by Arslan7041
Sum of powers of numbers 1 through 10
|
|
[10 replies] Last: You should have double for sum because if you accept a double for the ... (by GRex2595)
|
Problem with the == part of an if statment |
|
[4 replies] Last: @TarikNeaj Your post was not visible when I had clicked "reply". I s... (by Arslan7041)
|
by lolapurple
Trying to convert from Celsius to Fahrenheit and then the other way
|
|
[9 replies] Last: I need the output file to be labeled Lawrence_celsius_output.txt and L... (by lolapurple)
|
by ManlyMartin
Trouble getting my code through a test
|
|
[2 replies] Last: And this is the compile error I'm getting. $ g++ -Wall -Wextra -ped... (by ManlyMartin)
|
by HG319
Binary search theory questions
|
|
[5 replies] Last: would it just be 7 comparisons? (by HG319)
|
by Jxcorex29
Aligning brackets, and making readable code
|
|
[3 replies] Last: I find it difficult to place for loops within for loops ( confuses t... (by AbstractionAnon)
|
by TieRein
Rewriting Strstr
|
|
[2 replies] Last: Perfect thank you. I didn't even think about how it could check for th... (by TieRein)
|
by JackHawk
Programming advice with loops
|
|
[no replies]
|
by tygerrock
while if loop
|
|
[no replies]
|
by Gi Pa
Write a print function
|
|
[no replies]
|
by bhalo
reverse a integer by recursion
|
|
[no replies]
|
by calisabeth
Loops
|
|
[10 replies] Last: calisabeth (25) @Subscriber360 Our teacher didn't teach us the use ... (by Subscriber360)
|
by sweetsunray
outFile command in another member function of a class
|
|
[4 replies] Last: Thank you very much! That solved it all. (by sweetsunray)
|
by iikitty
dec to binary failed...pls help
|
|
[1 reply] : Hi i got a number of functions that i used some months ago for convers... (by closed account SECMoG1T)
|
by scarleterza
proxy class
|
|
[2 replies] Last: Proxy is a class which adds indirection layer to another object. There... (by MiiNiPaa)
|
by HW95
Retrieving an integer from a .txt file
|
|
[4 replies] Last: I don't know how but what seems to be my original code I posted decide... (by HW95)
|
by calisabeth
Integer Square Root
|
|
[9 replies] Last: #include <iostream> int main() { std::cout << "Enter a number bet... (by GreatBlitz)
|
by etrusks
string initialization in constructor
|
|
[2 replies] Last: Cool :) Thank you very much :) (by etrusks)
|
by calisabeth
Create a tic-tac-toe board with the dimensions the user entered
|
|
[3 replies] Last: calisabeth, does it work? and can I get the codes? Please? (by ryanjoshiii)
|
by evgeric
C++ Beginners questions which I need your help.
|
|
[1 reply] : The only help that we should give is to urge you to read the book (aga... (by keskiverto)
|