Posts by Gláucio Barbosa De Souza • 21 points
3 posts
-
-1
votes2
answers51
viewsQ: Search for elements with a certain distance of time (informing only time)
Detail sqlserver(2008) Good evening, I have the following problem. I tried to search all day and found nothing. -I need to search for elements in the same table that have the same date (day, time…
-
0
votes0
answers18
viewsQ: Moving Cell from a Gridview C# desktop
This code does nothing more than drive a row selected on a datagridview. btnup -> plays the selected line up. butndown -> plays the selected line down. DOUBT: My question is, how to move only…
-
-6
votes1
answer103
viewsQ: Processes - Doubt
To better understand the workings of the processes, Fork, I wrote this test program: #include <unistd.h> #include <stdio.h> int main(){ int value = 9 ; int pid = fork(); if(pid==0)…