by ahmedddddddd
problem with a repeater
|
|
[11 replies] Last: Hello ahmedddddddd, Just to let you know your link did not work for m... (by Handy Andy)
|
by Yersy
Function Definition
|
|
[4 replies] Last: BTW, another fix you should make, after fixing getUserChoice(). Do NO... (by deleted account xyzzy)
|
by sadCoder
Nested if else within a for loop
|
|
[5 replies] Last: #include <iostream> int main() { // Array is not a pre-defined C+... (by deleted account xyzzy)
|
by deathzine
Determine the weight of the split fruit
|
|
[11 replies] Last: > each of the two parts weighs even number of kilos You can't split ... (by salem c)
|
by darnoceloc
Chain Function Calls
|
|
[10 replies] Last: What are scenarios in which each type of copy is made apart from passi... (by darnoceloc)
|
by CodeNovice01
Read to a file without cin
|
|
[7 replies] Last: to read from a piece of paper, you need 3 things: 1) a human 2) a sca... (by jonnin)
|
txt file not in output |
|
[3 replies] Last: You need: (a) Some lines of the form myFile >> etc. in loadDataset(... (by lastchance)
|
by XboxOne2019
Sorting and searching data for sales
|
|
[9 replies] Last: Ok thanks guys, I will try to implement what you have said here. We ca... (by XboxOne2019)
|
by CodeNovice01
Explanation
|
|
[5 replies] Last: Apologies for the multiple posts. Thank you all for the responses. (by CodeNovice01)
|
Error in my code |
|
[3 replies] Last: Main line 49: Where is ID defined? You can't pass a variable that's ... (by AbstractionAnon)
|
by Jorge626
Maintaining list of objects in array
|
|
[5 replies] Last: regarding class GameScore : GameEntry which is equivalent to class ... (by ne555)
|
by Jorge626
Inserting data inside array through function
|
|
[11 replies] Last: yes, whatever number of temporaries that you need > then I proceed to... (by ne555)
|
by Deadweight77
Banking system question
|
|
[6 replies] Last: Hello Deadweight77, I apologize for this, but I do not use this type ... (by Handy Andy)
|
by jp22
Validation so that the program only allows entry of numbers
|
|
[2 replies] Last: thanks for the reply. and if I deal with the ctype.h library (isalpha ... (by jp22)
|
by avatar133
Simple Bank System
|
|
[1 reply] : If you could explain how to do it I can figure it out. Credit will be... (by keskiverto)
|
Shortening lines of declarations to one line. |
|
[8 replies] Last: Thank you ever so much @Ganado ,I'll take your comment as well, I supp... (by closed account E8A4Nwbp)
|
Any hint on this math problem |
|
[9 replies] Last: @arshcoc975, If you don't know how to code anything, even a simple pr... (by deleted account xyzzy)
|
by siten0308
learning threading and other topics
|
|
[1 reply] : For thread locking, look up std::lock. In modern C++ (and even older C... (by Niccolo)
|
by vysero
Code review, look and feel
|
|
[5 replies] Last: QML accepts JavaScript so I do have that at my disposal. @Niccolo It... (by vysero)
|
Can't figure out separate compilation. |
|
[18 replies] Last: Doing "stupid stuff" is part of the learning process. Been there, do... (by deleted account xyzzy)
|