Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
0 Endorsements

14 Posted Topics

Member Avatar for fatzky_04

Hello. I'm developing a computer software, an Intranet Supply Management System. I know what the main system's function will be. But i'm having a really hard time figuring out how will be the flow of the program. So basicslly, i'm asking y'all guys with your guidance, instructions, or even your …

Member Avatar for Taywin
0
161
Member Avatar for fatzky_04
Member Avatar for fatzky_04

Hello. As the article title says, how do you network office branches (3)? What are the requirements to network them? And what are the best hardware and software selection?

Member Avatar for rubberman
0
171
Member Avatar for fatzky_04

How do you guys manage your time with a very limited time in designing their desired system?

Member Avatar for mike_2000_17
0
124
Member Avatar for fatzky_04

Hello. I'm new to Java. I created 4 CHOICE that has 9 numbers. It should convert the selected item into words in the text area. I don't have any idea how to do it. Please Help. Here's my code. import java.awt.*; import java.awt.event.*; import javax.swing.*; import java.util.*; public class Final1 …

Member Avatar for fatzky_04
0
332
Member Avatar for fatzky_04

Hey y'all. I'm making a database using MS access 2007. I have a login form from a table which consists of admin and user. I want it admin to enter a different form from the user. Any ideas?

Member Avatar for arden_k
0
104
Member Avatar for fatzky_04

Hello all! I'm making a Applicant Record Keeping System. I'm a newbie with MS access. And i'm having a really hard time understanding how queries work. I have three forms: (Sequentially) Background Checking Criteria.. Document.. So, this forms are for one applicant and they have common details. Background Checking's common …

Member Avatar for adam_k
0
185
Member Avatar for fatzky_04
Member Avatar for fatzky_04

Searching a circular linked list: Give a procedure in C, say ‘searchcircular (list,x) where the search stops when every element in the list has already been visited and the next node pointer points again to the first node that was earlier visited.

Member Avatar for Ancient Dragon
-2
88
Member Avatar for fatzky_04

HELLO! There is no error and it runs, but it doesn't show my desired output. What is the problem? [CODE]#include<stdio.h> #include<stdlib.h> struct list { int data; struct list *ptr; }; int main() { struct list *clist; struct list *top; struct list *tmpptr; int i; clist=(struct list *)malloc(sizeof(struct list *)); top=clist; …

Member Avatar for raptr_dflo
0
116
Member Avatar for fatzky_04

How does the functions for creating nodes can be used to create a linear linked list with n nodes? The linear linked list that will be created will be assigned values from 1 to n, right? The newly created linear linked list is returned by the function create linear() below. …

Member Avatar for mazzica1
0
124
Member Avatar for fatzky_04

Hello! Can you please help me understand these problem. I don't have any idea what is the supposed output. Given a matrix M stored in array m[10][10]. Check if M is lower triangular, i.e. every element below the main diagonal is zero.

Member Avatar for StuXYZ
0
107
Member Avatar for fatzky_04

Hello all! I don't know what is wrong with my program. I know i'm missing something but still i can't figure it out. #define TRUE 1 #define FALSE 0 int search2Darray(int x) { int i, j; for (i =0; i< 2; i++) for (j=0; j < 10; j++) if (a[i] …

Member Avatar for stereomatching
0
107
Member Avatar for fatzky_04

Hi. I didn't declare a,b,c from the first program but i did after the first program. What am i missing? [CODE] #define m 2 #define n 2 void matrixaddition() { int i,j; for (i=0; i<m; i++) for (j=0; j<n; j++) c[i] [j] = a[i] [j] + b[i] [j]; } #include …

Member Avatar for coolbeanbob
0
146

The End.