Search:

Type: Posts; User: DKING89

Search: Search took 0.01 seconds.

  1. Thread: sscanf issue

    by DKING89
    Replies
    4
    Views
    3,088

    sscanf issue

    Im working on homework for a class and have come across an issue with sscanf and C++.


    #include <stdlib.h>
    #include <stdio.h>
    #include <fstream>
    #include <string>
    #include <iostream>...
  2. Replies
    6
    Views
    5,491

    /*************************************************...

    /**********************************************************************************
    PROGRAMMER : David King
    LANGUAGE : C
    CLASS : CSE1320-001, Spring 2008
    COMPILER : gcc
    OPERATING...
  3. Replies
    6
    Views
    5,491

    Thank you for all the help, and I have...

    Thank you for all the help, and I have successfully implemented a sorting algorithm.

    How could I tighten up my code and prevent the given memory leaks?
  4. Replies
    6
    Views
    5,491

    Sorting Linked Lists

    I am currently enrolled in a C/C++ course at my given univeristy and was asked to program a linked list and sort it alphabetically and numerically in the following priority: the last name of an...
  5. Replies
    1
    Views
    1,490

    Issue with Linked Listing

    Obviously, I am by no means an expert on pointers, but if someone would take a look at the following code and give me some hints as to why my insertNode() function does not work properly due to...
Results 1 to 5 of 5