Search:

Type: Posts; User: deztox

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    1,303

    The benefit is psychological, it might change...

    The benefit is psychological, it might change later on when I advance through the tutorials and start actually programming. As for NEWLINE_FLUSH, I don't know how to make that one an alias, but I did...
  2. Replies
    8
    Views
    1,303

    Oh I see now! So something to the tune of: ...

    Oh I see now! So something to the tune of:

    a_file << "This text will go inside!" << NEWLINE;
  3. Replies
    8
    Views
    1,303

    Wouldn't this code here replace anywhere that I...

    Wouldn't this code here replace anywhere that I put NEWLINE with \n? Kinda like an alias, that is the intended affect anyway...

    const std::string NEWLINE = "\n"
  4. Replies
    8
    Views
    1,303

    Colon Cancer

    The darn semi-colons! Thanks for pointing that out! Can you explain your comment here:


    I've just began programming and the furthest explaination of strings was C-style vs std::string.
  5. Replies
    8
    Views
    1,303

    String parameter errors

    I'm trying to make a program that checks if a file is there, if not make it with some writting in it. I've done my best make sure everything is correct.

    Code:

    /* Section: header */
    #include...
Results 1 to 5 of 5