by salaman125
|
|
Dec 11, 2021 at 12:26am
[7 replies] Last: @jonnin i am a real person who needs real help with my questions. I am... (by hernandezj478)
|
Checking amount Function |
|
Dec 10, 2021 at 10:28am
[3 replies] Last: Your understanding of functions and variables needs some revision. L38... (by seeplus)
|
how to code a tokenizer(for shunting yard algorithm) |
|
Dec 10, 2021 at 4:43am
[7 replies] Last: @seeplus for fun, shunting yard (since it the easiest) (by codinglexernewbie)
|
by Adrian908
How to add an option to repeat the code and a win count for every round.
|
|
Dec 9, 2021 at 5:34pm
[3 replies] Last: > and I got everything down except for the part I need help with. You... (by salem c)
|
by salaman125
|
|
Dec 9, 2021 at 4:43pm
[4 replies] Last: Do you mean this: #include <iostream> #include <fstream> using nam... (by seeplus)
|
Question - C++ Battleships Game |
|
Dec 9, 2021 at 4:35pm
[5 replies] Last: 2 of 2: /******************* Place Player Ships *******************... (by AbstractionAnon)
|
by SlowCoder
Cross-platform text-mode apps
|
|
Dec 9, 2021 at 3:40pm
[2 replies] Last: Thank you, kbw. (by SlowCoder)
|
by salaman125
|
|
Dec 8, 2021 at 9:49am
[2 replies] Last: how do i make the program say who is the winner For tic-tac-toe the... (by seeplus)
|
by Geckoo
freopen_s option
|
|
Dec 7, 2021 at 6:00pm
[8 replies] Last: It is "more efficient" than redirecting all console output to a file; ... (by jonnin)
|
by salaman125
.
|
|
Dec 7, 2021 at 3:08pm
[6 replies] Last: Well, everywhere else seems to call this the "Russian Peasant Method o... (by lastchance)
|
by alexas
Bound angle between cuboids (1,2,3)
|
|
Dec 7, 2021 at 2:46pm
[44 replies] Last: @keskiverto , thank you. Yes, my mistake was that in the beginning I t... (by alexas)
|
by s021623
restrict string input with letters only while using the void class
|
|
Dec 7, 2021 at 12:55pm
[8 replies] Last: Because cin >> is used. This will only input one word until a white-sp... (by seeplus)
|
by salaman125
.
|
|
Dec 7, 2021 at 12:47pm
[4 replies] Last: Well spotted! I didn't read the description. Code changed above for in... (by seeplus)
|
by MrASR
How to fetch new data in file 1 (new data) based from file 2 (old data)
|
|
Dec 7, 2021 at 11:57am
[3 replies] Last: Yes. So you need to write your own program. As I asked above, what iss... (by seeplus)
|
by jetm0t0
2D array problem assigning to an int variable
|
|
Dec 7, 2021 at 10:54am
[6 replies] Last: Declaration – Syntax: data_type array_name = new data_type ; For... (by seeplus)
|
by jefflieu
Function returns an object
|
|
Dec 7, 2021 at 9:05am
[14 replies] Last: Yeah, realized my mistake after posting. Thanks very much for your co... (by jefflieu)
|
by NorthFLS
Looping menu with external file input not working
|
|
Dec 6, 2021 at 10:37pm
[4 replies] Last: @AbstractionAnon I'm pretty new to coding and I've been trying to figu... (by NorthFLS)
|
by lastchance
delete float value.
|
|
Dec 6, 2021 at 4:16pm
[5 replies] Last: This post gives me deja vu. Edit: Yeah, it's here https://www.cpluspl... (by Ganado)
|
by mudd
Array with 5 odd numbers, can't figure out how to display
|
|
Dec 6, 2021 at 3:54pm
[14 replies] Last: Maybe like this: #include <iostream> const int N = 5; void read_in... (by thmm)
|
by merlinf
Trouble with login multiple account
|
|
Dec 6, 2021 at 2:49pm
[7 replies] Last: Possibly something like: #include <iostream> #include <fstream> #in... (by seeplus)
|