by BlueCOCO1
Any comments on my program?
|
|
[4 replies] Last: Okay, I appreciate the comments, I made changes to my program and It's... (by BlueCOCO1)
|
by chipp
std::size() and sizeof()
|
|
[7 replies] Last: ok, thanks for the answers, guys... i'll call it done, then... (by chipp)
|
by BlueCOCO1
Confused on how to declare formulas
|
|
[3 replies] Last: #include <iostream> #include <cmath> using namespace std; int main()... (by lastchance)
|
by zXFlameXz
Drawing Multiple Items in OpenGL
|
|
[no replies]
|
by hbcpp
no type named ‘iterator_category’ in ‘struct std::iterator_traits<std::__cxx11::basic_string<char> >’
|
|
[2 replies] Last: Should it be fs::copy ? Oh that solved the problem. Thank you.... (by hbcpp)
|
by Reddevil1003
pointer to pointer , confusion
|
|
[1 reply] : In both cases, you're: - generating a temporary pointer of type uint... (by MikeyBoy)
|
by saam
Implementation
|
|
[6 replies] Last: @seeplus thanks for the help (by saam)
|
by jcsb1994
Best practice for a class member that is the product of 2 other class members
|
|
[4 replies] Last: > As rectangle is using exceptions, wouldn't main() have a try/catch c... (by JLBorges)
|
by zXFlameXz
Ray and Plane Intersection
|
|
[18 replies] Last: Look at the routine Plane::intersectionPlane It already writes informa... (by lastchance)
|
by CVRIV
Question about header files and adding additional cpp source files. (1,2)
|
|
[32 replies] Last: > add the directory containing headers to the compiler's include path ... (by JLBorges)
|
Trying to make it where it's invalid if a user enters a nonnumeric input and starts from the beginning |
|
[3 replies] Last: Hello digitalFun157, I take a different approach with your program an... (by Handy Andy)
|
by Nik Hazreen
Calculate electric bill
|
|
[5 replies] Last: ok thank you guys, your coding really help me with an idea. I have com... (by Nik Hazreen)
|
by Ch1156
Nesting classes?
|
|
[11 replies] Last: And thanks for the good examples as well. I have always just put tho... (by jonnin)
|
by peza
How to show output of linked list after getting user input
|
|
[1 reply] : You aren't linking the nodes together. It's this linking of nodes that... (by seeplus)
|
by techielove
Having a problem with functions, function not working
|
|
[4 replies] Last: [Continued here http://www.cplusplus.com/forum/beginner/278694/ ] (by seeplus)
|
by techielove
Writing function and combining them in the main loop of options
|
|
[6 replies] Last: As a first revision, perhaps consider: #include <iostream> #include... (by seeplus)
|
by BlueCOCO1
Is program correct?
|
|
[1 reply] : Is program correct? Functionally the program is correct, though I'd ... (by deleted account xyzzy)
|
by BroBuilder
Problem with cout with multiple namespaces.
|
|
[7 replies] Last: Thank you both. (by BroBuilder)
|
by kollim
srand() working
|
|
[7 replies] Last: Hello kollim, This video is worth watching: https://channel9.msdn.co... (by Handy Andy)
|
by Reddevil1003
reading register values from c++
|
|
[1 reply] : For the first question, kind of. If you mean to actually use a debugg... (by newbieg)
|