• Overview
  • Topics
    • 0day
    • 2FA
    • Amplification
    • Android
    • Arduino
    • ARM
    • Autonomous System
    • BGP
    • C
    • Censorship
    • Certificate
    • Cheatsheet
    • Code
    • CTF
    • CVE
    • Dataset
    • DDoS
    • Denial-of-Service
    • DNS
    • DNSSEC
    • Docker
    • EXIF
    • Game
    • Git
    • GPS
    • Hash
    • HTML
    • IANA
    • IETF RFC
    • Image
    • IP
    • IPv6
    • IXP
    • JSON
    • LaTeX
    • Malware
    • Map
    • Markdown
    • Network
    • Paper Writing
    • Password
    • PCAP
    • Proxy
    • Python
    • Regex
    • Reverse Engineering
    • RPKI
    • Rust
    • Search
    • Security
    • Shell
    • Spam
    • SQL
    • TCP
    • TeX
    • TLS
    • Tool
    • Traceroute
    • Tutorial
    • Unicode
    • VPN
    • VS Code
    • Vulnerability
    • 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 sytax 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.