• Overview
  • Topics
    • 0day
    • 2FA
    • Amplification
    • Android
    • Arduino
    • ARM
    • Autonomous System
    • BGP
    • C
    • Censorship
    • Certificate
    • Cheatsheet
    • Code
    • CTF
    • CVE
    • Dataset
    • DDoS
    • DNS
    • DNSSEC
    • Docker
    • EXIF
    • Game
    • Git
    • GPS
    • Hash
    • HTML
    • HTTP
    • IANA
    • Icon
    • IETF RFC
    • Image
    • IP
    • IPv6
    • IXP
    • JSON
    • LaTeX
    • Machine Learning
    • Malware
    • Map
    • Markdown
    • Movie
    • Network
    • Paper Writing
    • Password
    • PCAP
    • PGP
    • Proxy
    • Python
    • QUIC
    • Regex
    • Reverse Engineering
    • RPKI
    • Rust
    • Search
    • Security
    • Shell
    • Spam
    • SQL
    • TCP
    • TeX
    • Tips&Tricks
    • TLS
    • Tool
    • Traceroute
    • Tutorial
    • Unicode
    • VPN
    • VS Code
    • Vulnerability
    • Windows
    • x86
  • Publications

C xor C++ Programming

https://docs.google.com/document/d/16B36r0HksR0LqQAGLA1syYCtZvYaVC0hEF2D00ZAd0o/mobilebasic

C

Often times, the programming languages C/C++ are listed together, implying that their behavior is similar. The document describes multiple cases, where identical syntax leads to differences. Most differences simply lead to errors, but some can even cause undefined behavior. The document excludes cases, where one language has a feature, which the other one is lacking.