Forum: C Jul 16th, 2004 |
| Replies: 0 Views: 2,242 I want to have a class LIST -- a dinamic list of rational numbers (defined previously in my RATIONAL class). I want another class STACK to inherit LIST's root and end pointers for my list.(STACK also... |
Forum: C++ Jul 14th, 2004 |
| Replies: 7 Views: 17,995 To Valmian: Comunicating functions are like:
class none
{
int x;
public:
int& getx()
{
return x;
}
}; |
Forum: C Jun 18th, 2004 |
| Replies: 5 Views: 2,563 There is a time structure you know-- see gettime() : :lol: |
Forum: C++ Jun 18th, 2004 |
| Replies: 4 Views: 3,342 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: 26,131 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,272 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: |