D - Jump start to D
- Harry (21/21) Jan 26 2003 As mentioned in an earlier thread I'm very new to C/C++ ( as mike said R...
- Walter (11/32) Jan 26 2003 I think translating the book examples is actually a great idea.
- Harry (10/23) Jan 26 2003 translating the book examples is actually a great idea.
- Christopher J. Sequeira (12/21) Jan 26 2003 This is something I'd like to help with if I can find the time. Though
- Walter (3/8) Jan 26 2003 That's what this newsgroup is for.
As mentioned in an earlier thread I'm very new to C/C++ ( as mike said RAD man) I went threw the book -- on somebody's advise. (its probably one of the best books and probably the fastest way to learn C++ ) I wanted to recreate side by side the same thing in " D " for myself to learn and maybe for whoever wants to learn D . But what I saw monitoring this news group for a while, I saw that a lot of difficulties arise from trying to interpret C / C++ to D. Therefore I decided instead interpreting as mentioned above, I will try just to present the problem what needs to be solved and with your help, try to solve it by writing the proper code ( not interpreted ) // with brief comments I ' m s u r e t h a t m a n y w o u l d b e n e f i t from this. I will try to elaborate as far as my knowledge goes . A message to Walter , if you feel some code has a better way or is interpreted please comment . It is very appreciated every body's input Thanks in advanced.. Problem number 1; We would like our program should write , Hello world , this is my first D program !.
Jan 26 2003
I think translating the book examples is actually a great idea. "Harry" <Harry_member pathlink.com> wrote in message news:b125eb$1dte$1 digitaldaemon.com...As mentioned in an earlier thread I'm very new to C/C++ ( as mike said RADman)I went threw the book -- on somebody's advise. (its probably one of the best books and probably the fastest way to learn C++ ) I wanted to recreateside byside the same thing in " D " for myself to learn and maybe for whoever wantstolearn D . But what I saw monitoring this news group for a while, I saw that a lot of difficulties arise from trying to interpret C / C++ to D. Therefore I decided instead interpreting as mentioned above, I will try just topresent theproblem what needs to be solved and with your help, try to solve it bywritingthe proper code ( not interpreted ) // with brief comments I ' m s u r e t h a t m a n y w o u l d b e n e f i t fromthis.I will try to elaborate as far as my knowledge goes . A message to Walter , if you feel some code has a better way or is interpreted pleasecomment. It is very appreciated every body's input Thanks in advanced.. Problem number 1; We would like our program should write , Hello world ,thisis my first D program !.
Jan 26 2003
In article <b128mk$1ffq$1 digitaldaemon.com>, Walter says...I thinktranslating the book examples is actually a great idea. For the begining easy ones is not a problem , for the more advanced I'd need help"Harry"<Harry_member pathlink.com> wrote in messagenews:b125eb$1dte$1 digitaldaemon.com...thread I'm very new to C/C++ ( as mike said RADAs mentioned in an earlierman)-- on somebody's advise.I went threw the bookthe fastest way to learn C++ ) I wanted to recreate(its probably one of the best books and probablyside bything in " D " for myself to learn and maybe for whoever wantsside the sametolearn D
Jan 26 2003
This is something I'd like to help with if I can find the time. Though I haven't read "Accelerated C++" myself, I like the concept of writing beginning tutorials or porting tutorials to D from another language. The only book I have here at school with me is "Big Java", but I'm sure I can grab a C or C++ book from a roommate and look through that. A Java comparison might be good, though; perhaps the GUI aspects could be done using Dig or another D interface to the Windows API (any interfaces to Linux GUI API's yet?). Harry wrote:In article <b128mk$1ffq$1 digitaldaemon.com>, Walter says...-- Christopher J. Sequeira '05 csequeir __mit.edu (remove hyphens for email)I thinktranslating the book examples is actually a great idea. For the begining easy ones is not a problem , for the more advanced I'd need help"Harry"
Jan 26 2003
"Harry" <Harry_member pathlink.com> wrote in message news:b129em$1fov$1 digitaldaemon.com...In article <b128mk$1ffq$1 digitaldaemon.com>, Walter says...That's what this newsgroup is for.I thinktranslating the book examples is actually a great idea. For the begining easy ones is not a problem , for the more advanced I'd need help
Jan 26 2003