Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
~376 People Reached
Favorite Forums
Favorite Tags
c++ x 6
Member Avatar for ozan

Hi, I am using Windows Vista as operating system and Microsoft Visual C++ 2008 Express Edition as an compiler. I need a matrix library.Could you suggest me any library that I will easily configurate and link with my compiler. For example I need to take square root of a matrix.Because …

Member Avatar for ArkM
0
159
Member Avatar for ozan

Hi I have problem at pointing to the function at the class structure. To demonstrate my problem,I have written a simple code. I have two function. ''Xsquared'' returns square of input value. ''multipleby4'' multiplies by 4 of input value. The pointer to the Xsquared is the input value of the …

Member Avatar for ozan
0
127
Member Avatar for ozan

Hi, I try to generate uniform random number between 0 and 1. I wrote this code but it creates only numbers at the 0.1***. Generated number always have 0.1 and remaning numbers change, like 0.1234, 0.13444,0.143334.... Can you show me show how can I generate these numbers (uniformly) at (0,1]. …

Member Avatar for Nick Evan
1
90