infix to prefix |
|
[7 replies] Last: @andrewthecoder This is not a good exemple (by closed account 28poGNh0)
|
Why won't my C++ program work? |
|
[2 replies] Last: I just glanced over it, but it seems you are dividing by 0 when diviso... (by druid84)
|
by wh1t3crayon
Using a struct in my class
|
|
[4 replies] Last: Ok so the error was fixed by removing Tetromino from the parameters in... (by wh1t3crayon)
|
how to determine if a input string is valid |
|
[8 replies] Last: why not, loop: if '(' --> start++, if ')' --> end++ ; if start == ... (by anup30)
|
by Jhub
why does only half my code work?
|
|
[4 replies] Last: you can add "continue;" for each if. but algorithm is better than har... (by anup30)
|
by LATCH100
if statement ?
|
|
[4 replies] Last: computers dont have any personal choice. without specific instruction ... (by anup30)
|
by David623
Program still does not work with my changes!
|
|
[6 replies] Last: thank you, hyperfine. done. How can I make the program accepts just th... (by David623)
|
char array with pointer multiple lines of text |
|
[5 replies] Last: windows 7 has xpmode which has a dos shell that can run dos apps :) w... (by closed account 1CfG1hU5)
|
Encrypt function |
|
[no replies]
|
Can someone finish the code? |
|
[3 replies] Last: cout << "x = " << (double)S/0.06; Edit: oops, that was not correct... (by anup30)
|
by roark burney
Search function causes program to hang
|
|
[4 replies] Last: @Smac89 and @Ganado That worked! { bool found = false; int... (by roark burney)
|
by spanayil29
Width and Length
|
|
[no replies]
|
by JasonMcG
Stacks and balancing
|
|
[8 replies] Last: First : '(' , '[' and the others are one character unless '*/' and '/*... (by closed account 28poGNh0)
|
by Magnes34
error: return-statement with a value, in function returning 'void' [-fpermissive]
|
|
[1 reply] : void means dont return anything . yet you return EXIT_SUCCESS... (by shadowCODE)
|
by Magnes34
error: expected ';' before string constant
|
|
[3 replies] Last: Thanks it worked (by Magnes34)
|
by stefoka
The 3n + 1 problem
|
|
[8 replies] Last: Thank you. I finally solved it. (by stefoka)
|
by Corey21Woods
Reading Integers from 2 text files and Merging into another text file
|
|
[2 replies] Last: oops... deleted my post while editing. your while() loop is now techn... (by Esslercuffi)
|
by turtlesavage
Help making classes
|
|
[9 replies] Last: Thank you very much @turtlesavage, l am totally newb but am trying to ... (by closed account SECMoG1T)
|
by slovit
switch case where did i go wrong
|
|
[2 replies] Last: #include <iostream> using namespace std; int main(){ char applet... (by slovit)
|
by Jhstaudt
Creating Unique Pythagorean Triples in VS2013
|
|
[5 replies] Last: #include <iostream> #include <iomanip> using namespace std; int mai... (by shadowCODE)
|