by frek
C++ threads
|
|
[12 replies] Last: Pass the object by value. void f( std::vector<double> v ) { // the f... (by JLBorges)
|
by leo2008
bug code
|
|
[8 replies] Last: Thanks a lot lastchance, I am studying your code, it helps a lot. (by leo2008)
|
by Cplusc
Visual studio freezing all the time
|
|
[4 replies] Last: @jonnin thanks for the answer, I tried the latest version as well, but... (by Cplusc)
|
by azalien
Could someone help me with an assigment?
|
|
[8 replies] Last: > Doesn't modern C++ have an (optional) "Thou shalt not ignore the val... (by JLBorges)
|
by see17
Communicating serialized objects over network
|
|
[16 replies] Last: Makes sense, thank you all for clarifying! One more question: I also ... (by see17)
|
by salem c
Standard filesystem time types
|
|
[1 reply] : For C++17 you need to supply a TrivialClock * for the time point inst... (by deleted account xyzzy)
|
by lastchance
Declaring a probability distribution within a class
|
|
[2 replies] Last: Thank-you, @coder777 (by lastchance)
|
by frek
C++ text file writing and reading
|
|
[18 replies] Last: > What makes you define the class inside main()? > Classes/structs are... (by JLBorges)
|
by leo2008
C++ LL issue
|
|
[8 replies] Last: Then possibly just simply: #include <iostream> struct IntListNode ... (by seeplus)
|
by JUANDENT
implicit conversion from void to T and T to void?
|
|
[1 reply] : You need to see this in context. Loki was full of mind/compiler bendin... (by kbw)
|
by Cambalinho
GDIPLUS: can i draw an image using corners?
|
|
[7 replies] Last: sorry... not rounded... just normal corners. but adding the 4 points, ... (by Cambalinho)
|
by frek
A class and two operator overloading (1,2)
|
|
[21 replies] Last: > The exercise says: store several (name,age) pairs in a class. > D... (by JLBorges)
|
Is there a simple way to improve this for lists? |
|
[1 reply] : Note that bind2nd() was deprecated in C++11 and removed in c++17. I su... (by seeplus)
|
by excavator
Unable to find error in Sorting & Searching codes
|
|
[4 replies] Last: I suspect the assignment is to create a sorted list and search it. Hen... (by Duthomhas)
|
Database query for search |
|
[7 replies] Last: thanks so much again jonnin, really appreciated your help x (by ikindalikestevejobs)
|
by frek
C++ pointers
|
|
[16 replies] Last: This may (if reallocation is required) invalidate pointers to previous... (by jonnin)
|
by ForgottenLaw
Function Help Problem
|
|
[12 replies] Last: Just remember that 'throwing' is 'expensive' in terms of performance..... (by seeplus)
|
by ForgottenLaw
Array Comprehension Problem
|
|
[3 replies] Last: Try changing to in L13 and see what is then displayed. Then relate... (by seeplus)
|
by ghsi011
I have some spare time, What C++ library should I write?
|
|
[1 reply] : What about a library for creating ebooks - .epub or .mobi. (by thmm)
|
by USAFrenzy
string_view as a value vs as an rvalue?
|
|
[1 reply] : Not a few minutes more of searching did i find my answer... https://st... (by USAFrenzy)
|