Thread: C++ conversion help

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    [](){}(); manasij7479's Avatar
    Join Date
    Feb 2011
    Location
    *nullptr
    Posts
    2,657
    Quote Originally Posted by farukyaz View Post
    I didn't understand it right, for instance in the following code, what should I make with "int size"? Thanks in advance.

    Code:
    void getinfo(int size, struct Student Stud[size]);
    If the value you'll be passing is an integer, then yes.

  2. #2
    Registered User
    Join Date
    Apr 2011
    Posts
    35
    Quote Originally Posted by manasij7479 View Post
    If the value you'll be passing is an integer, then yes.
    It works!!! Yes! Thanks for taking serious and helping

  3. #3
    [](){}(); manasij7479's Avatar
    Join Date
    Feb 2011
    Location
    *nullptr
    Posts
    2,657
    Quote Originally Posted by farukyaz View Post
    It works!!! Yes! Thanks for taking serious and helping
    Works.. as in compiles.. or really works?

  4. #4
    Registered User
    Join Date
    Apr 2011
    Posts
    35
    Quote Originally Posted by manasij7479 View Post
    Works.. as in compiles.. or really works?
    Executed many times with different values, and it works great.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. bmp to pdf conversion
    By leojose in forum Tech Board
    Replies: 8
    Last Post: 05-29-2005, 09:56 AM
  2. Conversion!!!
    By GT70sgt in forum C++ Programming
    Replies: 1
    Last Post: 11-19-2003, 07:51 PM
  3. Conversion?
    By mart_man in forum C Programming
    Replies: 7
    Last Post: 12-08-2002, 07:23 PM
  4. conversion
    By sonict in forum C++ Programming
    Replies: 10
    Last Post: 11-22-2002, 08:01 PM
  5. Conversion
    By CyberMax8 in forum C Programming
    Replies: 7
    Last Post: 11-20-2002, 08:46 PM