Thread: How do I read this out loud?

  1. #1
    Registered User
    Join Date
    Feb 2011
    Posts
    144

    How do I read this out loud?

    Hi everyone. I teach myself C++ using books and so I sometimes don't know how to read source code out loud. How would you pronounce this out loud?

    Code:
    int &b = a;
    My best guess is:
    "Declare b as reference to int and initialize it with a"
    Last edited by Richardcavell; 11-19-2018 at 11:06 AM.

  2. #2
    Guest
    Guest
    Sounds good to me.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 3
    Last Post: 10-28-2015, 02:07 PM
  2. Replies: 7
    Last Post: 12-07-2012, 10:44 PM
  3. blocked on read/recv / how to read/send proper buffers
    By fudgecode in forum Networking/Device Communication
    Replies: 1
    Last Post: 11-02-2010, 11:42 PM
  4. why is PlaySound so LOUD?!
    By DarkMortar in forum C Programming
    Replies: 1
    Last Post: 06-11-2006, 09:43 PM

Tags for this Thread