Results 1 to 4 of 4

Thread: I Need Criticism on my code please!

  1. #1

    Thread Starter
    Hyperactive Member g4hsean's Avatar
    Join Date
    May 2006
    Posts
    267

    Lightbulb I Need Criticism on my code please!

    Hello everyone!

    I am just looking for some criticism on my code. I want to further develop good habits when creating code. I have 3 classes in this assembly. Vstring which is my own version of the string class that I have created. I have VstringNode class which is a node for a doubly linked list and I have a VstringList which is the actual linked list implementation. I'm just looking to see if everything is properly implemented and secure. Any criticism is wanted and encouraged. Thanks for taking the time to view my code and have a great day!

    Since im unable to paste code since code is too long, i put all c++ files in a zip and you can view them through a text editor.

    And there you have it! if there are any problems with viewing this code in Visual studio please dont hesitate to post the problem. Anyways happy hunting!

    Thanks for all your time! and have a kick ass day!
    Attached Files Attached Files
    Last edited by g4hsean; Nov 24th, 2009 at 01:29 PM.
    Coding's a Breeze if you'r at ease! GOD THATS CORNY!!
    -

  2. #2

    Thread Starter
    Hyperactive Member g4hsean's Avatar
    Join Date
    May 2006
    Posts
    267

    Re: I Need Criticism on my code please!

    No one willing to criticise my work? Well, don't be shy! its only a couple of hundred lines of code... And the zip only contains header and c++ files.. no executables if anyones worried. Anyways if no one finds anything then i guess its perfect code? (Highly doubt that one)
    Coding's a Breeze if you'r at ease! GOD THATS CORNY!!
    -

  3. #3
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: I Need Criticism on my code please!

    Or you caught us on a major holiday. :P Not sure where the folks fromn across the pond are, but most of us in the US are passed out after stuffing ourselves full of turkey. Also it may have something to do with the fact that you are asking for comments on C++ code in a VB Forum.....

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  4. #4

    Thread Starter
    Hyperactive Member g4hsean's Avatar
    Join Date
    May 2006
    Posts
    267

    I Need Criticism on my code please!

    HAHA very true! I forgot it was thanksgiving for the U.S, since in Canada we have thanksgiving in October :P. As for VB forum, you might be onto something there! Well when people get back, happy picking!
    Coding's a Breeze if you'r at ease! GOD THATS CORNY!!
    -

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width