Since 4/26/2012 7:46:22 AM, cjsonnack has written 3 articles and participated in 412 conversations. cjsonnack signature: cjsonnack
cjsonnack's articles:
Items(3) /1
Tree Question1128 (8/15/2003 3:43:00 PM) comp.programming What do you call a tree structure that has both nodes and leaves, and each node can have any number of child nodes plus any number of leaves. Most file structures are such trees. The directories are nodes, an... Programmer
"Objects Have Failed"631 (8/6/2003 8:59:40 PM) comp.programming Programmers from both sides of the OOP/PP debate might enjoy: http://www.dreamsongs.com/Essays.html#ObjectsHaveFailed -- |_ CJSonnack _____________| How's my programming? | |_ http://www.Sonnack.com/ __... Programmer
Lisp -- WOW!!736 (7/29/2003 8:52:25 PM) comp.programming I'm in love! :-) I spent the weekend (beginning) learning Lisp. I haven't had this much fun since Visual BASIC came out (and provided my first chance to make "real" Windows programs). I was up til 4am both ... Programmer
Post "Hello World!"2528 (9/9/2003 6:52:19 PM) comp.programming Hi, I've been trying various programming languages for several years now (From Amos/Basic on the Amiga, to C and Ruby lately, with a wide load of languages in between), but i never did anything "real" with it. ... tim253(27)
Assembly, hexidecimal and compiling1430 (9/9/2003 9:36:23 PM) comp.programming Hello all Just reacently I have been investigating what it takes to devlop your own Operating System, and as a result I have a few questions/queries :) Incidently I am not a top grade coder I am merely a beg... 007(21)
C experts plz answer1953 (9/15/2003 6:24:51 PM) comp.programming hello, anyone expert in C plz answer, what do the 'c' and 'v' in argc and argv stand for? Are the variables argc and argv are local to main? What is the maximum combined length of command line arguments i... debashis_kolkata(19)
COPYRIGHTING software in-development1625 (9/12/2003 1:17:09 AM) comp.programming I'm programming an online application. I'd like to have an online site with a Developer's Diary, screenshots, news, etc.. My question: how do I copyright something that doesn't exist? I mean, it's a work in pro... none22(324)
[slightly-OT] Supporting outdated OSs...720 (9/11/2003 9:22:16 PM) comp.programming (Apologies to those who think this is more than just slightly off-topic, but I really really don't want to go near the MS groups. Besides, at the core this is more than just a purely Windows question...) I'... emonk(360)
Better XOR encryption?1638 (9/10/2003 8:39:57 PM) comp.programming I have the following code I am considering using for encrypting a packet of data sent over a network (namely a login info). void encrypt(unsigned char *data, int n) { int i; unsigned char b = data[0]; ... none22(324)
Help C#432 (9/10/2003 8:05:08 PM) comp.programming I have another problem ... Look here int counter=0; for(counter=1;counter<=3;counter++) { if ((printfr=fopen("1.txt","r"))==NULL) .... Writing this code it will try to open only the file 1.txt i have 3 file ... mail0(5)
DDE - VB Macro138 (9/10/2003 7:02:48 AM) comp.programming Hello, I have a little Excel-macro which communicates with another application (Bloomberg) via a DDE-connection. I have 2 little problems and hope that one of you can help: 1)After having send the first part... scheelc(3)