by salaman125
|
|
[7 replies] Last: @jonnin i am a real person who needs real help with my questions. I am... (by hernandezj478)
|
Checking amount Function |
|
[3 replies] Last: Your understanding of functions and variables needs some revision. L38... (by seeplus)
|
how to code a tokenizer(for shunting yard algorithm) |
|
[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.
|
|
[3 replies] Last: > and I got everything down except for the part I need help with. You... (by salem c)
|
by salaman125
|
|
[4 replies] Last: Do you mean this: #include <iostream> #include <fstream> using nam... (by seeplus)
|
Question - C++ Battleships Game |
|
[5 replies] Last: 2 of 2: /******************* Place Player Ships *******************... (by AbstractionAnon)
|
by SlowCoder
Cross-platform text-mode apps
|
|
[2 replies] Last: Thank you, kbw. (by SlowCoder)
|
by salaman125
|
|
[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
|
|
[8 replies] Last: It is "more efficient" than redirecting all console output to a file; ... (by jonnin)
|
by salaman125
.
|
|
[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)
|
|
[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
|
|
[8 replies] Last: Because cin >> is used. This will only input one word until a white-sp... (by seeplus)
|
by salaman125
.
|
|
[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)
|
|
[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
|
|
[6 replies] Last: Declaration – Syntax: data_type array_name = new data_type ; For... (by seeplus)
|
by jefflieu
Function returns an object
|
|
[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
|
|
[4 replies] Last: @AbstractionAnon I'm pretty new to coding and I've been trying to figu... (by NorthFLS)
|
by lastchance
delete float value.
|
|
[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
|
|
[14 replies] Last: Maybe like this: #include <iostream> const int N = 5; void read_in... (by thmm)
|
by merlinf
Trouble with login multiple account
|
|
[7 replies] Last: Possibly something like: #include <iostream> #include <fstream> #in... (by seeplus)
|