Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
20% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags

6 Posted Topics

Member Avatar for mg120

I am trying to seperate JTextArea colums as you can see on the pic. How can i do that any idea ?

Member Avatar for mKorbel
0
80
Member Avatar for mg120

Hi ! I have a C source code of Knight' Tour like [CODE] #include <stdio.h> #include <winbgim.h> #include <stdlib.h> #include <conio.h> #define N 8 void alternatif_bul(int,int); void alt_say_hesapla(); int yeni_konum_bul(); void alt_dizi_sifirla(); int board[N][N]={0}; //satranç tahtası int alt_x[8]={0}; //gidilebilecek alternatif karelerin X konumlarini tutuyor int alt_y[8]={0}; //gidilebilecek alternatif karelerin Y …

Member Avatar for msaqib
0
235
Member Avatar for d00mhammers

# for(j=a; j>1;--j) # { # product_of_power=y*y; # # } product_of_power=y*y ? always return square(y) you should implement product_of_power=product_of_power*y;

Member Avatar for arnab sinha
0
332
Member Avatar for LiquidSolid

You can add grades normally, and you can check array after adding if a[n] == sentinel you have n-1 grades.

Member Avatar for LiquidSolid
0
114
Member Avatar for Tellalca

You should use struct for ID && names . And you can raad from struct and write to text file also you can read from file to struct.

Member Avatar for mg120
0
219
Member Avatar for TheFeedingHand
Member Avatar for mg120
0
190

The End.