by Rinsu02
How to store an input in a string for as many inputs as I want
|
|
[4 replies] Last: @Ganado That worked! Thank you (by Rinsu02)
|
by krogerson
TCP returns weird characters
|
|
[5 replies] Last: > rsp = NULL; This is a buffer overflow if recv() actually fills the ... (by salem c)
|
how to combine SFML library with game file |
|
[2 replies] Last: "the right way" is usually to keep the dll and program distinct so yo... (by jonnin)
|
by codecaine1
SIMPLE CONSOLE GAME - PROBLEM STUCK NEED HELP
|
|
[2 replies] Last: You need a inner loop where you compare the letters with the guess. Th... (by coder777)
|
by julie2019
Unicode for C++23
|
|
[no replies]
|
by raneie
Computing compound interest question
|
|
[11 replies] Last: Rascake was the username of one particularly long-lived troll account.... (by mbozzi)
|
by Cambalinho
using vectors: how change the last item?
|
|
[4 replies] Last: Ganado true and i found 2 problems: 1 - the added value type was wrong... (by Cambalinho)
|
by Bojan 1
Best way to write data to log file
|
|
[2 replies] Last: Something like this, perhaps (__VA_OPT__ requires C++20): #include ... (by JLBorges)
|
[SOLVED] How to create 100 Arrays? |
|
[3 replies] Last: Thanks @jonnin and @JLBorges for help. :D (by eruschneider14)
|
by Anton12304
"Classes" Practice Example
|
|
[3 replies] Last: Your code works, but please let me suggest some improvements. Since t... (by dhayden)
|
by Waxbee999
string
|
|
[4 replies] Last: Maybe you need to clarify your question, @Waxbee999. #include <iostr... (by lastchance)
|
by Rinsu02
Unclear/Confusing C++ Project?
|
|
[11 replies] Last: Thanks again everyone. I think I can finish the code myself now. I rea... (by Rinsu02)
|
by Kory
Line editor class with auto-complete
|
|
[2 replies] Last: Thank you for your reply. Yes, please keep me informed. I did find th... (by Kory)
|
how do i convert the min_max function to the method of the IntArray class? |
|
[8 replies] Last: That's not how to call a class member function. Which is very strange... (by Repeater)
|
by heomap1
Need help for code
|
|
[3 replies] Last: Garbage in, garbage out. Are you sure that the scores for John Lee are... (by dhayden)
|
by Cambalinho
using '?' conditional with for loop
|
|
[7 replies] Last: true.... thanks (by Cambalinho)
|
by Cambalinho
how can i overloading the string operator outside a class\enum? (1,2)
|
|
[21 replies] Last: thank you so much for correct me... thank you (by Cambalinho)
|
by LHHH25
Need Help
|
|
[4 replies] Last: Please DON'T post multiple threads for the same question. (by MikeyBoy)
|
by cindyira
Reading Input Files
|
|
[1 reply] : Something like this: numOcc = 0; floorNum = 1; numRooms = 0; floorO... (by JLBorges)
|
file storage |
|
[3 replies] Last: thanks so much now i realize that I essentially was writing and re wri... (by HunterIsgonnawin)
|