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.

Member Avatar for addicted
Member Avatar for IwalkAlone

Q.Create an equivalent of four function calculator. The program should request the user to enter two numbers and an operator. It should carry out specified arithmetic operation on the two numbers( using switch case).After displaying the result, the program should ask the user if he/she wants to do another calculation.If …

Member Avatar for lokeshg
0
2K
Member Avatar for kxh29

Hello All: I want to create an array of structures like so: [CODE] #define MAX 10 struct hash_tbl { int key; int data; }; struct hash_tbl hash_array[MAX], *ptr; [/CODE] Now, I am having some issues in attempting to "loop" through my array of structures and just generate the some data …

Member Avatar for kxh29
0
244
Member Avatar for kxh29

Hello Team: I have users who use Reflection-X (we are on AIX 4.3)when execution our application software. If they do not "back out" of the application (... Select X on the various menu screens...) gracefully, and just "click" on the "RED X", in the upper right hand corner of the …

Member Avatar for krisoccer
0
132
Member Avatar for kxh29

Hello All: Just wanted to inquire about Visual Basic. As I understand it, it is a tool to create GUI's on windows platforms. I would like to know where I could find an online tutorial for novices. Also, does VB, can VB interface with Sybase Databases using TransAct SQL....???? Thanks …

Member Avatar for bruce2424
0
139
Member Avatar for kxh29

Hello All! I am trying to do something simple. Which is why our application is failing miserably;) Anyway, I am attempting to use the itoa() - integer to ASCII function to convert an integer value, lets say [B]123 [/B]into [B]"123"[/B]. The code compiles successfully, however during the linking, it says …

Member Avatar for Radical Edward
0
105
Member Avatar for kxh29

Hello All: I have just performed a "System Restore" on my HP-PC. I am running XP with SP2. I was attempting to remove some unwanted processes on startup via MSCONFIG. When I selected those processes I did not want during the boot sequence, I received a message that "You must …

Member Avatar for ramjo
0
109
Member Avatar for kxh29

Hello All! I just recovered my PC using the "system restore". I have an HP-PC with with WindowsXP(SP2). I executed the virus removal process from a2-squared and after the restore everything looked fine. I went on to execute the MSCONFIG and remove alot of stuff on startup. (...When I was …

0
46
Member Avatar for kxh29

Hello All! I am running AIX4.3 UNIX OS. I am developing using the C-Programming Language. I have inherited code which creates a dialog box. [code] dialog(box_height, box_width, position_x, position_y, "message")[/code] The requirement [B][I]now[/I][/B], is to place a list of say numbers in the box and grow it dynamically. Problem is, …

Member Avatar for Ancient Dragon
0
127
Member Avatar for kxh29

Hello All! I have an HP-PC using XP-SP2. I have Spysweeper with AntiVirus from WebRoot. My son was doing his homework and downloading pictures for his classroom assignment. Well......you know the rest of this story:'( I have attempted to run in SAFE MODE with networking and re-run my Antivirus. I …

Member Avatar for bobbyraw
0
123
Member Avatar for kxh29

Hello All! I would like to create a message box from one of my "C" applications. I have looked at prior posts and received a snippet such as this one: [code] #include windows.h MessageBox(hwnd, "You have bla bla", buffer, MB_OK);char buffer[100]; [/code] Well, the problem is that during the build …

Member Avatar for Aia
0
1K
Member Avatar for jan1024188

Hello, I want to make a message box which would show me how many points have I earned. So I have: [CODE]unsigned int points; //code points++; MessageBox(hwnd, "You have bla bla", "Total points /*HERE I WANT TO DISPLAY CONTENTS OF points VARIABLE*/, MB_OK);[/CODE] Is possible to do that?

Member Avatar for Aia
0
125
Member Avatar for chikyong

hi, can any one please explain to me that what are the differences and the relationship among algorithm, program and pseudocode. thanks

Member Avatar for kxh29
0
55
Member Avatar for kxh29

Hello All: I have a question: How can you perform Password Administration using "C-Programming" functions. Basically, we [B][I]had [/I][/B]UNIX Shell script that performed the following: 1. Got the current users password. 2. Did a time computation on it - had it expired yet, and when it will 3. Queried if …

Member Avatar for TkTkorrovi
0
113
Member Avatar for kxh29

Hello All: I had started an earlier thread and did some searching and found the "getuserattr" and "putuserattr" subroutines which access the user-DB. Does anyone have any experience using these calls and how to implement them correctly? Thanks as Always!

0
56
Member Avatar for kxh29

Hello All: I am attempting to do a loadtest on a process which is "suspect"... Does the following code generate multiple instances....???? [code] for ($i=0; $i <= $iteration; $i++) { printf(" Executing Iteration:==> %d\n", $iteration); system ("master_menu &"); } [/code] As you can see, I run the execution in background. …

Member Avatar for KevinADC
0
83
Member Avatar for generalGOTCHA
Member Avatar for bar891

I have written my first perl script but something is wrong. When i try to run it direct it just open up notepad with my script in it. when i open from the web it comes back 404 page not found. It is a form script on a webpage. Could …

Member Avatar for tenaciousC
0
120
Member Avatar for iamthwee

Ok how many ppl here get ticked off when newbies persistantly post their code without code tags. Raise your hand? Yes I thought so. Anyhoo, I've been speaking with dani about this however, she has been unable to provide a solution for this. Everyone say 'awww'. Ok, so I was …

Member Avatar for John A
0
2K
Member Avatar for kxh29

[B]Team:[/B] [B]I have a date which comes in the format of mm/dd/yy.[/B] [B]Example: 08/01/00[/B] [B]Now, I have my regular expression to check for this in this[/B] [B]format.[/B] Example: $result = $start_date =~ /(\d\d)\/(\d\d)\/(\d\d)/; So, when I enter a date in the format of 08/01/00, the result is success, or a …

Member Avatar for KevinADC
0
120
Member Avatar for kxh29

Hello All: I have been "wacked" a few times by viruses, and I have used HiJack This to fix most if not all of the problems. Question: What is the [B][U]baseline that is used [/U][/B]to compare what HiJack This reurns..??? I mean, is there a file out there on tells …

Member Avatar for gerbil
0
110
Member Avatar for kxh29

[B]Good Day to All:[/B] [B]I need to know if there is a code snippet somewher that will allow me to take a users START DATE and give them a maximum of seven(7) for a END DATE.[/B] [B]Problem is, on my AIX box, we DO NOT HAVE THE Date::Calc Perl Module.[/B] …

Member Avatar for kxh29
0
135
Member Avatar for rodreric

help!! my computer keeps rebooting on startup most of the time! specs: asus p5ld2-vm mobo 2 gb of ram 2 x 250 gb western digital hard drive dvd-rw drive floppy drive when i'd look into the event log, id get application errors such as faultng application explorer.exe, version 6.0.2900.2180, faulting …

Member Avatar for kxh29
0
165