Atlanta Custom Software Development 

 
   Search        Code/Page
 

User Login
Email

Password

 

Forgot the Password?
Services
» Web Development
» Maintenance
» Data Integration/BI
» Information Management
Programming
VB VB (1648)
VB.net VB.net (736)
C# C# (15)
ASP.net ASP.net (779)
ASP ASP (41)
VC++ VC++ (25)
PHP PHP (0)
JAVA JAVA (4)
JScript JScript (5)
  Database
» SQL Server (708)
» ORACLE (5)
» MySQL (0)
» DB2 (0)
Automation
» C/C++/ASM (11)
» Microcontroller (1)
» Circuit Design (0)
OS/Networking
» Networking (5)
» Unix/Linux (1)
» WinNT/2k/2003 (8)
Graphics
» Flash (0)
» Maya (0)
» 3D max (0)
» Photoshop (0)
Links
» ASP.net (2)
» PC Interfacing (1)
» Networking (4)
» SQL Server (4)
» VB (23)
» VB.net (4)
» VC (3)
» HTML/CSS/JavaScript (10)
Tools
» Regular Expr Tester
» Free Tools

Submitted By : Ritesh Tijoriwala  (Member Since : 6/13/2004 1:49:49 AM)

Job Description : job - Eat Computers, Drink Computers , Sleep Computers... hobby - read, Cricket, tennis...
View all (2) submissions by this author  (Birth Date : 10/10/1980 )

C++ Compiler Trap, Indeterminism in function argument evaluation
Total Hit (5958) «code LangId=1»int i=0; printf("%d %d %d %d", i++, i==1, i, ++i);«/code» Its giving this output: On Sun Solaris 8: 0 1 2 2 On Linux: 1 1 1 1 On Windows: 0 1 1 2 Some thoughts: Incr/decr ops have side effect so arg list values are undefined in this case. It's an excellent example of ....Read More
Rating
Windows Forms Drop Shadow
Total Hit (16117) «code LangId=3»public class Form1 : Form { private const int CS_DROPSHADOW = 0x00020000; public Form1() { InitializeComponent(); } protected override CreateParams CreateParams { get { ....Read More
Rating



Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.