User profile: mierzvoj

User info
User name:mierzvoj
History
Joined:
Number of posts:5
Latest posts:

array vs vector problem
Hi Lastchance my Father in Law solved it in Mathlab this way. Now I try in cpp. Sorry, for being aw...

array vs vector problem
Hi Andy array looks like this: 1 > 2 > 3 > 4 \ 5 > 6 7 8 / 9 > 10 11 12 13 ...

array vs vector problem
I have to calculate lowest incremental sum of tab[4][4] elements to cross from tab[4][4] column 0 to...

array vs vector problem
In my post I used array-like indexing (first digit row, second digit column). Sequential indexing is...

array vs vector problem
Hi; Please help me to solve my problem. There is an array of integers (tab[4][4]). I need to extrac...