Thread: size of dynamically allocated block of memory

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #10
    Master Apprentice phantomotap's Avatar
    Join Date
    Jan 2008
    Posts
    5,108
    O_o

    Have you never noticed how many vendor specific extensions others here have perpetuated?

    It is best to use multiple compilers, but "-ansi -pedantic -std=c++98" or "-ansi -pedantic -std=c++0x" is your friend.

    [Edit]
    Actually, even some perfectly standard things have a weird relationship with the "Real World" where only a few compilers implement them correctly so you may wind up getting comfy with a standard feature with semantics that aren't widely available.
    [/Edit]

    Soma
    Last edited by phantomotap; 07-09-2012 at 04:20 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 8
    Last Post: 02-29-2012, 02:25 PM
  2. Replies: 2
    Last Post: 10-18-2010, 07:52 AM
  3. Allocate memory inside allocated memory block?
    By Heidi_Nayak in forum C Programming
    Replies: 14
    Last Post: 04-15-2009, 04:19 PM
  4. Dynamically allocated size
    By maverickbu in forum C++ Programming
    Replies: 12
    Last Post: 06-26-2007, 01:16 PM
  5. Dynamically allocated memory
    By ^xor in forum Linux Programming
    Replies: 9
    Last Post: 06-28-2005, 11:42 AM