Jump to content

Recommended Posts

Posted

I gave a presentation similar to this to a coworker earlier this week and recorded another go at it last night for 'fun'. I suggest switching to the higher quality 720p so that you can actually see the screen text.

 

This dips very lightly into Assembly programming and looking at high level language conversion into the opcodes and assembly instructions that the x86 processor understands.

 

 

Part 1

 

Part 2

 

Warning: May put you to sleep!

Posted

Thanks for putting this up, I'll have to connect some speakers but will be back.

Don

 

Things have changed in 35 years,

I didn't catch whether windows visual studio was looking at the source code file and the compiled program or if you were actually writing the C code in windows visual studio and it sent it off to the compiler?

Posted

Are the 'free' cut downs of visual studio worth downloading for a play? I think I can get some intro texts for these common languages (at least basic, and I might still have a basic for dos text some where). I seem to remember C is a bit like pascal which I used at Uni so I assume C++ & C# wouldn't be totally foreign.

Do you need a separate compiler compatible with VS?

Don

Posted
Are the 'free' cut downs of visual studio worth downloading for a play? I think I can get some intro texts for these common languages (at least basic, and I might still have a basic for dos text some where). I seem to remember C is a bit like pascal which I used at Uni so I assume C++ & C# wouldn't be totally foreign.

Do you need a separate compiler compatible with VS?

Don

 

Definitely a yes on the first question. MS did a very good job on the free versions, with the caveat that they can't be used for commercial work (iirc) and thus some good third party tools don't work with the Express editions.

If you get the whole shebang, you have all the compilers supported, if you get the C/C++ package, you only have the C/C++ compiler, ditto with the C# package. You can choose what to install or not at setup time.

 

C is not much like Pascal, but that said, shouldn't be that foreign. In the C family of language (C/C++/Objective C to name those), you can work quite close to the metal, and do manual management of memory, while Pascal was intended as a learning language if I remember correctly (it's been a very long time since I used the latter). C# is not really part of that family of language, beyond some syntactic resemblances, as it runs in a virtual machine, like Java and other modern high level languages.

 

Plethora of online texts and intros on all those languages, as well as plenty of example code in the form of tutorials not too mention the plethora of open source programs out there that can serve as learning examples (of both what to do and not what to do while coding, but i digress ;))

 

Hope that helps !

Posted
Are the 'free' cut downs of visual studio worth downloading for a play? I think I can get some intro texts for these common languages (at least basic, and I might still have a basic for dos text some where). I seem to remember C is a bit like pascal which I used at Uni so I assume C++ & C# wouldn't be totally foreign.

Do you need a separate compiler compatible with VS?

Don

 

Definitely a yes on the first question. MS did a very good job on the free versions, with the caveat that they can't be used for commercial work (iirc) and thus some good third party tools don't work with the Express editions.

If you get the whole shebang, you have all the compilers supported, if you get the C/C++ package, you only have the C/C++ compiler, ditto with the C# package. You can choose what to install or not at setup time.

 

C is not much like Pascal, but that said, shouldn't be that foreign. In the C family of language (C/C++/Objective C to name those), you can work quite close to the metal, and do manual management of memory, while Pascal was intended as a learning language if I remember correctly (it's been a very long time since I used the latter). C# is not really part of that family of language, beyond some syntactic resemblances, as it runs in a virtual machine, like Java and other modern high level languages.

 

Plethora of online texts and intros on all those languages, as well as plenty of example code in the form of tutorials not too mention the plethora of open source programs out there that can serve as learning examples (of both what to do and not what to do while coding, but i digress ;))

 

Hope that helps !

Thanks, that makes it look worth having a play, think the C++ package might be the go.

Don

  • 1 month later...
Posted

Well I downloaded the free visual basic package (and necessary O/S updates) and have been playing around for a while. I had to get the local library to bring in an interlibrary loan to give me a few more tips but it is an interesting alternative to book reading.

One day I'll produce something, maybe...

  • 3 months later...
Posted

Well maybe something has come of this, I've posted up a zip file in the tools/mods download section containing my (first) Harpoon software tool. Its so simple it makes be giggle but I had fun doing it. Once I learn how to do ini files there will be a mod.

I hope it encourages more scenario writing using some of the great custom databases that we have here.

Thanks to Tony for putting up this thread and getting me thinking about all this.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...