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

This is a discussion on My binary converter trigger question about vector, datatype, sizof op. etc... within the C++ Programming forums, part of the General Programming Boards category; If it is so terrible problem, why c++ allow me to do it?...

  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
    Registered User whiteflags's Avatar
    Join Date
    Apr 2006
    Location
    United States
    Posts
    6,826
    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.
    Quote Originally Posted by phantomotap
    Can you write code while blindfolded only with the blind covering your brain? Can you code while brainfolded?

Page 2 of 2 FirstFirst 12
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, 09:49 PM
  3. Request for comments
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 01-02-2004, 09: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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21