On May 5, 12:35 am, Tejas M <[email protected]> wrote:
> So, my question here is... does Android suggest (or mandate) any coding
> guidelines for C, C++ ??

You should probably imitate one of the many styles used within the
project. :-)

Common theme: four-space indents, spaces not tabs, K&R braces,
InterpCaps/CamelCase similar to Java naming conventions.

If you want to extend module X, make it look as much like everything
else in module X as you can.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"android-framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to