by Amiplus
Pass c++ strings to ncurses mvwaddstr()
|
|
[1 reply] : std::string provides c_str() method for this. (by Ihatov)
|
by Chriss
stack
|
|
[1 reply] : Usually people here ask for help with specific problems. Do add a main... (by Enoizat)
|
by Raul4pk
windows 10 code blocks problem
|
|
[3 replies] Last: Or just use the Unicode code points: https://en.wikipedia.org/wiki/Cod... (by helios)
|
by LoneImprover
Need guidance
|
|
[1 reply] : My code is shitty so I won't upload it. Should we now say that our a... (by keskiverto)
|
by Tsaot
Just a quick question regarding the use of class objects
|
|
[6 replies] Last: Ah! Thank you! That makes sense. I did start by using just an array, b... (by Tsaot)
|
by smitty007
srand error
|
|
[3 replies] Last: Thank you!. That worked out well! (by smitty007)
|
by hh98265
Convert do while to for loop
|
|
[1 reply] : for (ans = 'y'; ans == 'y' || ans == 'Y';) { cout << "Enter all ... (by Ihatov)
|
by glof2
C++ polymorphism
|
|
[13 replies] Last: The lastest version is free as well: https://www.embarcadero.com/de/pr... (by Thomas1965)
|
by hh98265
Help with displaying a pattern
|
|
[2 replies] Last: This is what I have so far. I believe this is what the pattern is doin... (by hh98265)
|
by BtheMan
whats wrong with my code?
|
|
[1 reply] : First of all, your declaration of getGrossPay() at line 7 and definiti... (by Ihatov)
|
by sr2cute702
Issue with my code not calculating pie π
|
|
[2 replies] Last: as a side note, 1000 terms not getting even 5 digits is pretty weak --... (by jonnin)
|
by nicoleb
Class with public functions?
|
|
[2 replies] Last: Thank you sooo much!! I understand now Money addMoney function.... (by nicoleb)
|
by iif201
functions issue
|
|
[2 replies] Last: What I have done here is created working code that is similar to what ... (by heintzman)
|
by Ninjacop
How to have structs relative to an object?
|
|
[19 replies] Last: Good luck. If youre trying to implement the actual formulas you will n... (by knowclue)
|
maybe simple for you but not for me MULTIARRAY |
|
[6 replies] Last: @jonnin yeah you were right i dont look it from that prespective, my b... (by Ryoucplusplus)
|
help for save many data into array (1,2) |
|
[27 replies] Last: @lastchance Ok perfect, thank you very much despite my question has ha... (by Ryoucplusplus)
|
by jokersleuth
Bank account with classes won't store new balance
|
|
[2 replies] Last: that didn't help with the initial problem, but it did help with a diff... (by jokersleuth)
|
by Garribean
Cannot convert to 'Int'
|
|
[2 replies] Last: Got it! Changed it string temp; and works perfectly. Thank you! (by Garribean)
|
Limit for Random #s |
|
[3 replies] Last: Small sets of known values For decks of cards and the like, just ... (by Duthomhas)
|
by Brandon33310
Reading a file
|
|
[10 replies] Last: Try to mess around with stream formatting functionality inside the <io... (by Ganado)
|