Click here to Skip to main content
15,892,809 members
Articles / Programming Languages / ASM

Something You May Not Know About the Switch Statement in C/C++

Rate me:
Please Sign up or sign in to vote.
4.86/5 (152 votes)
19 Dec 2012CPOL13 min read 374.4K   463   146  
A discussion on how switch/case is executed, by reverse engineering in VC++

Revisions


  

Compare Revision Minor Date Status Editor
6 - publicly available No 19-Dec-12 13:47 Available Zuoliu Ding
Incorporated the memory discussion example
5 No 29-Sep-10 4:12 Available Deeksha Shenoy
4 No 8-Sep-10 5:04 Composing
3 No 20-Aug-10 3:48 Composing
2 No 17-Aug-10 5:24 Composing
1 No 9-Aug-10 9:26 Composing

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions