by Brix
How to convert a char array to float?
|
|
[11 replies] Last: Thank you very much!!! This works really nice :-) (by Brix)
|
by grazoth
Roman numerals to integer using string (menuoptions)
|
|
[8 replies] Last: cpp.sh has sandbox issues. It is not reliable. In your code, choose e... (by Duthomhas)
|
by MikeStgt
cpp.sh jeopardized by cin?
|
|
[no replies]
|
by ZirJohn
struct with an object that doesn't have default constructor
|
|
[1 reply] : The compiler will create constructors for you, unless you write on... (by Duthomhas)
|
by ZirJohn
warning LINK4217: locally defined symbol
|
|
[4 replies] Last: Clang can be used with Visual Studio. https://devblogs.microsoft.com/... (by closed account E0p9LyTq)
|
anyone can help me with this? |
|
[6 replies] Last: i think you're from Manila right? I just saw your nickname on facebook... (by MikeMike)
|
by BudSkigee
Adjust an objects value within a class?
|
|
[5 replies] Last: JLBorges is one of the real experts here for writing good code. My kn... (by closed account E0p9LyTq)
|
by rhamm5798
Abstract Class
|
|
[8 replies] Last: This is probably a Quick Question Quick question, with lots and lots... (by closed account E0p9LyTq)
|
by tyronejs
Determining number of evens, odds, and zeros in file
|
|
[2 replies] Last: Hello tyronejs, Being a duplicate thread I would think that you would... (by Handy Andy)
|
by DdavidDLT
Making computer smarter
|
|
[4 replies] Last: If you are going to use the C library for random numbers as the comput... (by closed account E0p9LyTq)
|
by mercedx
losing my mind with switch statements
|
|
[10 replies] Last: ok, you have put in a solid try and this is subtle... until you have s... (by jonnin)
|
by jackson26
plz help me in this assignment
|
|
[2 replies] Last: I believe threading would avoid needing an OS specific I/O toy for the... (by jonnin)
|
by Duthomhas
Help with my c++ assignment (1,2)
|
|
[28 replies] Last: #include <iostream> #include <cstdlib> #include <cctype> #include <ra... (by lastchance)
|
by shale
binary '=': no operator found which takes a right-hand operand of type 'Vector'
|
|
[2 replies] Last: After that you should look at the rule of three/five/zero : https://e... (by keskiverto)
|
takes a string str as input and prints out the the lower-case letters in str in reversed order. |
|
[2 replies] Last: #include <iostream> #include <cctype> using namespace std; void reve... (by lastchance)
|
by mxracer321
Help using parallel arrays
|
|
[4 replies] Last: We have not learned about vectors yet at all so I am going to assume C... (by mxracer321)
|
by olefredrik
map
|
|
[4 replies] Last: The first documented computer bug was a real bug. A moth. Found by G... (by closed account E0p9LyTq)
|
by styxx
C++ assignment for string comparison
|
|
[1 reply] : I’m afraid this post is closed: http://www.cplusplus.com/forum/gener... (by Enoizat)
|
by bteddy
Lots of errors and warnings but no output file to debug
|
|
[1 reply] : const char* file defines an array of 15 pointers to const char. Yo... (by Peter87)
|
by HeavyDrugs
Doubly linked list crashing after trying to print from end
|
|
[4 replies] Last: Okay, I will try. Would it be hard to remove global variables later? I... (by HeavyDrugs)
|