by jake john
Letter Frequency
|
|
[7 replies] Last: Consider: #include <iostream> #include <fstream> #include <cctype> ... (by seeplus)
|
by TangentJay
Run-Time Check Failure #3 - The variable 'temp2' is being used without being initialized. (1,2)
|
|
[25 replies] Last: That makes sense. Thanks! (by JRManx)
|
by coff33Cup
Input Verification
|
|
[2 replies] Last: Much appreciated, that works smoothly (by coff33Cup)
|
by JUANDENT
Sorry but I don't get why/when to use auto or decltype(auto) for return types
|
|
[5 replies] Last: What you are wondering about is C++17's structured binding . https://... (by deleted account xyzzy)
|
by TangentJay
How do I turn this into an array?
|
|
[4 replies] Last: #include <iostream> int main() { const unsigned NUM_MONTHS {12}; ... (by seeplus)
|
by onetwo123
Finding of time for function
|
|
[9 replies] Last: As some others have pointed out, you are not storing the results of t... (by onetwo123)
|
by MA2121
Need Assistance fixing this program
|
|
[1 reply] : Hello MA2121, While I try to read your program. PLEASE ALWAYS USE ... (by Handy Andy)
|
by buxtonpaul
Sanddollar using C++ for scripting
|
|
[no replies]
|
ESP8266 data upload to web server with FTP |
|
[1 reply] : 1) I am uploading data via FTP in txt file, which is saved in hosting ... (by salem c)
|
by dm0000
midka228
|
|
[2 replies] Last: sqrt() is in <cmath> and if its not a right triangle, sin, cos, etc a... (by jonnin)
|
by MyMom420
Write a C++ program that manage the student’s grades. Starting with a fixed number of students (10)
|
|
[2 replies] Last: As the number of grades per student is determined at run-time and not ... (by seeplus)
|
by John Stavros
Pointers and casting interpretation/reading logic
|
|
[2 replies] Last: Part of understanding it is just experience with the idea behind what ... (by jonnin)
|
problem error: invalid convertion |
|
[1 reply] : First, you can use code tags when posting here. They help reading and ... (by keskiverto)
|
by JUANDENT
Is returning a local native array by reference an error?
|
|
[1 reply] : yes, this is an error. Its not a syntax error, but it is still undefi... (by jonnin)
|
by ajgulag
two processes communicating with each other
|
|
[1 reply] : What's to figure out? > We assume that by contract, OS offers us.... ... (by salem c)
|
by PAS2020
Loop with objects
|
|
[7 replies] Last: It has been several years since I used C++Builder, it was version 6, I... (by deleted account xyzzy)
|
20 Guesses |
|
[18 replies] Last: Thanks! (by JRManx)
|
by blaster123
Working with years in data struct
|
|
[4 replies] Last: doug4 thanks (by blaster123)
|
by timestime
reading strings with ifstream
|
|
[3 replies] Last: Thank you. Thank you. (by timestime)
|
by frek
Smart pointers proper usage in my project
|
|
[13 replies] Last: @frek, @coder777 make_shared has an interesting purpose. Without it,... (by Niccolo)
|