Forum: Oracle Oct 24th, 2009 |
| Replies: 6 Views: 972 i just wanted to know if i can include anything related to media management in my project?? |
Forum: Oracle Oct 24th, 2009 |
| Replies: 6 Views: 972 |
Forum: C++ Oct 21st, 2009 |
| Replies: 3 Views: 710 class base
{ protected:
struct node{};
};
class derived :public base
{
struct node *prev;
};
when i do this i 'm getting an error that prev is not a member of base::node. |
Forum: Oracle Oct 21st, 2009 |
| Replies: 6 Views: 972 yes it's a database project |
Forum: Oracle Oct 20th, 2009 |
| Replies: 6 Views: 972 hey i'm starting with a dbms project on commonwealth games .
i want to use sql .
can anyone please suggest me with what all i can include in my project?? |