Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
2 Endorsements
Ranked #630
Ranked #3K
~1K People Reached
Favorite Tags
Member Avatar for al41007

Good evening. I want to create games like World of Warcraft or Shaiya, but best of course ;) and so I wonder to know if the libopenmetaverse is used only to work in virtual worlds or also provides for other platforms, such as for programming these games? The link lib.openmetaverse.org …

0
55
Member Avatar for al41007

Hey! for a school project, came to me the following question: the libopenmetaverse is more directed to any of the components of the MVC (model, view, controller) or apply to any of them? someone can help me with this? thanks

Member Avatar for al41007
0
198
Member Avatar for al41007

Hey! As part of a work came to me the following question: the libopenmetaverse is more directed to any of the components of the MVC (model, view, controller) or apply to any of them? someone can help me with this? thanks

0
69
Member Avatar for mkaynutty

So basically this is suppose to be a grade calculator and the program works, I now just have to put it into a do-while loop so it can work for more than one student. My professor wants it to say Y for another student and N to quit at the …

Member Avatar for doma18
0
189
Member Avatar for canniemar

Hi Everyone! I was looking for an IT community in which I could learn and help if I can through forum discussions and I found DaniWeb :). I like what I saw, so I joined.

Member Avatar for indusharma
0
154
Member Avatar for CY0T3R

/*PROGRAM TO PRINT SUM OF THE FOLLOWING SERIES - X + X*X/2! + X*X*X/3! + X*X*X*X/4!....n terms. I'm not getting the correct output. eg-for n=3 and x=2; compiler's ans = 4.66 correct ans = 5.3. HELP ME OUT...*/ [CODE]#include<iostream.h> #include<math.h> #include<conio.h> void main () { clrscr(); float x,sum=0; int n,fact=1,j,k; …

Member Avatar for CY0T3R
0
214
Member Avatar for sharath_137

Hi, I tried to debug my code using printf statement... But previously it was working and today when i tried the same it was not working.... I tried the properties option and it is all the same as before..can any one help me....

Member Avatar for sharath_137
0
130