Thread: My binary converter trigger question about vector, datatype, sizof op. etc...

  1. #16
    Registered User
    Join Date
    Feb 2010
    Location
    Budapest
    Posts
    26
    If it is so terrible problem, why c++ allow me to do it?

  2. #17
    Lurking whiteflags's Avatar
    Join Date
    Apr 2006
    Location
    United States
    Posts
    9,612
    It doesn't. The warning says expressly that in ISO (Standard) C++, you can't. Just because you get warning instead of an error, and an executable, it's not OK. Try compiling with -Werror and all warnings become errors, anyway.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Binary Search Trees Part III
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 10-02-2004, 03:00 PM
  2. binary heap (build question)
    By axon in forum C++ Programming
    Replies: 1
    Last Post: 03-01-2004, 10:49 PM
  3. Request for comments
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 01-02-2004, 10:33 AM
  4. Another binary file question
    By girlrobot in forum C Programming
    Replies: 5
    Last Post: 07-30-2002, 05:40 PM
  5. Question about conversions between assembly, binary, and c
    By Waldo2k2 in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 07-18-2002, 05:12 AM