by ArgentGrace
How to make the Profit Output to round to two decimal places
|
|
[4 replies] Last: Thanks for the replies. I tried doing the first suggestion by adding ... (by ArgentGrace)
|
by cezarvaz
pass a main matrix
|
|
[no replies]
|
by adam2016
arrays and pointers
|
|
[1 reply] : Hi, When you declare an array of unknown size (int arr ) (especially a... (by Naughty Albatross)
|
by lizhley123
Restaurant order HELP
|
|
[1 reply] : Hi, Well, best place is at the point where you realise this isn't a ho... (by Naughty Albatross)
|
by Zaywop
Creating an X shape
|
|
[8 replies] Last: Maybe this will be sufficient : cout<< setw(8 + x*4) << x << setw(8 ... (by Naughty Albatross)
|
by leoleoleo
cin ignored
|
|
[9 replies] Last: You may try this while-loop : while (1) { cout << "Input a numbe... (by Naughty Albatross)
|
Write multiple data in a binary file |
|
[10 replies] Last: The claim about removing the & is about as useful as alerting program... (by AbstractionAnon)
|
by danban
Enum with User Input
|
|
[14 replies] Last: Does it just make it more readable to have enum before main, or in a h... (by danban)
|
by dragonk2
Variable Scope and Parameters help
|
|
[5 replies] Last: @ FBHSIE std::system is in #include <cstdlib> Prefer to use the... (by TheIdeasMan)
|
by hrxs1
Loop for checking correct integer input
|
|
[4 replies] Last: Thanks. I will try to understand it. (by hrxs1)
|
Trouble converting a decimal to a hexadecimal in its string form (1,2) |
|
[30 replies] Last: Happy birthday SakurasouBusters ! I hope this special day will bring... (by closed account 3h0oLyTq)
|
Wondering about sorting algorithm |
|
[7 replies] Last: ? (by closed account 48T7M4Gy)
|
by Kaisky
Problem with classes and #includes again...
|
|
[2 replies] Last: well, thank you very much! as i expected an easy solution... :) (by Kaisky)
|
by wcbwcb826
So
|
|
[3 replies] Last: . (by closed account 48T7M4Gy)
|
by CosminPerRam
Just an question if its correct!
|
|
[13 replies] Last: It must have been bad because I got reported. Maybe this time to the p... (by closed account 48T7M4Gy)
|
by sam80
Web programming WT C++
|
|
[no replies]
|
by CosminPerRam
Small Problem (1,2)
|
|
[22 replies] Last: Our pleasure. (by closed account 48T7M4Gy)
|
by jcoder11
C++ Print Parallelogram using functions
|
|
[5 replies] Last: My point exactly :) (by closed account 48T7M4Gy)
|
by ghoalex
How can I find the number of words in a list and..?
|
|
[5 replies] Last: Are you allowed to use map ? The easiest would be to use a map<int, i... (by Thomas1965)
|
by alleyezonme
Matrix Help
|
|
[3 replies] Last: Exactly Thanks TIM (by closed account 48T7M4Gy)
|