Thread: First Tutorial Finished, more to come!

  1. #1
    Software Developer jverkoey's Avatar
    Join Date
    Feb 2003
    Location
    New York
    Posts
    1,905

    First Tutorial Finished, more to come!

    The first tutorial has finally been written for From the Ground Up. Check it out, make some posts, gimme some feedback!

    http://ftgu.TheJeffFiles.com/

    More tutorials to be written tonight and tomorrow!

  2. #2
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    "From the Ground Up" is a series of computer training books published by Osborne, here for example. Seeing how aggresive some firms are over their names and images, I'd think about that title.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  3. #3
    Software Developer jverkoey's Avatar
    Join Date
    Feb 2003
    Location
    New York
    Posts
    1,905
    oh, ok, well, i can change it, no big deal.....thanks for telling me that though

  4. #4
    Registered User whackaxe's Avatar
    Join Date
    Mar 2004
    Posts
    332
    a few probs
    -this tutorial is aimed for VC++ users only. didn't you say you'd write them for Dev C++ as well.
    -for the love of god, change the font

    otherwise good tut. i especialy like the notes at the end for the function reference

  5. #5
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743
    whats wrong with the font?

    i like the font
    My Website

    "Circular logic is good because it is."

  6. #6
    "The Oldest Member Here" Xterria's Avatar
    Join Date
    Sep 2001
    Location
    Buffalo, NY
    Posts
    1,039
    did you really copyright that when you say all rights reserved?
    nice site. keep going!

  7. #7
    Software Developer jverkoey's Avatar
    Join Date
    Feb 2003
    Location
    New York
    Posts
    1,905
    yes, i know i said i was aiming at devc++ also, but you have to give me time, I don't even have devc++ yet and I'm going to have to get used to it. I'm sorry they weren't uploaded at the same time

    Hopefully I'll have a devc++ version up tonight though, and possibly tutorial 2 up by tomorrow

    and what's the matter with the font? It's the default font on all websites....

  8. #8
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    IMO, sans-serif fonts are better for reading on a computer screen, and fixed width is the best for code samples.
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

  9. #9
    Software Developer jverkoey's Avatar
    Join Date
    Feb 2003
    Location
    New York
    Posts
    1,905
    oh, ok, I'll change that quick then.

  10. #10
    Software Developer jverkoey's Avatar
    Join Date
    Feb 2003
    Location
    New York
    Posts
    1,905
    ok, it's been changed, should be easier on the eyes now hopefully.

  11. #11
    Software Developer jverkoey's Avatar
    Join Date
    Feb 2003
    Location
    New York
    Posts
    1,905
    I just put that copyright thing at the bottom of all my pages, keeps the honest people from taking stuff or however that goes. Not like it really matters anyways, heh

  12. #12
    Registered User linuxdude's Avatar
    Join Date
    Mar 2003
    Location
    Louisiana
    Posts
    926
    I would like to know more arguments for that function. and the full file in one run ex:
    Code:
    int main(void){
         printf("Hello Word\n");
         return 0;
    }
    not
    Code:
    #include <stdio.h>
    blah blah blah
    Code:
    int main(void)
    blah ...
    because sometimes I can't something to compile that I am learning from, but I was able to copy the whole thing. It makes it cumbersome like that. Just a suggestion; you could have it both ways

  13. #13
    Registered User whackaxe's Avatar
    Join Date
    Mar 2004
    Posts
    332
    Quote Originally Posted by jverkoey
    yes, i know i said i was aiming at devc++ also, but you have to give me time, I don't even have devc++ yet and I'm going to have to get used to it. I'm sorry they weren't uploaded at the same time

    Hopefully I'll have a devc++ version up tonight though, and possibly tutorial 2 up by tomorrow

    and what's the matter with the font? It's the default font on all websites....
    oh ok then. i think it's quite an important part of a winAPI tut because if you look at theForgers tutorial, hes supposing you're using MSVC++ which isn't to dandy when you want to 1) check out the source code(well of course you can, but theres still a .dsp thrown in there :/) 2) learn about things that MSVC automates (dialog design is limited to a few controls so i've ended up wiriting most of mie on the fly today )

    BTW, you do know the default font is chosen by Microsoft (at least if you are using internet explorer)

  14. #14
    Software Developer jverkoey's Avatar
    Join Date
    Feb 2003
    Location
    New York
    Posts
    1,905
    ok, i updated it again, tell me what you think

    -Thanks for the feedback so far everyone, once I've got the style down for these tutorials it should be a lot smoother when I start adding new ones...

  15. #15
    Rad gcn_zelda's Avatar
    Join Date
    Mar 2003
    Posts
    942
    FTGU...

    Reminds me of STFU...


    Fut the Gum Up?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. My new website
    By joeprogrammer in forum A Brief History of Cprogramming.com
    Replies: 19
    Last Post: 03-17-2006, 07:38 PM
  2. Replies: 5
    Last Post: 01-25-2006, 09:53 PM
  3. FtGU Tutorial #3 Finished
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 07-23-2004, 02:53 PM
  4. Tutorial review
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 11
    Last Post: 03-22-2004, 09:40 PM
  5. My DirectInput tutorial....
    By jdinger in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 06-18-2002, 11:32 PM