Just so you friends know, you've got my full attention

Users who are viewing this thread

N

NightWarrior

Guest
Re: RE: Just so you friends know, you've got my full attenti

sourlemon2k5 said:
AllVenom said:
mdvaldosta said:
what langs do you code in?

I code in VB, ASP, C#, VB.NET, ASP.NET, Javascript, C++, and could probably code in just about anything as long as I could translate the syntax. Once you know one high level language the others are cake.

the question is:










































do you understand how the high level languages work behind the scenes?
in other words, do you know what exactly the compiler for VB is coding?

just a thought/question thingy :dunno

Yes, I have a BS in computer science. All high level compilers compile into Machine Language or Assembly. I do know assembly, but I have not used it since college since it makes no sense to code in assembly unless you are working with embedded systems, and even then C/C++ is a more logical choice.
 
  • 50
    Replies
  • 2K
    Views
  • 0
    Participant count
    Participants list

mdvaldosta

Active Member
Messages
1,849
Reaction score
0
Tokenz
30.09z
Re: RE: Just so you friends know, you've got my full attenti

AllVenom said:
mdvaldosta said:
what langs do you code in?

I code in VB, ASP, C#, VB.NET, ASP.NET, Javascript, C++, and could probably code in just about anything as long as I could translate the syntax. Once you know one high level language the others are cake.

PHP would be a big help, Im having issues with the sorting of the timeslips.
 

artisan00

Active Member
Messages
1,981
Reaction score
0
Tokenz
0.00z
i can look too ( i have a BS in compSci as well... :D )

as far as programming in embedded systems, by the way, you wouldnt necessarilly use assemlbly. assembly is in itself a langauge, which would only work on chips designed to work with it ( and that is decoded into binary anyway ) like a x86 or risc based processor that accepts that instriction set.



unless i misunderstood - did you mean programming FOR an embedded system, or programming to DESGIN an embedded system...

if you mean the latter, you would use a language like VHDL :D <--thats real fun btw - i took a class using that in my last year of school
 
N

NightWarrior

Guest
Re: RE: Just so you friends know, you've got my full attenti

artisan00 said:
i can look too ( i have a BS in compSci as well... :D )

as far as programming in embedded systems, by the way, you wouldnt necessarilly use assemlbly. assembly is in itself a langauge, which would only work on chips designed to work with it ( and that is decoded into binary anyway ) like a x86 or risc based processor that accepts that instriction set.



unless i misunderstood - did you mean programming FOR an embedded system, or programming to DESGIN an embedded system...

if you mean the latter, you would use a language like VHDL :D <--thats real fun btw - i took a class using that in my last year of school

Like I said, you wouldn't use assembly unless it was absolutely necessary. I meant For an embedded system anyways, you use the language that you can find talent for, which in most cases is C/C++. At least, while I worked for Nortel, we used C to code in a vxWorks RTOS environment.
 
N

NightWarrior

Guest
Re: RE: Just so you friends know, you've got my full attenti

2000Si said:
artisan00 said:
i can look too ( i have a BS in compSci as well... :D )

I have a BS in BS. I was even in the advanced classes. Finished with a 4.0 GPA. :D

Now that's funny! :lol
 
80,488Threads
2,194,481Messages
5,014Members
Back
Top