by mdavis232
Help with polynomial class arrays.
|
|
[2 replies] Last: welcome! please learn about code tags, the <> on the side editor, or c... (by jonnin)
|
by ocKiNOsIi
help with Implementing class Item (1,2,3,4)
|
|
[66 replies] Last: ty! that finally worked. (by ocKiNOsIi)
|
by ForgottenLaw
Switch Statements with Modifications Help
|
|
[4 replies] Last: I apologize for it, bro. It is my fault. I'll be more specific in ques... (by ForgottenLaw)
|
by Burkyburk
Problems in Recursion
|
|
[4 replies] Last: C++17 has std::gcd() - but only for ints. https://en.cppreference.com/... (by seeplus)
|
by jvh24521
Visual Studio C++ threads
|
|
[5 replies] Last: Thanks for all the good info. Regarding pthreads, I think it has som... (by jvh24521)
|
Golf Names and Scores |
|
[5 replies] Last: Outstanding. Thank you! (by seeplusplusnoob)
|
by ashajohn2021
What am I doing wrong?
|
|
[2 replies] Last: The problem has been fixed. I was entered data in the wrong order. I... (by ashajohn2021)
|
How to create an array that accepts up to 24 names from User Input |
|
[1 reply] : cin will not work for space split names. you probably want to use ge... (by jonnin)
|
by ForgottenLaw
Modifying a Code Statement Below
|
|
[2 replies] Last: Chapter 2 at "Learn C++" is all about functions. Start here: https://... (by deleted account xyzzy)
|
by ForgottenLaw
Modified Output in Nested-Loop Statement Help
|
|
[3 replies] Last: Thanks, men I appreciate it (by ForgottenLaw)
|
by Errigour
cin question
|
|
[4 replies] Last: if there was no data from the buffer then it halts program until it ... (by seeplus)
|
by ForgottenLaw
Do-While Loops Logical Error Help
|
|
[2 replies] Last: Thanks, men I appreciate it. (by ForgottenLaw)
|
by SuiSuiSui
Medium size interesting projects
|
|
[6 replies] Last: Possibly c++44 might have std::json........ (by seeplus)
|
by Loghen Raj
Please help me on this
|
|
[1 reply] : if (e) (e * a); if (f) (f * b); if (g) (g * c); if (h) (h * d); if ... (by Ganado)
|
by Albuquerster
Screenshot Browser
|
|
[9 replies] Last: @Ganado, even if (big conjecture) the OP wants that doing so still req... (by deleted account xyzzy)
|
by mzimmers
assigning values to struct from const
|
|
[4 replies] Last: There's also big/little endian coming into play as well (int16_t). Pl... (by seeplus)
|
Nested Loops |
|
[2 replies] Last: [quote=MartyBASS] Will someone help me find a simple code... As you ha... (by The Grey Wolf)
|
by malibuwiley
Error: cannot convert 'std::string* {aka std::basic_string<char>*}' to 'char*' for argument '2'
|
|
[2 replies] Last: Please edit your posts and add code formatting with [ code] and [ /cod... (by Ganado)
|
by dorito200
Returning a string from a function
|
|
[5 replies] Last: Ah great! thank you guys so much! I am new to c++ and still getting th... (by dorito200)
|
by Programmer06
Trying to find the programming code that activates or deactivates the screensaver.
|
|
[2 replies] Last: Okey, sorry. (by Programmer06)
|