View Poll Results: How many times have you written a program flawlessly on the first try

Voters
19. You may not vote on this poll
  • All the time

    3 15.79%
  • Sometimes

    10 52.63%
  • It's too hard

    6 31.58%

Thread: I/O streams

  1. #16
    Registered User
    Join Date
    Feb 2003
    Posts
    60
    thanks that helps a lot to shave the program down.
    C++ can hurt.

  2. #17
    Registered User
    Join Date
    Jan 2003
    Posts
    648
    You can also do this, just forget about the null at the end, it doesn't count:

    Code:
    char alpha[27]="abcdefghijklmnopqrstuvwxyz";

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. why page based I/O can improve performance?
    By George2 in forum C Programming
    Replies: 1
    Last Post: 06-12-2006, 07:42 AM
  2. Mulitple I/O streams
    By thamisfit in forum C Programming
    Replies: 3
    Last Post: 03-22-2003, 04:15 PM
  3. Cant comprehend C++ I/O and streams.
    By Panopticon in forum C++ Programming
    Replies: 2
    Last Post: 01-09-2003, 07:21 PM
  4. Overlapped I/O and Completion Port :: Winsock
    By kuphryn in forum Windows Programming
    Replies: 0
    Last Post: 10-30-2002, 05:14 PM
  5. Dealing with i/o streams in a class
    By ender in forum C++ Programming
    Replies: 3
    Last Post: 03-22-2002, 05:26 PM