by admin
Welcome to this board!
|
|
[no replies]
|
by MA2121
Need Assistance fixing this program
|
|
[1 reply] : Consider: #include <iostream> #include <iomanip> #include <string> ... (by seeplus)
|
by frek
Smart pointers proper usage in my project
|
|
[2 replies] Last: 1) I would think it's not really worth the hassle using unique_ptr whi... (by coder777)
|
by Nitron
Need Help in homework on input/output stream
|
|
[1 reply] : First you should design the program. Consider what inputs and outputs ... (by seeplus)
|
by koltonj20
Fixing the program
|
|
[6 replies] Last: Without error messages: #include <fstream> int main() { std::ifst... (by seeplus)
|
Unitialized memory |
|
[13 replies] Last: The only thing you do in the loop is write out current values. Move yo... (by lastchance)
|
by abdulbadii
Does c/c++ main source calling a function/library dynamically still need its header
|
|
[4 replies] Last: Could be worse. At least he doesn't seem to be a stealth spammer. Perh... (by dutch)
|
by frek
Different sorting on a vector
|
|
[17 replies] Last: @JLBorges std::partition preserves values; it just swaps elements. Go... (by frek)
|
by Furry Guy
recursion
|
|
[no replies]
|
by tingcymimi
How to extract the digit of a binary number in c++?
|
|
[2 replies] Last: salem c, have you ever noticed that many questions appear to be rather... (by Niccolo)
|
by VoB
Why is this trivial code leaking memory?
|
|
[13 replies] Last: Generally, you only need worry about leaks in code that can be tracked... (by salem c)
|
by terms1
how to find out what people celebrated their birthday this year
|
|
[1 reply] : Read a pair of y/m/d into variables Apply https://www.cplusplus.com/re... (by salem c)
|
by MA2121
Need Assistance fixing this program
|
|
[2 replies] Last: When posting, please use code tags so that the code is readable! #i... (by seeplus)
|
by anonymousph
Value keeps resetting once I go back to the menu
|
|
[12 replies] Last: Based upon file data, consider as a start: #include <iostream> #inc... (by seeplus)
|
by icegolem123
"Unresolved external symbol" even when the linker can find the function body
|
|
[2 replies] Last: I found the issue and fixed it, My issue was that my Utils.cpp file ha... (by icegolem123)
|
by JUANDENT
member function already defined or declared in variadic template
|
|
[2 replies] Last: Thanks @mbozzi! (by JUANDENT)
|
by juicypwner
trying to finalize this assignment
|
|
[2 replies] Last: the assignment details are here, sorry forgot to post it: https://past... (by juicypwner)
|
by Beginners12
C++ programming challenge
|
|
[12 replies] Last: Thanks for clarifying, @ Furry Guy ! Although, I was told that it i... (by agent max)
|
by YViera
Is there an easier way of sorting this?
|
|
[3 replies] Last: #include <iostream> #include <string> #include <map> #include <set> u... (by lastchance)
|
by joaoelson
Vector and Template
|
|
[1 reply] : As the code is very large, the main function of the code above is in t... (by joaoelson)
|