by tony762
Cmake and linked shared objects
|
|
[1 reply] : > cd "/home/administrator The first thing I would suggest you do is st... (by salem c)
|
by eagerissac
How to deallocate memory for different vector collections
|
|
[2 replies] Last: to get rid of one at a time: http://www.cplusplus.com/reference/vector... (by jonnin)
|
by Struglling84
Need Help Sorting Two Different "txt" Files + Display
|
|
[1 reply] : Then post small samples of the text files into a post. Edit: Have y... (by jlb)
|
by bitcyknw
Need to figure out how to write this program
|
|
[5 replies] Last: They're a bit thin on the ground! #include <iostream> //const int MA... (by lastchance)
|
by johnglen244
Converting a multiple 8-bit value to an unsigned char*
|
|
[5 replies] Last: yes, I was typing too fast across the board I suppose. (by jonnin)
|
by underfree22
Compare two lines of arrays and return the elements that are in the first, but not the second
|
|
[3 replies] Last: All i want is to display what elements of N are not contained in m ... (by seeplus)
|
by DonnaPin
compile / runtime / casting
|
|
[2 replies] Last: > but the dynamic cast will compile even if what I am casting is not p... (by JLBorges)
|
by ahmadalibin
Explain linear regression code
|
|
[1 reply] : throw that away. Its not useful. consider a simpler example: https... (by jonnin)
|
by gevCplus
Question for my code :)
|
|
[13 replies] Last: Hello geovoulg, You are welcome. After working with the code I not o... (by Handy Andy)
|
by kmcfall
Saving To File
|
|
[1 reply] : Hello kmcfall, It would help if you post what code that you do have. ... (by Handy Andy)
|
by siabapet
How to make pattern of stars (*)
|
|
[6 replies] Last: For a right angled triangle, then consider: #include <iostream> #in... (by seeplus)
|
by kmce
bitwise copy / shallow copy
|
|
[4 replies] Last: Take a simple class: struct Example { int* ptr; }; Now, lets play:... (by keskiverto)
|
by chipp
conversion argv[] to char
|
|
[6 replies] Last: You're welcome - glad I could help! (by MikeyBoy)
|
by stefano77
name variable from its address
|
|
[2 replies] Last: if you are dealing with objects you can self name them. thing somethi... (by jonnin)
|
by Mif
Help with menu settings "C"
|
|
[2 replies] Last: Well I think yes.... :D I have to read more about static :| Like I s... (by Mif)
|
by MaxGreen
classes
|
|
[9 replies] Last: Thank you all for the support, really appreciate your help! (by MaxGreen)
|
by clark1215
C++ Help
|
|
[2 replies] Last: Hello clark1215, What am I doing wrong ?? PLEASE ALWAYS USE C... (by Handy Andy)
|
by Lyreia
Encryption Program Trouble
|
|
[2 replies] Last: The encrypt function can be simplified: #include <string> #include ... (by seeplus)
|
by DonnaPin
copy constructors
|
|
[4 replies] Last: There is also rvalue reference , &&. See https://en.cppreference.com/... (by keskiverto)
|
by lovelylizxox
Crazy Pet Store Program (1,2)
|
|
[20 replies] Last: I think that isn't quite right. Basically, you're skipping 4 bowls an... (by seeplus)
|