by adam2016
adding another dimension with 2d pointer array
|
|
[2 replies] Last: its easier to go the other way when you need to reshape. So you can a... (by jonnin)
|
by Mediumgrit
constructor
|
|
[5 replies] Last: THANK YOU EVERYONE! (by Mediumgrit)
|
by idknuttin
Why do we need two asterisks when we want to pass a sequence by reference?
|
|
[3 replies] Last: thank you, I just realized that what I was asking made no sense becaus... (by idknuttin)
|
by Nickoblack
0.6 --> 0.60
|
|
[2 replies] Last: Hello Nickoblack, In addition to what Thomas1965 said, look into this... (by Handy Andy)
|
by Yoooooo
*& operator
|
|
[3 replies] Last: Where T is some type, the derived type T& is 'reference to T' Whe... (by JLBorges)
|
by adam2016
polymorphism code not doing what I want
|
|
[7 replies] Last: thanks Kemort,that's the first time I've heard of slicing something ne... (by adam2016)
|
by danciu
includes()
|
|
[4 replies] Last: although I use includes() function in a wrong way. Did you? include... (by Enoizat)
|
by Nickoblack
for loop table
|
|
[1 reply] : Hello Nickoblack, PLEASE ALWAYS USE CODE TAGS (the <> formatting butt... (by Handy Andy)
|
by danciu
set_difference()
|
|
[6 replies] Last: Nevertheless, the given equivalent code gives a defined outcome in t... (by Chervil)
|
by Sandeep Kaur
plotting momentum distribution of fastest particles in fastest jet formed in pythia8 with fastjet
|
|
[1 reply] : And how do you think that C++ programming knowledge can help you out? ... (by closed account 48T7M4Gy)
|
by wowlmao
Number Guessing Game (Constant Ints Problem)
|
|
[2 replies] Last: Line 25: Don't have tries as a const int, instead leave it as a int va... (by Hengry)
|
by Edanleep
Need help drawing shapes
|
|
[1 reply] : New algorithm that works : #include <iostream> using namespace std... (by Mantorr22)
|
by Miles Hikari
Changing direction towards a different object
|
|
[5 replies] Last: Thank you for all your help Kemort. Between what you've said here and ... (by Miles Hikari)
|
by darko47
need help getting a error
|
|
[1 reply] : If you use code tags via the <> in the toolbar on the right then the o... (by closed account 48T7M4Gy)
|
by oriveron
Noob at C++ Need help with class
|
|
[5 replies] Last: Declare then as integers (they are whole numbers). When performing the... (by JLBorges)
|
by CisntEZ
How to define the function?
|
|
[6 replies] Last: I just got it. You were correct thank you very much for the help! (by CisntEZ)
|
by CisntEZ
C++ error function not defined? How to fix any guidance welcome
|
|
[3 replies] Last: nvm! I got it ! Thank you very much for your help! Much appreciated. (by CisntEZ)
|
by Meden
Sieve of Eratosthenes fstreams
|
|
[3 replies] Last: Actually I just found something interesting that might explain the pro... (by Meden)
|
by sw007
creating actual svg image
|
|
[1 reply] : I'm not exactly sure what it is you're asking. An SVG file is an XML t... (by helios)
|
by newyork23
function
|
|
[2 replies] Last: Hello newyork23, In addition to what AbstractionAnon said about line ... (by Handy Andy)
|