User: matthewfs

  • Public profile

User profile: matthewfs

User info
User name:matthewfs
History
Joined:
Number of posts:36
Latest posts:

Singly Linked List Sorting
my getAge() returns the Age though

comparing unsigned char to hex value
I want to compare a unsigned char that has the hex value: 0x01 to 0x01. How would i do that? Tried...

Insertion sort on singly linked list
[code]#include <iostream> #include <fstream> #include <string> #include <iomanip> #include "Student...

Singly Linked List Sorting
i fixed it: [code]void sortNodes(StudentRecordDataNode * ptr) { StudentRecordData * temp=0; Studen...

Singly Linked List Sorting
this is where i sort: [code]void sortNodes(StudentRecordDataNode * ptr) { StudentRecordData * temp...

This user does not accept Private Messages