Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~933 People Reached
Favorite Tags
Member Avatar for webjam

Hello, during the summer I'll have to pick a dissertation subject for my CS bachelor, and all I know is that I'm interested in databases. So if someone has experience, I would like some abstract proposals. Thank you.

Member Avatar for BitBlt
0
568
Member Avatar for webjam

Hello, I know relational algebra uses sets which eliminates duplicates values but I'm not sure about one thing. Duplicate values are impossible to exist in a relation ever? For example I can never have a relation R(A,B) with values (1,2),(1,2) ? Or they get eliminated <b>after</b> a projection or selection, …

Member Avatar for webjam
0
241
Member Avatar for webjam

Hello, I'm new to C++ with a fair experience in java. I would like to know the difference between [CODE]Ob o* = new Ob();[/CODE] and [CODE]Ob o = new Ob();[/CODE] I know the first allocates a block of memory and creates a pointer which keeps the address of this block. …

Member Avatar for NathanOliver
0
124