View Poll Results: Should someone post a File i/o tutorial on cprogramming.com

Voters
18. You may not vote on this poll
  • Yes! Do it, I'm a newbie!

    2 11.11%
  • Yes. Stop the cluttering of the boards.

    5 27.78%
  • Yes. (other reason).

    3 16.67%
  • No! Don't waste the server space!

    1 5.56%
  • No. Let the newbies fend for themselves.

    3 16.67%
  • No. (other reason).

    4 22.22%

Thread: Who here thinks that......

  1. #1
    Caffienated jinx's Avatar
    Join Date
    Oct 2001
    Posts
    234

    Exclamation Who here thinks that......

    Lately, I've been seeing "I/O" this and "I/O" that in the windows programming section. These are obviously newbies posting such messages. Alas, I too once was a newbie, and was surprised at what effort it took to learn to successfully compile one line of code. Shouldn't someone start a tutorial on file i/o for those poor newbies? What about posting it on cprgramming.com for them? Should some on do this?
    Weeel, itss aboot tieme wee goo back too Canada, eeehy boyss.

  2. #2
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743
    I might be wrong...but isn't there one already in the FAQ? If there isn't, then by all means, yes there should be a file I/O tutorial on the page...but I said no because I think there might be one in the FAQ...
    My Website

    "Circular logic is good because it is."

  3. #3
    Registered User Aran's Avatar
    Join Date
    Aug 2001
    Posts
    1,301
    i'm all for the I/O tute... it'll be great to not have to read throughall those crap cluttering posts...

  4. #4
    Lead Moderator kermi3's Avatar
    Join Date
    Aug 1998
    Posts
    2,595

    There already is one

    From time to time it might be a good idea to check out the Tutorials made by the Webmaster before posting... There is a File I/O tutorial by the webmaster in the Tutorials Section:

    http://www.cprogramming.com/tutorial.html

    Number 10.
    Kermi3

    If you're new to the boards, welcome and reading this will help you get started.
    Information on code tags may be found here

    - Sandlot is the highest form of sport.

  5. #5
    Registered User Aran's Avatar
    Join Date
    Aug 2001
    Posts
    1,301
    the problem is, how many n00bs actually read that?

    i bet it's less that 1 in 10

  6. #6
    Registered User rick barclay's Avatar
    Join Date
    Aug 2001
    Posts
    835
    Why don't you just redirect messages with the I/O string to
    the tutorial first?

    rick barclay
    No. Wait. Don't hang up!

    This is America calling!

  7. #7
    Former Member
    Join Date
    Oct 2001
    Posts
    955
    Even if there wasn't a tutorial in file I/O there shouldn't be, it's way too easy to find that out for yourself (I did)

    You should use that space on more advanced tutorials, such as video, audio, modem, Internet, networking or something like that...

    Oskilian
    Last edited by oskilian; 10-23-2001 at 07:18 PM.

  8. #8
    Caffienated jinx's Avatar
    Join Date
    Oct 2001
    Posts
    234

    Listen to this.....

    I see that there iss already an i/o tutorial on the FAQ, but... It doesn't really lead up to newbies who are wanting to design a win32 gui. A newbie would read this, compile it, and say, "Thats a DOS program (gasp!!!), I must be a super programmer overnight, by golly!!!!! Besides, what n00b knows to include the correct header file? Well, i guess that i might be under estimating the n00bs, but oh well. I along with numerous others are tired of seeing the crap every two posts about i/o'ing with dialog's & edit box's. I know that i too once posted an i/o question, but again, oh well.
    Weeel, itss aboot tieme wee goo back too Canada, eeehy boyss.

  9. #9
    _B-L-U-E_ Betazep's Avatar
    Join Date
    Aug 2001
    Posts
    1,412
    We need to FAQ it because it is a FAQ. I stated this a year and a half ago.
    Blue

  10. #10
    Registered User Aran's Avatar
    Join Date
    Aug 2001
    Posts
    1,301
    that is so true.

    FAQ is the newest verb in the english language.

    a definition will come in following posts when i'm board enough to actually make one up...

  11. #11
    Registered User
    Join Date
    Oct 2001
    Posts
    95
    Hmm..
    cout = screen output
    cin = keyboard input
    Think out of the box! Open Source rules!

    -Breach23

  12. #12
    Registered User Aran's Avatar
    Join Date
    Aug 2001
    Posts
    1,301
    ohhh, but it goes so much deeper than that...

    operator overloading with the insertion and extraction operators, FILE i/o, and oh so much more.

    oh so many things that n00bs will post a lot of inane rubbish about because they down't understand the current faq.

  13. #13
    _B-L-U-E_ Betazep's Avatar
    Join Date
    Aug 2001
    Posts
    1,412
    >>Hmm..
    cout = screen output
    cin = keyboard input<<


    No... what I am talking about here is fstream components. Many many newbies ask how to output text to a file, read text from a file, write text from one file to another, etc etc etc.

    It is a frequently asked question. We have a frequently asked question section. Therefore it is more than a tutorial.... it is a FAQ. Does this make sense to anyone else?

    The FAQ should go over opening both an ifstream and ofstream object and perhaps cover .get() and .put() since those are easy fstream components to comprehend.

    You get one character from a file and put it in the other file. This type of explanation covers multiple concepts about C++ standard file streams.

    Do you all agree?
    Blue

  14. #14
    Registered User
    Join Date
    Oct 2001
    Posts
    95
    o...either read the fact, or read the MSDN library...pretty useless here...
    Think out of the box! Open Source rules!

    -Breach23

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Friend thinks he knows more...
    By Queatrix in forum A Brief History of Cprogramming.com
    Replies: 52
    Last Post: 11-09-2005, 05:26 PM
  2. so my friend thinks im a geek because im into c++
    By orion- in forum A Brief History of Cprogramming.com
    Replies: 64
    Last Post: 10-03-2005, 10:08 AM
  3. Who here thinks AI is interesting stuff.
    By Queatrix in forum General AI Programming
    Replies: 11
    Last Post: 04-23-2005, 10:41 PM
  4. scanf me thinks
    By robid1 in forum C Programming
    Replies: 4
    Last Post: 02-26-2003, 10:58 PM
  5. graphics :) (oh no they thinks)
    By krappykoder in forum Game Programming
    Replies: 2
    Last Post: 10-22-2002, 04:25 PM