Link to home
Start Free TrialLog in
Avatar of matchz
matchz

asked on

Coding Convention

Hi,

I find the coding convention for java in sun site:
http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html

Where can i find the coding convention for
- C/C++
- Perl
- VB
Avatar of jcwlc
jcwlc

for c/c++ get the definitive books on the subject... by herbert schildt for C and by stroustrup for C++

Avatar of Mike McCracken
VB look on the M$ site

mlmcc
I guess you can use your own coding convention. It's mostly depending of the company where you work for. The one uses this, the others uses that.
Perhaps you would like to take a good look at:
http://webster.cs.ucr.edu/Page_softeng/softDevGuide_contents.html

Hope it helps:

Jack
ASKER CERTIFIED SOLUTION
Avatar of mahesh_mp
mahesh_mp

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial