User Profile

Collapse

Profile Sidebar

Collapse
deoashish
deoashish
Last Activity: Apr 6 '09, 01:22 PM
Joined: Sep 12 '07
Location: Pune
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • deoashish
    replied to Extern in c/c++
    in C
    ----------------------------------------------------------------------------------------------------------------------

    When u code, your source code is distributed over multiple files. You compile them separately and link the object code. Now it may happen for instance say you have one variable that has been defined in one file and is used to keep count. Now in some other file you need to have a count. but then if you are including...
    See more | Go to post

    Leave a comment:


  • deoashish
    replied to Switch statement that calls functions
    in C
    --------------------------------------------------------------------------------------------------------------------
    Well , you can return anything from a function right from a pointer to any built in data type.. but you cannot return a reference to any of the user defined datatype as the cout will not know what you have defined as the definition for aything can vary from person to person...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...