User profile: mosahab

User info
User name:mosahab
History
Joined:
Number of posts:33
Latest posts:

Do report in win32 console consume time?
hi I have written my code in c++2012 in windows 7 with win32 and console for seeing the result of ...

change the data of 2 rows of an array
How can I change the data of 2 rows of an array using the swap. I write the basic change code but i ...

returnning passed array from a function
thank you vlad from moscow. My problem is not the swap function, My problem is, I want to know that ...

returnning passed array from a function
I want to pass a 2dim array called aArray1[51][4] to a function. The function job is swapping 2 rows...

Passing 2dim array through an median function to the one of 2 other function
I want to use one median function "selectfunction" to choose one of the 2 other functions at random ...