Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
2763 connectés 

  FORUM HardWare.fr
  Programmation
  C

  [C++] Complete Lessons and Tutorials

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

[C++] Complete Lessons and Tutorials

n°1307566
vurdlak
Posté le 17-02-2006 à 00:25:52  profilanswer
 

I started wrting c lessons for absoulute begginers to advanced users, I think material can be considered quality, and my students learn programming with this stuff. If you wish feel free to start reading it. its only 5 lessons for now so maybe could be easier for you to start following it now in the beginning. Hope I helped..materials will be published on daily base. Enjoy now, or later when I reach more advanced topics...
__________________
http://www.visualcmaniac.com/

mood
Publicité
Posté le 17-02-2006 à 00:25:52  profilanswer
 

n°1307616
Emmanuel D​elahaye
C is a sharp tool
Posté le 17-02-2006 à 09:04:04  profilanswer
 

vurdlak a écrit :

I started wrting c lessons for absoulute begginers to advanced users, I think material can be considered quality, and my students learn programming with this stuff. If you wish feel free to start reading it. its only 5 lessons for now so maybe could be easier for you to start following it now in the beginning. Hope I helped..materials will be published on daily base. Enjoy now, or later when I reach more advanced topics...
__________________
http://www.visualcmaniac.com/


That's cute, but  

  • This is a French speaking forum
  • You are posting on the C-language branch. (There is also a C++ one).


Message édité par Emmanuel Delahaye le 17-02-2006 à 09:04:45

---------------
Des infos sur la programmation et le langage C: http://www.bien-programmer.fr Pas de Wi-Fi à la maison : http://www.cpl-france.org/
n°1308482
vurdlak
Posté le 18-02-2006 à 05:02:29  profilanswer
 

7th lesson up!

n°1309312
vurdlak
Posté le 19-02-2006 à 21:20:43  profilanswer
 

can someone help me how to format my code so it doens all come up like this with no spaces and tabs? i use blogger. thank you!
 
if (d > 0)
{
/* results are real numbers */
q = pow (d, 1./2);
x1 = (-b + q)/(2*a);
x2 = (-b - q)/(2*a);
printf ("X1=%f X2=%f\n", x1, x2);
}
else if (d == 0)
{
/* there’s only one result */
x1 = -b/(2*a);
printf ("X1=X2=%f\n", x1);
}
else
{
/* results are conjugated complex numbers */
q = pow(-d, 1./2);
x1r = -b/(2*a) ;
x2r = x1r;
x1i = q/(2*a);
x2i = -x1i;
printf ("X1 = (%f,%f)\n", x1r, x1i);
printf ("X2 = (%f,%f)\n", x2r, x2i);
}
}
 --------------------------------------------------------------
http://www.visualcmaniac.com

n°1309340
Emmanuel D​elahaye
C is a sharp tool
Posté le 19-02-2006 à 22:46:22  profilanswer
 

vurdlak a écrit :

can someone help me how to format my code so it doens all come up like this with no spaces and tabs? i use blogger. thank you!


Once again, stop your spamming and please consider that this is a French speaking forum. Please don't insist. If so, I'm afraid the moderators will take care of you, and you won't like it.


Message édité par Emmanuel Delahaye le 20-02-2006 à 00:12:27

---------------
Des infos sur la programmation et le langage C: http://www.bien-programmer.fr Pas de Wi-Fi à la maison : http://www.cpl-france.org/
n°1310125
vurdlak
Posté le 20-02-2006 à 22:14:31  profilanswer
 

pardeuoueun depardieu !
 
;)


Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Programmation
  C

  [C++] Complete Lessons and Tutorials

 

Sujets relatifs
[VBA-EXCEL 2003] Dupliquer une feuille complete [DONE]Base de données Acces complète
[Header] Metter vous une url complete ou un chemin relatif ?Exemple d'application compléte en java struts ?
[Tcl] cherche tutorialsImporter des champs indépendamment de la table complete
Tutorials sur le parsing de l'API DOM de PHP5 ?adresse complete
[c][unix][gtk] tutorials gtk pour gtkdrawingarea ou pour dessinerOracle : dumpper la base complète ?
Plus de sujets relatifs à : [C++] Complete Lessons and Tutorials


Copyright © 1997-2025 Groupe LDLC (Signaler un contenu illicite / Données personnelles)