Do you have a question? Post it now! No Registration Necessary
Subject
- Posted on

Re: PIC18 et langage C : j'ai un pb de débutant...
snipped-for-privacy@r27g2000yqn.googlegroups.com...
Où trouve t-on la liste complète des features de ce compilo,
je n' ai pas trouvé sur leur site.
===============
http://www.ccsinfo.com/downloads/ccs_c_manual.pdf
extrait:
funct_a(int*x,int*y){
/*Traditional*/
if(*x!=5)
*y=*x+3;
}
funct_a(&a,&b);
//........
funct_b(int&x,int&y){
/*Reference params*/
if(x!=5)
y=x+3;
}
funct_b(a,b);
Site Timeline
- » [RECH] sourcage grands afficheurs
- — Next thread in » Electronics (French)
-
- » [-INFO-] Liste de vendeurs de composants...
- — Previous thread in » Electronics (French)
-
- » regulateur LM78xx en abaisseur de tension
- — Newest thread in » Electronics (French)
-
- » Qualcuno si ricorda di JUL?
- — The site's Newest Thread. Posted in » Electronics Hobby (Italian)
-
- » Biblioteka MQTT i dziwny kod w C
- — The site's Last Updated Thread. Posted in » Electronics (Polish)
-