Off Topic > Off Topic
About C language.
Zenthos:
--- Quote from: Maor on September 16, 2009, 12:38:19 AM ---The forget does that mean?
--- End quote ---
Integer? Like... a number.
Just post homework here and you will have instant answers.
I am taking a C class, but regretting because I know about as much C as the class covers.
I prefer c++.
--- Code: ---#include <iostream>
using namespace std;
void main()
{
cout << "You just lost the game" << endl;
}
--- End code ---
is greater than,
--- Code: ---#include <stdio.h>
void main()
{
printf("You just lost the game");
}
--- End code ---
Even though the reason I like C++ better is that it uses object orientation, not cout I just felt like using [ code ] for the first time.
Maor:
--- Quote from: Zenthos on September 16, 2009, 12:46:10 AM ----snip-
--- End quote ---
I study C language in relation to my electronics classes.
Because of the low amount of data C requires its commonly used for microcontrolers and microcomputers.
c++ is way too much for a small chip thus, C is highly preferred over it.
WRB852:
Yay, he learned! :cookieMonster:
Maor:
--- Quote from: WRB852 on September 16, 2009, 06:57:22 AM ---Yay, he learned! :cookieMonster:
--- End quote ---
Huh?
Inv3rted:
Yeah, I use C to program my Arduino board.