Search:

Type: Posts; User: wirefree101

Search: Search took 0.00 seconds.

  1. Replies
    17
    Views
    19,676

    Appreciate the advise, iMalc & Memloop. ...

    Appreciate the advise, iMalc & Memloop.




    I would appreciate if you could briefly describe the procedures you allude to above. An outline & pseudo-code would suffice.

    Thanks mate!

    Best,
  2. Replies
    1
    Views
    932

    Free Binary tree

    Greetings.

    I seek assistance with the data structure binary tree. Following is a brief description of the issue:

    A binary tree is created with nodes of the tree being a struct containing a...
  3. Replies
    17
    Views
    19,676

    Free Binary tree

    Greetings.

    I seek assistance with the data structure binary tree. Following is a brief description of the issue:

    A binary tree is created with nodes of the tree being a struct containing a...
  4. Replies
    8
    Views
    1,503

    Appreciate the responses. As suggested, I...

    Appreciate the responses.

    As suggested, I submit the following code for your comments.

    Synopsis: Two functions perform the addition operation - first receives a pointer to a pointer while the...
  5. Replies
    8
    Views
    1,503

    Greetings. I seek assistance with...

    Greetings.

    I seek assistance with understanding the usage of pointer to a pointer in cases where struct is employed. I state my point of contention with the help of the following illustrative...
  6. Greetings. I seek assistance with the atoi()...

    Greetings.

    I seek assistance with the atoi() function. Below is what I am attempting:



    FILE * f;
    f = fopen(argv[1], "r");
    int c;
    char * cp;
  7. Replies
    8
    Views
    1,503

    Appreciate the responses. Best regards,...

    Appreciate the responses.

    Best regards,
    wirefree101
  8. Replies
    8
    Views
    1,503

    Struct as pointers

    Greetings.

    I seek assistance with gaining an understanding of structs in the case when they are passed as pointers to function. Below are code snippets to illustrate my points of contention:


    ...
  9. Replies
    3
    Views
    5,297

    Greatly appreciate that, bithub. Best regards,...

    Greatly appreciate that, bithub.

    Best regards,
    wirefree101
  10. Replies
    3
    Views
    5,297

    Array length error using strlen()

    Greetings.

    I seek assistance with gaining an understanding of the following code. Below I submit a sample run, followed by the code itself.

    Brief Synopsis: main() passes a char array reference...
  11. Replies
    4
    Views
    2,018

    All advise much appreciated. Best regards,...

    All advise much appreciated.

    Best regards,
    wirefree101
  12. Replies
    4
    Views
    2,018

    Query: Receiving array from functions

    Greetings.

    I seek assistance understanding the procedure for passing (receiving) arrays to (from) functions. The following code is indicative of my misunderstanding:



    #include <stdio.h>
    ...
  13. Replies
    2
    Views
    1,467

    Transfer control: GoTo?

    Hello there,

    Could I implement goto to transfer control to another function in the class?

    example:



    TInt CWrUAppUi::Tick(TAny* aObject)
    {
  14. Replies
    7
    Views
    1,960

    Thx for the response. Issue (b) has resolved...

    Thx for the response.

    Issue (b) has resolved by declaring 'address' as 'public' in WrUAppUi.h.

    However, with reference to issue (a) above, can you please advise me on how to pass value to other...
  15. Replies
    7
    Views
    1,960

    Appreciate the responses. Following are the...

    Appreciate the responses.

    Following are the specifics:

    - IDE generates 5 errors related, essentially, with the non-transferability/usage of:

    a) ‘bLocStr’ (defined in WrUAppUi.cpp) being...
  16. Replies
    7
    Views
    1,960

    Data member passing

    Hi there,

    Could somebody please guide me with the procedure to pass the value of:

    a) A data member, defined in one class, into another class
    b) A data member, defined in a function of a class,...
  17. Replies
    13
    Views
    1,828

    thx nkhambal...do appreciate it!

    thx nkhambal...do appreciate it!
  18. Replies
    13
    Views
    1,828

    "...designing and implementing network protocols...

    "...designing and implementing network protocols in C using the BSD socket interface"

    got that off the course descriptions page...i hope it provides for the requested level of granularity...
    ...
  19. Replies
    13
    Views
    1,828

    thats too bad...i'm lost then! and am already a...

    thats too bad...i'm lost then! and am already a 100 pages into the book!!;p

    suggestions anyone?? links, websites, texts??
  20. Replies
    13
    Views
    1,828

    no chapter on spellings unfortunately!; ) for...

    no chapter on spellings unfortunately!; )

    for that matter very lil' on the desired topic...just half a page on 'C, UNIX and Standard Libraries'...not very helpful nkhambal!!

    well, so much for...
  21. Replies
    13
    Views
    1,828

    appreciate that Dave but i'm gonna ve 2 blame it...

    appreciate that Dave but i'm gonna ve 2 blame it on cheap beer!; )

    ...a bit more meat to the info wud b appreciated...i especially wanna knw the range of topics covered by the umbrella of systems...
  22. Replies
    13
    Views
    1,828

    What is Systems Programming in C?

    hey,

    I've a fundamental understanding of C, C++ & Java and would like to now get started with 'Systems Programming in C'...There is just one problem - I am not sure what it means & entails!?!...
Results 1 to 22 of 25