Menu
Home
Post Something
Forums
Current Activity
New posts
Search forums
What's new
New posts
Latest activity
News & Features
The Marketplace
Cars for Sale
Engine and Performance
Chassis and Wheels
Exterior and Body
Interior and Cockpit
ICE - In Car Entertainment
Car Shops and Services
Toys and Wares
All Other Stuff
Jobs and Vacancies
Looking For
Members
Log in
Register
What's new
Search
Search
Search titles only
By:
Current Activity
New posts
Search forums
Menu
Log in
Register
Reply to thread
See what others are reading now! Try Forums >
Current Activity
Home
Forums
Main Forums
General Talk
C Programming .... HELP
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="jswong" data-source="post: 1760278" data-attributes="member: 8004"><p>What sort of help do you want, bro?</p><p></p><p>C programming is not hard.. just keep in mind a few things</p><p></p><p>1) Keep track of the { and } curly brackets.. make sure they add up correctly, otherwise it'll result in some routines terminating incorrectly somewhere!</p><p></p><p>2) Be familiar with the conventions, like the WHILE, FOR, etc. conditions.. and also the logical & arithmetic operators. You can optimize loops or shorten program code if you know how to play with these in nested loops.</p><p></p><p>3) OOP is not so prioritized in C programming just yet.. but you can use structures to give a semblance of OOP. If you do C++, classes are much, much better to use than structures.</p><p></p><p>4) Keep your main program code neat and clean by whacking much of the routines into other .c or .cpp files, and declare stuff inside .h files. That way, your program will be modular in a way, and it's easier to follow the main() program flow.</p><p></p><p>I'm not exactly good at C and C++, just self-taught here and there and also learned it in college last time.. mainly used it for hardware interfacing, but I don't find it to be hard.</p></blockquote><p></p>
[QUOTE="jswong, post: 1760278, member: 8004"] What sort of help do you want, bro? C programming is not hard.. just keep in mind a few things 1) Keep track of the { and } curly brackets.. make sure they add up correctly, otherwise it'll result in some routines terminating incorrectly somewhere! 2) Be familiar with the conventions, like the WHILE, FOR, etc. conditions.. and also the logical & arithmetic operators. You can optimize loops or shorten program code if you know how to play with these in nested loops. 3) OOP is not so prioritized in C programming just yet.. but you can use structures to give a semblance of OOP. If you do C++, classes are much, much better to use than structures. 4) Keep your main program code neat and clean by whacking much of the routines into other .c or .cpp files, and declare stuff inside .h files. That way, your program will be modular in a way, and it's easier to follow the main() program flow. I'm not exactly good at C and C++, just self-taught here and there and also learned it in college last time.. mainly used it for hardware interfacing, but I don't find it to be hard. [/QUOTE]
Insert quotes…
Verification
Post reply
The Marketplace Latest
New original Defi Advance A1 NA package triple...
Started by
david tao
Engine and Performance
original rare Rays Volk Racing CE28 16x7jj offset...
Started by
david tao
Chassis and Wheels
Honda Jazz/Fit JSracing GTwing Spoiler
Started by
jeff6126
Exterior and Body
Toyota Vios NCP93 front bonnet hood
Started by
jeff6126
Exterior and Body
Honda civic fc varis spoiler
Started by
jeff6126
Exterior and Body
BMW F10 Msport front bumper set
Started by
jeff6126
Exterior and Body
BMW F30 M3/GTS front bonnet hood
Started by
jeff6126
Exterior and Body
BMW F10 vorsteiner rear bumper diffuser
Started by
jeff6126
Exterior and Body
Mitsubishi Lancer Evo bodykit
Started by
jeff6126
Exterior and Body
BMW F30 M3 front skirt lip
Started by
jeff6126
Exterior and Body
Posts refresh every 5 minutes
budget performancetyre
we hav gripest tyre thread,best all round type,quiet comfortable tyre..
n now budget performance tyre..
which tyre which have price tag not expensive as ad08 but are ok2 for attacking corner...
ie;michelin pp2...
E-manage for Mivec Turbo?
Guys,
Need help here. Does E-manage compatible for mivec turbo? Does mivec need any air flow sensor to work with E-manage? Currently considering suitable management for mivec turbo. Any help would be appreciated. Cheers
4g63 Turbo Setup
HALLO to all those using the 4G63 especially, and also to all the turbo experts.
Ok, when I ask this, the logical thing ppl may answer is: depending on how you plan to drive the car.
Being a daily driven car, I'm...
Recent Posts
Darker Design : Mercedes-Benz Launches GLA Nightfall Edition in Malaysia
Started by
The_Mechanic
News and Features
Honda Malaysia Doubles Down on Hybrids: New CR-V Launches with Dual e:HEV...
Started by
The_Mechanic
News and Features
BateriHub Reaches 200-Store Milestone, Becomes Malaysia’s Largest...
Started by
The_Mechanic
News and Features
Been stalking for 3 years edy
Started by
dheepadarshan95
Introduction and Newbies
Recommendation: Turbocharger for 4B11 N.A engine
Started by
Mitevo7
Car Modification
Search
Online now
Enjoying Zerotohundred?
Log-in
for an ad-less experience
Home
Forums
Main Forums
General Talk
C Programming .... HELP