User profile: KrixisLV

User info
User name:KrixisLV
Name:Kristaps
Location:Riga
History
Joined:
Number of posts:19
Latest posts:

for into for into .... problem
could somebody help me?

for into for into .... problem
I am trying to write a program that would read a matrix (size mxn)from a file, for example : [output...

read digits from file and store them as separate integers
ou yess :) somehow didn't really consider that :) [code] const int n_max = n + 4; for (int...

read digits from file and store them as separate integers
Now i made an version where i don't need to use pointers or whatever but it still crashes... :( [co...

read digits from file and store them as separate integers
[b]eidge[/b] , in this case i know that there won't be more than 1000 digits in the file. and i have...