Forum: C++ Jul 14th, 2004 |
| Replies: 7 Views: 17,652 To Valmian: Comunicating functions are like:
class none
{
int x;
public:
int& getx()
{
return x;
}
}; |
Forum: C++ Jun 18th, 2004 |
| Replies: 4 Views: 3,235 Just asking Blood Night: What does output say?
what does 1n mean 1*n or 1n as a number; what do you mean???
( for all interested my e-mail is yuri@fx.ro-could you send answer here? ) |
Forum: C++ Jun 17th, 2004 |
| Replies: 5 Views: 25,195 It is very very simple:
write some functions||define some macros||define structures/classes etc...
DO NOT include a main() function
save it with the name you want
e.g... |
Forum: C++ Jun 17th, 2004 |
| Replies: 6 Views: 2,235 Well i'm a teen-ager myself (13). I recomend learning the PASCAL language then go to C. Pascal is far more basic; it doesn't have as many functions as C
BUT it is easier to use :mrgreen: |