User profile: SpecijalkaPP

User info
User name:SpecijalkaPP
Email:zbesnatpp@gmail.com
Name:Goran Vandevski
Location:Macedonia
Bio:Keep it short and simple and make sure it's working.
If it looks good it's good!!!
Never miss the party!!! :D
Statistical data
Birthdate:Feb 27, 1984
Gender:Male
Occupation:Other
Skills:C++
History
Joined:
Number of posts:17
Latest posts:

For loop not updating the numeric array?!
The definition and redefinition of your j variable in a for loop is taken the first time when you en...

Linked Lists In C
That is because you don't store your data. You just make a copy of your structure in another instanc...

Writing a program to read a paper and count
I think this way will be better and will give you oportunity to read from .txt doc Here is the code:...

Requires double input to continue
Well i wasn't able to execute your code cos it was giving errors so i can't say what was it!

Vectors
Just try this its similar like Albatross mentioned here is the loop: [code]vector<double>::iterator ...