Conversation Between Alexander Nicholi and Nathan
1 to 15 of 29
  1. Nathan
    April 16th, 2015 10:40 AM
    Nathan
    Okay thanks!
  2. Alexander Nicholi
    April 16th, 2015 10:38 AM
    Alexander Nicholi
    Ruby's not used a whole lot, and Python is basically what Java should've been. Python is a beautiful, easy, and simplistic language, try it out. Java's the same but with a C++ syntax and some rather dumb arbitrary limits.
  3. Nathan
    April 16th, 2015 10:35 AM
    Nathan
    Well I was more wondering like which to start with. I leaned more towards Java, Python and Ruby but dunno which to pick...
    Started learning C but never did finish.
  4. Alexander Nicholi
    April 15th, 2015 7:21 PM
    Alexander Nicholi
    Yeah, what languages are you working with?
  5. Nathan
    April 15th, 2015 5:30 PM
    Nathan
    Hey! I'd need a few coding tips if that wouldn't bother you too much.
  6. Nathan
    April 12th, 2014 11:47 AM
    Nathan
    Thanks again for the gift :)

    Sup?
  7. Nathan
    March 6th, 2014 2:44 AM
    Nathan
    Happy birthday man!
  8. Nathan
    February 10th, 2014 3:20 AM
    Nathan
    But not the new users, if you see what I mean ;)
  9. Alexander Nicholi
    February 9th, 2014 7:26 PM
    Alexander Nicholi
    Most people know I'm a boy, especially the mods and h-staff. :P
  10. Nathan
    February 9th, 2014 7:24 PM
    Nathan
    With your current avatar, put your gender to female and loads of guys will VM you :p
  11. Alexander Nicholi
    January 17th, 2014 5:48 PM
    Alexander Nicholi
    Yeah, the console rules. Have you tried any Curses libraries?
  12. Nathan
    January 17th, 2014 5:36 PM
    Nathan
    Blah, I prefer to work in the CMD. Much less work there imo.
  13. Alexander Nicholi
    January 17th, 2014 5:32 PM
    Alexander Nicholi
    When you have a program that has a specific job to do (say, a compiler or a file converter), the command line works fine. Even database management programs could be done within the CMD with a little work. However, if you're making a program that is used for consumer pleasure or entertainment purposes (such as a web browser or word processor), or requires visual editing to make sense (such as a map editor or web browser), a GUI is a must. And it's easily do-able in C with a small amount of work through Windows.h. :)
  14. Nathan
    January 17th, 2014 5:13 PM
    Nathan
    Ugh console apps. They're ugly but relatively easy to make but to get a beautiful GUI, so much work it's insane ;-;
  15. Alexander Nicholi
    January 17th, 2014 5:01 PM
    Alexander Nicholi
    Yeah, for GUI-heavy applications. With C I try to stick to keeping it as a console app at all costs, 'cause it's just easier.