CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: Mod function

  1. #1
    Join Date
    Jul 2005
    Location
    Alpine, UT
    Posts
    26

    Mod function

    Hi

    I am fairly confident that buried somewhere in the framework is something that accomplishes the same thing as the C "mod" function. I"ve looked at the documentation and cant find anything.

    thanx

  2. #2
    Join Date
    Jul 2002
    Posts
    2,543

    Re: Mod function

    Possibly you mean % operator.

  3. #3
    Andy Tacker is offline More than "Just Another Member"
    Join Date
    Jun 2001
    Location
    55°50' N 37°39' E
    Posts
    1,503

    Re: Mod function

    or look at MATH class...
    If you think you CAN, you can, If you think you CAN'T, you are probably right.

    Have some nice Idea to share? Write an Article Online or Email to us and You may WIN a Technical Book from CG.

  4. #4
    Join Date
    Jul 2005
    Location
    Alpine, UT
    Posts
    26

    Re: Mod function

    Quote Originally Posted by Alex F
    Possibly you mean % operator.

    Thats exactly what I meant. Thanks. ( I should have tried that before posting. Duh.)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured