Posts
 
Reputation
Joined
Last Seen
Ranked #4K
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
9 Endorsements
Ranked #207
Ranked #16.0K
Ranked #3K
~5K People Reached
About Me

Sr. Systems Architect, U1 Gaming

PC Specs
P4 3.0 HT 1 gig PC 3700 36 gig 10k rpm WD System Drive 250 gig 7.2k rpm WD Storage Drive More parts…
Favorite Tags
c++ x 6
c x 3
java x 1
Member Avatar for dalaharp

hi, i have to rotate an image. the image is stored in an image[rows][cols] array.. i am trying to rotate it using trignometric functions. i am not sure what happens when i rotate the image, does the address of the pixel vary or the value of the pixel vary. and …

Member Avatar for arielbernal
0
3K
Member Avatar for

how are these subjects of mathematics are related with computer science and why are they required if you want to be a computer scientist: 1.linear algebra 2.single variable calculus and differential calculus of several variables 3.theory of probability and probabilistic systems analysis 4.mathematical analysis 5.matrix theory 6.discrete mathematics

Member Avatar for Real-tiner
1
536
Member Avatar for aminura

I am learning C++ and I have done Pointers..but I am not able to understand it well. I know what is it but I am not able to understand exactly why do we use rather where do we use it. :confused: .basically it's the practical implication of it which I …

Member Avatar for Dave Sinkula
0
102
Member Avatar for Reagan

I am working on a time card program in Visual C++ (FYI: I am VERY new to this, so, please, be gentle with me) :) It compiles with 0 errors and 0 warnings, but when it executes I get an error message that the program needs to close. When I …

Member Avatar for Reagan
0
519
Member Avatar for alanna

I'm writing a program that generates 5 cards, and I need it to tell me what type of poker hand it is. I really need help with this as soon as possible, so any suggestions that you could give me would be appreciated SO SO SO SO SO much. I …

Member Avatar for alanna
0
179
Member Avatar for Dani

Google now allows people to bid on shares of their IPO: [url="http://www.ipo.google.com"]www.ipo.google.com[/url] Has anyone bid? I really want to! Think it's a good investment? Right now we're talking the low to mid $100-somethings per share.

Member Avatar for Cain
0
187
Member Avatar for drdregambit

struct vertex //object in the list { int data ; list <edge*> edges ; }; list <vertex> thenodes ; //user defined function object struct checking : public binary_function <vertex,int,bool> { bool operator()(const vertex &a,int b) { return (a.data == b) ; } }; //the function using the find_if function list …

Member Avatar for glSuccinct
0
162
Member Avatar for RITZY_G
Member Avatar for alc6379
0
111
Member Avatar for ihvc4

I have the 10 classes car and a member of this class is the integer weight how can i create an aray of the ineger weight with ponters to that member? [B]car[/B]

Member Avatar for glSuccinct
0
204
Member Avatar for tanner0035

I am currently getting 33 linking errors like the following: c:\msvc\mfc\lib\lafxcwd.lib(sockcore.cpp) : error L2029: 'WSAASYNCSELECT' : unresolved external c:\msvc\mfc\lib\lafxcwd.lib(sockcore.cpp) : error L2029: 'GETHOSTBYNAME' : unresolved external c:\msvc\mfc\lib\lafxcwd.lib(sockcore.cpp) : error L2029: 'WSASTARTUP' : unresolved external in each one is a different socket function. Each function listed in the errors appears nowhere …

Member Avatar for glSuccinct
0
117