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
1 Commented Post
~5K People Reached
About Me

Robotic Systems Engineer

Interests
Robotics, A.I

10 Posted Topics

Member Avatar for Gayal

I think you need to specify what topics fall under computer engineering for anyone to help. Unless you can justify a project with a large mechanical element I think your going to have to program a fair bit.

Member Avatar for Ssandhya
-2
3K
Member Avatar for imanpatrick

HTML & CSS for look/design PHP for the plumbing (user interaction, database linking) MySQL for your database.

Member Avatar for arijith04
0
303
Member Avatar for happygeek

I went to the microsoft campus in the UK a couple years ago (2009), the entertainment divison was particually intrested in developing applications for the amount of cores you specified! Elsewhere on campus they were intrested in 16-32 cores!! I can't wait for the future....

Member Avatar for rhowell
0
467
Member Avatar for Falcon25

Your sprite class should have a position member. In your game1 class you should have a method that deals with 'Game Logic'. In larger games this will be broken down into several methods. This 'game logic' should keep track of all your positions. (HINT: Your platforms will be static.) It …

Member Avatar for rhowell
0
96
Member Avatar for silvercats

A 64-bit computer will be quicker when operating on 64-bit words. A 32-bit computer can of course still operate on 64-bit words and have the precision of a 64-bit machine, but it will have to make at least two 32-bits operation to equal one 64-bit op. Now this might not …

Member Avatar for rhowell
0
144
Member Avatar for priyanka2890
Member Avatar for rhowell
0
67
Member Avatar for Darshan5

Give your self some tasks to do that will push yourself. It's the searching for a solution that will develop your 'programming logic' as you put it. Also try doing the same task but in different languages, that way you will learn how languages differ to one another. Also learn …

Member Avatar for rhowell
0
240
Member Avatar for rhowell

I'm inspecting a binary file. I have a rough idea of what is inside but there are some characters present which I am not sure how they got there. My question is highlighted in bold below. Thanks. To speed things up the first 28 bytes are reserved for the date …

Member Avatar for rhowell
0
163
Member Avatar for rhowell

I'm working with some old code and the users tell me that the original program's output was a single binary file containing multiple stuct data. The output I get is a binary file containing a single structure. The comment also indicates that this what is happening but I need to …

Member Avatar for poornamoksha
0
250
Member Avatar for rhowell

Hi, # Problem and Background # I'm trying to compile a program that uses some legacy c code generated using the f2c translator (*version of May 1991 13:06:06*). *decide.c* is the source that contains the translated fortran to c code and *f2c.c* is the header file. Durring compilation I get …

Member Avatar for rubberman
0
432

The End.