Thread: noob question

  1. #1
    Registered User
    Join Date
    Jul 2010
    Posts
    56

    noob question

    When we pass an hex value (ex: 0xFF) as an argument when calling a function, which function does the compiler call, keeping in mind that that function has overloading functions, each of them accepting different kinds of data parameters (int, char, bool)

  2. #2
    Registered User
    Join Date
    Dec 2007
    Posts
    2,675
    HINT: A hex value is a number.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. noob question about RAM
    By crvenkapa in forum Tech Board
    Replies: 2
    Last Post: 03-26-2010, 03:41 PM
  2. Noob Question: Can't compile with "end1"
    By Lillers in forum C++ Programming
    Replies: 2
    Last Post: 01-22-2010, 04:23 AM
  3. quick noob question
    By thanatos1 in forum C# Programming
    Replies: 2
    Last Post: 06-17-2009, 08:28 PM
  4. another noob question
    By clb2003 in forum C Programming
    Replies: 4
    Last Post: 02-12-2009, 01:28 PM
  5. Noob printf question
    By lolguy in forum C Programming
    Replies: 3
    Last Post: 12-14-2008, 08:08 PM