- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
Robotic Systems Engineer
- Interests
- Robotics, A.I
10 Posted Topics
Re: 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. | |
Re: HTML & CSS for look/design PHP for the plumbing (user interaction, database linking) MySQL for your database. | |
Re: 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.... | |
![]() | Re: 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 … |
Re: 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 … | |
Re: 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 … | |
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 … | |
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 … | |
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 … |
The End.