Posts
 
Reputation
Joined
Last Seen
Ranked #515
Strength to Increase Rep
+3
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
1
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
2 Commented Posts
0 Endorsements
Ranked #18.7K
Ranked #4K
~3K People Reached
About Me

Graduated from Electronics Engineering 1997, Computer Engineering 1999 (both in Canada) Worked in Telecom until 2006: - Eftia OSS Solutions (1999-2000) - Newbridge/Alcatel Networks (2000-2006) Specialized in posix threading in Unix and database performance…

Interests
Hockey, Skiing, Sailing, Motorcycle racing
PC Specs
Primary: Sun Enterprise 4500 (14 CPU/14 GB RAM) 12 DISK RAID 0/1 - Solaris 10 Desktop: Intel 3 GHz dual…
Favorite Forums
Favorite Tags
c x 11
Member Avatar for basukinjal

Suppose we have two array inorder and preorder containing the elements in the said format. Using these two arrays how can i generate the binary tree?? Any help on the algorithm to be followed will be highly appreciated. For eg: inorder is : 2 3 4 5 6 7 8 …

Member Avatar for xinhedanti
0
500
Member Avatar for Him3

Hi, Everybody, I wrote the program to connect to the Microsoft Sql server 2000. I have also defined constrains and triggers on Tables of SQL. Now I want to catch the error message generated by the triggers or constraints in c prog and want to show it to user. Can …

Member Avatar for monu chauhan
0
470
Member Avatar for Strat79

This program is a double-linked list in C for my System's Software class. Everything worked fine, until I coded the delete() and insert() functions. The program compiles and executes on a window machine using Dev C++. It also compiles without any errors or warnings on a linux machine using gcc …

Member Avatar for ahamed101
0
234
Member Avatar for califguy

Hey, What I am looking to is this: Receive 32 bytes of data from serial port into an array. ( This I have done already) Now based on say the second byte in the first 32 bytes, i will know the size of the entire packet I need to receive, …

Member Avatar for rpiper138
0
109
Member Avatar for ashkash

I am trying to combine byte values into a long variable. I have four bytes each in an unsigned char: unsigned char a = BC; unsigned char b = 1E; unsigned char c = 04; unsigned char d = 00; I want to have it so I can put the …

Member Avatar for rpiper138
0
2K
Member Avatar for plike922

I need help with program i cant find a way to get rid of the error and if i think a little bit more my head will explode this is a 2day program for me [CODE]#include <iostream> #include <stdio.h> #include "simpio.h" #include "strlib.h" #include "random.h" #include "string.h" using namespace std; …

Member Avatar for rpiper138
0
81
Member Avatar for JONZ

Can anyone help me make a pseudocode for this function....cause its really difficult:'( [CODE]int updateRecord( FILE *fPtr ) { int account; /* account number */ double transaction; /* transaction amount */ /* create clientData with no information */ struct clientData c = { 0, "", "", 0.0 }; /* obtain …

Member Avatar for rpiper138
0
169