Posts by Randow_137 • 23 points
3 posts
-
0
votes0
answers15
viewsQ: I’m having problems with Exception in thread "AWT-Eventqueue-0" and I’m not getting it right
I need to put information from a database into a Jtable and I’m not getting out of that internship and I can’t find it on the Internet. In this project I need to register residents in an Sqlite,…
-
1
votes1
answer4365
viewsA: Instruction similar to system("cls") in C
Have windows library. h, You edit the pixels using the function: void gotoxy(int x,int y){// muda a posição do cursor COORD p={x,y}; SetConsoleCursorPosition(GetStdHandle(STD_OUTPUT_HANDLE),p); }…
canswered Randow_137 23 -
1
votes1
answer212
viewsQ: How to write a string variable without breaking the line?
I need to write only in the first line of a file, but whenever I add a string type variable this line is broken, follow the example: #include <stdio.h> #include <string.h> char…