User: stryku

  • Public profile

User profile: stryku

User info
User name:stryku
History
Joined:
Number of posts:7
Latest posts:

How to calculate in increments
Hey, yes, you're correct. This code works. But it works not like you want it to work :) There's a b...

ifstream addressing file
File cannot be opened. Try debug that part of code and see if path to file is correct. If it is then...

Assigning to members of elements in a dynamic array of structures ?
@cire [quote]plants[0] = { "mamama", "dadada", 3.14f };[/quote] That will not compile. I should be s...

Assigning to members of elements in a dynamic array of structures ?
Hi, [quote]Does there need to be a number of elements as shown in the square brackets, i.e. can it ...

Sum of all elements of a vector
Hi, this should work [code]sum_of_elems = std::accumulate(MyVector.begin(), MyVector.end(), 0.0);[/...

This user does not accept Private Messages