User profile: SmOgER

User info
User name:SmOgER
History
Joined:
Number of posts:23
Latest posts:

Inputting needed size of array and keeping all elements = 0
After such code [code] input>>n>>k; int array[n]; [/code] elements of array are no longer 0, I hav...

How to make variables hold constant number of characters
thanks, but what about text file, what would be the proper code meaning [code]std::ofstream ("b.t...

finding max array and it's element number
So in our code we have something like this: [code]struct number{ char name[10]; int points[100]; in...

How to make variables hold constant number of characters
I have a text file with a bunch of different names and integer values. Let's say I need to read the...

Ignoring particular arrays in loop after conditions are met once / sorting arrays
I'am surprised no one came up with an answer, as all I had to do is write [code] lytis[i]=0; ...

This user does not accept Private Messages

User: SmOgER

  • Public profile