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
~1K People Reached
Favorite Tags
c++ x 5
Member Avatar for dynamyt3

Does anyone knows what is the version of the C++ Builder in the image bellow ? [URL="http://www.escomposlinux.org/sinner/dibus/sinner7.jpg"]http://www.escomposlinux.org/sinner/dibus/sinner7.jpg[/URL]

Member Avatar for francis77
0
52
Member Avatar for dynamyt3

I have this code : [CODE]void __fastcall TForm1::DrawGrid1SelectCell(TObject *Sender, int ACol, int ARow, bool &CanSelect) { int temp,tempR=0, tempC=0, r=0, c=0; bool empty = false; CanSelect = false; //checking for empty cell - up if (ARow > 0){ if (MyArray [ARow-1][ACol]==11){ tempR = ARow-1; tempC = ACol; empty = true; …

Member Avatar for chrjs
0
152
Member Avatar for dynamyt3

Hello everybody. I'm a beginner in C++ and I register this forum to learn new things.

Member Avatar for AirForceOne
0
59
Member Avatar for dynamyt3

Hello.I'm a begginer in C++. I'm trying to make an algorithm that will shuffle randomly the elements of a matrix[4][3],but i don't know how to start... Can someone help me with the algorithm ? I think is something like this but i'm not sure : [code]bool test=false; int x; x=rand()%4; …

Member Avatar for dynamyt3
0
1K