Page 4 of 4
Posted: Wed Oct 31, 2007 12:19 pm
by j1rd3ry
programming is not difficult IMO...its just like learning new language (e.g kenji or arabic..)
there are lots of ebooks and web tutorials out there that can help to learn new language...
but IMO Assembly Lang is most complicated....
Posted: Wed Oct 31, 2007 1:09 pm
by ☻noob☻
yeah... programming is not difficult...i knew lots of it...
Word, Excel, PowerPoint and the hard one, HTML....
Posted: Wed Oct 31, 2007 1:19 pm
by <<D.A.>>
☻noob☻ wrote:yeah... programming is not difficult...i knew lots of it...
Word, Excel, PowerPoint and the hard one, HTML....
Hey, fuck off! It's not for 3-years old motherfuckers like you, bitch! We don't need here such a stupid shit like you!
--> noob
Posted: Wed Oct 31, 2007 1:19 pm
by j1rd3ry
Posted: Wed Oct 31, 2007 1:53 pm
by bugXL
j1rd3ry wrote:programming is not difficult IMO...its just like learning new language (e.g kenji or arabic..)
there are lots of ebooks and web tutorials out there that can help to learn new language...
but IMO Assembly Lang is most complicated....
Yeah, itś always the same stuff , the only thing that change is the commands (writeln, printf, etc)
One time when i was still learning pascal, a friend of mine showed me the assembly language, and i was like O_o? wth?
Posted: Wed Oct 31, 2007 3:05 pm
by j1rd3ry
yeah...its complicated...
mov dh 03 01
mov ah 02....like that one...
but i think u can also use assembly code in C/C++
pragma inline???
Posted: Wed Oct 31, 2007 3:49 pm
by jack krauser
j1rd3ry wrote:yeah...its complicated...
mov dh 03 01
mov ah 02....like that one...
but i think u can also use assembly code in C/C++
pragma inline???
i used c++ but now i use python because it's easier

Posted: Wed Oct 31, 2007 7:05 pm
by bugXL
j1rd3ry wrote:yeah...its complicated...
mov dh 03 01
mov ah 02....like that one...
but i think u can also use assembly code in C/C++
pragma inline???
Yeah you can use it in c/c++ i've seen programs built that way
Posted: Wed Oct 31, 2007 10:21 pm
by jack krauser
bugXL wrote:j1rd3ry wrote:yeah...its complicated...
mov dh 03 01
mov ah 02....like that one...
but i think u can also use assembly code in C/C++
pragma inline???
Yeah you can use it in c/c++ i've seen programs built that way
yeah i've seen it too

Posted: Thu Nov 01, 2007 7:27 am
by KZ
i use c / c++; just because i am learning C++; it is good
Posted: Thu Nov 01, 2007 11:48 am
by jack krauser
KZ wrote:i use c / c++; just because i am learning C++; it is good
try and python
