Re: Re:[OT] what should I do besides read the FAQ?
From: James (James_at_NOSPAMjenkins2040.freeserve.co.uk)
Date: 10/10/03
- Next message: Allan M: "integer/string conversion"
- Previous message: Jerry Coffin: "Re: Instance of a Class"
- In reply to: SomeDumbGuy: "Re:[OT] what should I do besides read the FAQ?"
- Next in thread: Thomas Matthews: "Re: [OT] what should I do besides read the FAQ?"
- Reply: Thomas Matthews: "Re: [OT] what should I do besides read the FAQ?"
- Reply: SomeDumbGuy: "Re: [OT] what should I do besides read the FAQ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 10 Oct 2003 16:20:56 +0100
"SomeDumbGuy" <abuse@127.0.0.1> wrote in message
news:S9zhb.15$843.2@nwrddc03.gnilink.net...
> James wrote:
>
> >I am new here and would like some advice from you all.
> >I would like to learn to use C/C++ for accessing the CPU instructions -
> >would like to basically work with some math directly with the CPU. I
> >would like to know what IDE/ enviroment to use. I am supposing I would
need
> >Assembly support as well as some help with such things - anyone?
>
> > Hi - I have been around a while and have not only used usenet but
programmed
> > for it a lot over the years - I know the importance of faqs. I was not
> > looking for a faq however, I was looking for current points of view on
what
> > systems to program c++ in. Sorry if I was sounding confused.
>
> <Sigh>
> You are a little vague :)
> What do you want to program for? What is your goal? That could decide
> your system.
> IDE for unix or windows? I assume windows here.
> I like borland. Microsoft is ok but feels different after borland.
> Both work fine you just have to find the one you like and I can't tell
> you that. :) Microsoft .NET is most likely what you will find out there.
> That are you after with the CPU instructions? You can use the bit
> operators to work some math or the math library and you can even use the
> FPU. Some more information can be found at the intel site on your CPU
> instructions. There are quite a few. (And different types of CPU's)
> The advantage of a HLL is that you don't need to know the CPU
> instructions. If you want to know that, you maybe better off learning
> assembly. That is a different animal.
> I know that borland has an instruction called "asm" to put assembly
> instructions right into your code. There is also a switch to make it
> output your program into assembly source but I can't remember it right
> at this minute. If you want it I will look it up later.
> You would have to learn about assembly and the calling conventions (C
> and PASCAL) the languages (C / C++) and the OS as well. Do you know
> anything at all about programing? Do you know much about C or C++?
> Do you have a book (or 2?) or are you going to take a class?
>
> There is a lot of work you are looking at but in the end you would
> really know a lot about the system. ;)
>
> There is no easy answer to your question as it is stated (at least for
> me anyway) :)
>
> I am not sure if this helped or not.
>
>
Thanks for your help, sorry for being vague. Below is a list of programming
languages I have used starting with the most used down to least used
Visual Basic (5 years), C# ( 18 months) , HTML (7 years), ASP ( 4 years) ,
C++ ( 1 year), Delphi (6months) I have worked on these languages over the
last 7 years for around the said time.
I would like to be able to write code for DOS in C++ - and maybe even to
create my own MBR code for my own OS or apps etc later on.
Thanks again for your help
James
- Next message: Allan M: "integer/string conversion"
- Previous message: Jerry Coffin: "Re: Instance of a Class"
- In reply to: SomeDumbGuy: "Re:[OT] what should I do besides read the FAQ?"
- Next in thread: Thomas Matthews: "Re: [OT] what should I do besides read the FAQ?"
- Reply: Thomas Matthews: "Re: [OT] what should I do besides read the FAQ?"
- Reply: SomeDumbGuy: "Re: [OT] what should I do besides read the FAQ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|