Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~539 People Reached
Favorite Forums
Favorite Tags
c++ x 5
Member Avatar for eliagui

Hi guys: I joined this community because I want to learn more about this world. I work as a recruiter in Costa Rica for a company dedicated to the digital production. So I would like to get to know you and maybe get in touch with some of you, and …

Member Avatar for LabASSistant
0
27
Member Avatar for the universe

Hello, Does anybody know how to write a command to generate a random array (let's say with 100 numbers) that contains numbers from a function that goes like y = x exp (2.5). where the range of x is given. I hope that my question is understandable :-) Thank you,

Member Avatar for VernonDozier
0
141
Member Avatar for stan_valchev

Hello everybody, My name is Stan Valchev. I'm from West Palm Beach, Florida. I am web designer, SEO specialist and graphic designer in "Online Creations, LLC" - Web Design and Development, SEO Marketing, Graphic Design Company I am happy to be here. Thank you ! Good Luck !

Member Avatar for mackone
0
167
Member Avatar for chenzhp

Why static data member 'int' could initialize in class body? but 'double' can't? eg: [code=cplusplus] class Example { public: static double rate = 6.5; //wrong... static int versize = 20; //right } double Example::rate = 6.5; //yes [/code] What reason by design that syntax ?

Member Avatar for chenzhp
0
204