Results 1 to 7 of 7

Thread: Giving out source code...

  1. #1

    Thread Starter
    Hyperactive Member Asaf_99's Avatar
    Join Date
    Jul 2000
    Location
    Israel
    Posts
    335

    Smile

    This one goes to all the people here that help others by giving them tons of code:

    Do you write it from scratch or do you simply go to a previous project of yours to find the code?

    Just wanted to know
    Asaf Sagi

    ICQ: 61917199
    E-Mail: [email protected]

  2. #2
    Lively Member
    Join Date
    Apr 2000
    Posts
    70

    Talking

    I mostly make stuff up on the spot, but recently i posted an encryption routine that i actually used in a program i created that supported great quality encryption, i did edit my code a little though it was the same algorithm..
    Daniel Rose
    VB 5.0 Enterprise.
    irc:irc2.dynam.ac

    If TheCodeInTheSig() Is Not Lame() Then IDontKnowWhatIs()

  3. #3

    Thread Starter
    Hyperactive Member Asaf_99's Avatar
    Join Date
    Jul 2000
    Location
    Israel
    Posts
    335
    ThanX for your answer CAPHS.
    Keep posting ppl
    Asaf Sagi

    ICQ: 61917199
    E-Mail: [email protected]

  4. #4
    Guest
    I usually fire up VB and write a test function or subroutine. Then I test it (because often I see code here that doesn't do what is asked) by running some simple tests (testing the outer limits of values etc.) and post it here. Most of my code up here is created from scratch.

  5. #5
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986
    I mostly either look it up in old progs or websites, or write them in VB and test it, I have to agree, 70% of the code I post is code from other wich I modified to my needs, and sometimes I just post links to the site where the code can be found.
    Jop - validweb.nl

    Alcohol doesn't solve any problems, but then again, neither does milk.

  6. #6
    Fanatic Member Dim's Avatar
    Join Date
    Jul 2000
    Posts
    620
    Write it on the spot (most times test it) and suggest it.
    Or if it's something that contains alot of API's or some difficult routines i would take it from my previous projects.

    D!m
    Dim

  7. #7
    Fanatic Member RealisticGraphics's Avatar
    Join Date
    Jul 1999
    Location
    Arkansas
    Posts
    655
    I depends. Most stuff on this board is pretty easy to do. So say 85% of it I make up as I go, test it and post it. Probably 5% is stuff I pull from my own older applications that I've already done and I usually modify it a little to fit the needs of the problem. The other 10% is when I e-mail people from the message board and e-mail them entire example projects because explaining some of the more complicated problems with only the code to be shown for it is difficult especially when dealing with people in countries other than the USA (no descrimination intended by that comment, it's just difficult to cross a language barrier sometimes). And, although seldem, I'll try and find information for a problem on another website for people.

    BTW - This is a good question to ask people, I'm curious about this as well
    www.RealisticGraphics.net

    Running VS.Net Enterprise & VB 6

    Other Languages: JavaScript, VBScript, VBA, HTML, CSS, ASP, SQL, XML

    MSN Messenger: kmsheff

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