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
Ranked #4K
~2K People Reached
Member Avatar for SecurExpert

Hi guys, I gat a VB project for a hospital information management system, almost in completion. The issue is that, i want it to collect information from the user installing it. Information like maybe the database name, etc and the likes, you know relevant information necessary for the program to …

Member Avatar for SecurExpert
0
131
Member Avatar for SecurExpert

Hi guys, Would someone please let me know the difference between these two: [CODE] struct node* branch; // this statement struct node *branch; // && this statement [/CODE] Thanks.

Member Avatar for Ancient Dragon
0
63
Member Avatar for SecurExpert

someone please help me out on this linked list code. it seems not to work out. it is sort of a doubly linked list. look it out. [CODE] #include<stdio.h> #include<stdlib.h> int count = 0; struct node_ptr{ int value; int no; struct node* back; struct node* next; }; struct node_ptr* root; …

Member Avatar for Salem
0
112
Member Avatar for SecurExpert

Hi guys, I am running SuSE Linux Enterprise Server on my PC and have installed vmware. Now, may I ask this, is it possible for me to run my host computer as a mail server for my guest virtual machines on vmware?

Member Avatar for sknake
0
138
Member Avatar for nevets04
Member Avatar for web3
Re: Lamp

I installed lamp.But i can't delete my index.html page and i can't save any page in that folder.I am using ubuntu 9.10.

Member Avatar for sureronald
0
98
Member Avatar for fulcrum9

Hello, I'm a beginner in Visual Basic and I was wondering if it is possible to shorten twenty subs into only 1 sub. example: [code]Private Sub box1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles kist1.Click Dim box1Click As Boolean = True End Sub Private Sub box2_Click(ByVal sender As System.Object, …

Member Avatar for kplcjl
0
147
Member Avatar for seo2005

I want to write a C program to test whether the character is uppercase, lowercase, digit or special symbol. [code=c] void main () { char ch; printf("\n Enter any character from the keyborad"); scanf("%c",&ch); if (ch>=65&&ch<=90) printf(" \n the character is uppercase); if(ch>=91&&ch>=122) printf(" \n the character is lowercase); if(ch>=48&&ch<=57) …

Member Avatar for Tom Gunn
0
276
Member Avatar for linxpert

Hi guys, Please help me here. I want to obtain the individual data in rows and columns from my database. I mean after loading the data in a data table.... I think I need some attributes of the data table, so as to obtain data from the rows and columns

Member Avatar for linxpert
0
132
Member Avatar for seo2005

Hi, I don't understand the if statement here. Can anyone explain how the execution of if loop will proceed. Why are we using || and && operators here. #include<stdio.h> void main { int year; printf("Enter the year: "); scanf("%d",&year); if(year%400 ==0 || (year%100 != 0 && year%4 == 0)) { …

Member Avatar for SecurExpert
0
211
Member Avatar for Vatikan666

Hi there, i need help here, cuz my pc wont start anymore and i tried all the things that i know to fix it but still nothing. i did change the PSU, memory, processor and HD drive and still its dead, anyone can give some suggestion? i really appreciate it, …

Member Avatar for jessicamurray08
0
147
Member Avatar for SecurExpert

Hi Guys, I am using sql in and am stuck. after "selecting * from table", how do i store whatever I have obtained from my database in a variable, for display? Thanks.

Member Avatar for SecurExpert
0
105
Member Avatar for balbirchnd

i have installed vlc amarok xmms but not able to listen music or anything.. helf me how i can listen on my this operating system..what exactly to do step wise i am very new to this world.

Member Avatar for SecurExpert
0
83
Member Avatar for seo2005

I am a beginner in c and would like someone tp help me . My question is why I have to write void before main to execute the c program. #include<stdio.h> void main() clrscr(); { printf("Hello") } This is a very simple program. But I am unable to execute it …

Member Avatar for mvmalderen
-1
180
Member Avatar for sima786

i wanted a c program for aztec ecg data compression technique....plz i require it in 1 day...

Member Avatar for SecurExpert
-2
93
Member Avatar for SecurExpert

I wish to write a program that works in the background, i.e. without showing any windows. Someone prescribed i try this: <code> #include <windows.h> int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd) { while(1) { Sleep(1000); } return 0; } <code> but its not working. it still shows …

Member Avatar for SecurExpert
0
121
Member Avatar for SecurExpert

Hi guys, I am running SuSE linux Enterprise 10 and am trying to use and make squid run. It runs on port 3128. Anyone there with knowledge on how to configure and make it run?

Member Avatar for SecurExpert
0
123