Search:

Type: Posts; User: bnyec

Search: Search took 0.00 seconds.

  1. Thread: cPickle

    by bnyec
    Replies
    5
    Views
    2,931

    Doing more research, here is the code i have...

    Doing more research, here is the code i have whipped up so far, (yeah, it's ugly, i'm just looking to get a working example to build from) agian, i'm not sure if i need to "serialize" the message...
  2. Thread: cPickle

    by bnyec
    Replies
    5
    Views
    2,931

    Thanks for the reply. I'll attempt to provide...

    Thanks for the reply. I'll attempt to provide more information. :) I have a little bit of C experience. What i'm playing with is a tool called Graphite that is written in Python. I'm not failure at...
  3. Thread: cPickle

    by bnyec
    Replies
    5
    Views
    2,931

    cPickle

    Hi,
    I have been looking around for a C equivalent of Python's "cPickle" module. I'm working on a client side program that sends the serialized data to a server (TCP) for processing and am having...
  4. doh! *thud* head hits desk. heh, thanks.

    doh! *thud* head hits desk. heh, thanks.
  5. Basic question about declaring variables/structures

    Is there any difference between doing following declarations ? If so what are they? any benefits at all ?

    Thanks in advance.

    #1:


    main() {
    int i = 1;
    struct my_struct *s = NULL;
  6. Replies
    7
    Views
    1,088

    sweet, thanx!

    sweet, thanx!
  7. Replies
    7
    Views
    1,088

    FILE within a structure

    I having a problem with the following. Why doesn't this work ?



    #include <stdio.h>

    struct myfile {
    FILE * myPtr;
    };
Results 1 to 7 of 7