by AL88
Please explain and help me fix these compiler errors and warnings
|
|
[2 replies] Last: -fpermissive Do not do this. Instead, write correct C++. (by Repeater)
|
by AL88
why cant I make square take one perimeter whilst rectangle takes two?
|
|
[3 replies] Last: The "virtual" mechanism doesn't come into effect unless you use pointe... (by tpb)
|
by sebbedb
How to organize classes for correct access
|
|
[1 reply] : You forgot to mention who owns what. From your second paragraph I assu... (by helios)
|
by PhysicsIsFun
choose random vector entry (1,2,3)
|
|
[54 replies] Last: Thank you guys, you have been a great help :)! (by PhysicsIsFun)
|
by oayrancioglu
Reading certain values of a vector and write them into another vector
|
|
[2 replies] Last: Hello, Does QLT.size() == 0 at line 1? Yes. I tried "Push back" ... (by oayrancioglu)
|
by Stuffman
A vector of unique_ptrs pointing to unique_ptrs
|
|
[2 replies] Last: About using std::vector<Room*>, I was under the impression that I woul... (by Stuffman)
|
network connection |
|
[1 reply] : Take a look at boost asio: https://www.boost.org/doc/libs/1_68_0/doc/... (by coder777)
|
by PhysicsIsFun
Hard spheres - check for overlap (1,2)
|
|
[30 replies] Last: ah ok, yeah, it might help that I just have to update one row of the a... (by PhysicsIsFun)
|
by l0gic
Heap Array
|
|
[11 replies] Last: When you paste code and the editor needs to insert line breaks in the... (by Peter87)
|
by surfersss
%*s means in sscanf
|
|
[1 reply] : https://en.cppreference.com/w/cpp/io/c/fscanf %*s causes a string t... (by mbozzi)
|
by holyheck
No clue how to deal with this error
|
|
[5 replies] Last: also, @holyheck, is there a reason you're trying to work with C-style ... (by icy1)
|
by RCPP
Defining A Range
|
|
[19 replies] Last: [quote=rcpp]Last but not the least, what should I do if I want numbers... (by lastchance)
|
by Issa
Error
|
|
[4 replies] Last: OK, Thank you icy1 and FurryGuy for the help/information. I considerin... (by Issa)
|
by teodor0xcb
Pointer not returning the way I was expecting to
|
|
[12 replies] Last: Thank you very much for all your replies! I now understand how things ... (by teodor0xcb)
|
by anyliser342
how to share a int with a function
|
|
[1 reply] : #include <iostream> int choice( int min_value, int max_value ) { ... (by JLBorges)
|
by lambavvv
Filling a vector of non-integer type using a for loop
|
|
[6 replies] Last: Yeah, I did now. As a matter of fact, I had done that in other classes... (by lambavvv)
|
by DesmondLee
Help! Matching numbers
|
|
[11 replies] Last: you are doing great. Now that you have it working consider these idea... (by jonnin)
|
by John Karror
passing a value from one code to another
|
|
[2 replies] Last: You're asking about "inter process communication". https://en.wikiped... (by Repeater)
|
by philip1999
why the player is not switching between "X" and "O"?
|
|
[4 replies] Last: @philip1999, Please read @mbozzi's post. You need that ampersand & in ... (by lastchance)
|
by tghatem
Visual Studio - Windows application
|
|
[3 replies] Last: Hi Andy, Thank you for the advise. The core program that I created ba... (by tghatem)
|