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
~376 People Reached
Favorite Tags
c++ x 4
Member Avatar for tonik69

I have the arrays EMP (EMP_ID(PK), Name, PROJ_ID(FK)) PROJECT (PROJ_ID(PK), name) SALARY (SAL_ID(PK), date, amount, EMP_ID(FK)) I have done the appropriate relations and i want to take something like this: wesuppose that EMP name is George and the project is storage then i take something like this: George storage 22/2/2007 …

0
59
Member Avatar for tonik69

Hi! I have the DEV-C++ and i want to install the Sparselib++ library. I have ever install a library again and I don't know what have to do.The foolowing instuction cannot help me. Can someone help me with e easiest way to install this library.It's very important fotm me. thanks! …

Member Avatar for Sturm
0
194
Member Avatar for tonik69

Hi! i'm looking for an open source platform for BPMN (Businness process modeling notation). can sombody help meQ

0
24
Member Avatar for tonik69

[code] double M2_0(c,m) double c[160]; double m[16][5]; { int n; int s=0; for (n=0; n<16; ++n) { s = s + c[n+16*0]*m[n][0]; } return s; } [/code] can someone help me! error: c and m was not declare in this scope (this is the error in c++ but in c …

Member Avatar for tonik69
0
99