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
~3K People Reached
Favorite Forums
Favorite Tags
c++ x 1

2 Posted Topics

Member Avatar for infinityblade

Maybe this can help, here is a quick snippet to convert CMYK to RGB. If you take it apart and use this logic backwards then you'll get a decent RGB TO CMYK. [code] c = 10; m = 20; y = 100; k = 31; /* rgb result from above …

Member Avatar for triumphost
0
3K
Member Avatar for cancausecancer

I'm designing a db for a project which has tables: mainAccount, id int(11) auto_inc primary key username, password, country, email, verification users, id int(11) auto_inc primary key `type` tinyint (3) -fk userType.id description nvarchar interests nvarchar website nvarchar (many other columns..) userIndex, user int(11) primary key - fk users.id `type` …

0
49

The End.