Thread: MPI c problem

  1. #16
    Algorithm Dissector iMalc's Avatar
    Join Date
    Dec 2005
    Location
    New Zealand
    Posts
    6,318
    That's okay. Have a read about all the operators here: Operators in C and C++ - Wikipedia, the free encyclopedia
    It's the bit-shift-left operator.
    My homepage
    Advice: Take only as directed - If symptoms persist, please see your debugger

    Linus Torvalds: "But it clearly is the only right way. The fact that everybody else does it some other way only means that they are wrong"

  2. #17
    Registered User
    Join Date
    Jun 2011
    Posts
    4,513
    Tutorials - Bitwise Operators and Bit Manipulations in C and C++ - Cprogramming.com

    [edit] Sorry, iMalc, didn't mean to trample on your post.

  3. #18
    Registered User
    Join Date
    Dec 2012
    Posts
    9
    That was very illuminating. I've been doing that in assembly recently while programming my PIC and never tought that there was something like that for either C or C++ thinking that since they were highler languages they wouldn;t need them.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 1
    Last Post: 12-07-2012, 10:00 AM
  2. sleep() function problem or logic problem?
    By FernandoBasso in forum C Programming
    Replies: 7
    Last Post: 11-16-2011, 05:50 PM
  3. Replies: 4
    Last Post: 10-16-2008, 07:30 PM
  4. syntax linked list problem & struct problem
    By beely in forum C Programming
    Replies: 5
    Last Post: 11-11-2002, 09:14 AM
  5. Texture Problem(I got the NeHe tut working, but I have a problem)
    By SyntaxBubble in forum Game Programming
    Replies: 2
    Last Post: 12-02-2001, 10:40 PM