Search:

Type: Posts; User: deltabird

Page 1 of 4 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    33
    Views
    4,892

    well i've actually already added in a bunch more...

    well i've actually already added in a bunch more of code to fulfill my original idea. it's sort of an immoral thing i guess so i don't think i should post it.

    ps: all i did was add in those last...
  2. Replies
    15
    Views
    13,277

    I don't know about you guys, but this guy is...

    I don't know about you guys, but this guy is funny. ethic. It's sort of like a comedy post. lol, seriously. This guy is funny!
  3. Replies
    33
    Views
    4,892

    Sorry for posting again here, but I must once...

    Sorry for posting again here, but I must once again thank id id. I even got the e-mail! This now allows me to continue on my project, thank you so much!
  4. Replies
    33
    Views
    4,892

    Yes! Thank you id id! Thank you so much! It...

    Yes! Thank you id id! Thank you so much! It finally works! You are my god! wooohoo!

    btw, you should register, id id
  5. Replies
    33
    Views
    4,892

    any more ideas? has anyone made a real working...

    any more ideas? has anyone made a real working example of a program like this? can you compile and run it on your machine?
  6. Replies
    33
    Views
    4,892

    Ok, the program finishes, but I still get no...

    Ok, the program finishes, but I still get no e-mail from it. I did what id id said (thanks), so the program completes, but I get no e-mail! Here's the new code:


    #include <stdio.h>
    #include...
  7. Replies
    33
    Views
    4,892

    still doesn't work. I tried one of thsoe examples...

    still doesn't work. I tried one of thsoe examples and it had the same problem as my program. can somebody try running this code on their machine and tell me if it works or not? tell me what it does...
  8. Replies
    33
    Views
    4,892

    #include #include \ int rc;...

    #include <stdio.h>
    #include <io.h>\

    int rc;
    char buf[256];

    //#define LINUX /* define this if you are on linux */
    //#define WIN32 /* define this if you are on windows */

    #ifdef WIN32
  9. Replies
    33
    Views
    4,892

    The two new lines didn't make a difference. What...

    The two new lines didn't make a difference. What it does is the program stops after writing "data". It seems like it's waiting for input. The program doesn't complete.

    Here's what I mean:...
  10. Replies
    33
    Views
    4,892

    any ideas? anyone have a working example i could...

    any ideas? anyone have a working example i could look at?
  11. Replies
    33
    Views
    4,892

    Alright, well it's still not sending for some...

    Alright, well it's still not sending for some reason. It stops when it says "354 Please start mail input" and there ARE lines after that that it sould write. Here's the code:


    #include <stdio.h>...
  12. Replies
    33
    Views
    4,892

    oh, and the other one doesn't actually send the...

    oh, and the other one doesn't actually send the mail....
  13. Replies
    33
    Views
    4,892

    new smtp code doesn't work

    Ok, here's an example I found on google, with 1 error:


    #include <comdef.h>
    #include <iostream>
    #include "ansmtp.tlh"
    using namespace ANSMTPLib;
    using namespace std;

    void SendEmail()
  14. Replies
    33
    Views
    4,892

    k i got it to run but i don't get the email...

    k i got it to run but i don't get the email...
  15. Replies
    33
    Views
    4,892

    i did it for console (even tried again), but...

    i did it for console (even tried again), but still get thta winmain error. winmain is nowhere in my code. other than that it works now. hmm...
  16. Replies
    33
    Views
    4,892

    heres my code but i get errors: #include...

    heres my code but i get errors:


    #include <stdio.h>
    #include <io.h>

    #include <stdio.h>

    //#define LINUX /* define this if you are on linux */
    //#define WIN32 /* define this if you are on...
  17. Replies
    33
    Views
    4,892

    is it supported on everyones computer so friends...

    is it supported on everyones computer so friends can use it?
  18. Replies
    33
    Views
    4,892

    e-mail with c/c++

    Hi. All I need real quick is a short example on how to e-mail a message to somebody. For example, you have a variable char string[50]. How do you e-mail that to some address?
  19. Replies
    1
    Views
    1,234

    reading text from a file into your program

    Let me explain before I ask my question.

    You have a program that simply reads a string into a variable, from a text file. Now, there was a program that did this for me, from a tutorial.

    The...
  20. Thread: Linux script

    by deltabird
    Replies
    1
    Views
    1,396

    Linux script

    I once made this script which used CRON to be run every minute. Here's what the script did:

    I ran a game server for a game called Neverwinter Nights. If the server crashed and I wasn't home, I...
  21. so just because you're suspicious means you're...

    so just because you're suspicious means you're not going to help me with some windows functions? what a great windows programming board. just because people are suspicious of you means they refuse to...
  22. so.....nobody knows what functions you use to...

    so.....nobody knows what functions you use to cut, copy, or paste files?
  23. Continuously moving files with windows commands

    Alright, let me explain what it is I want to do:

    1) On a computer, pretend there is an H:
    2) I want to copy all files from the H: to a folder in the C: (like every 10 seconds)
    3) Then, every ten...
  24. Replies
    7
    Views
    1,683

    mysterious code.......(??)

    I was talking with someone on ICQ, and we were talking about system commands and such. Then he started to show me some program that worked like the command prompt, or something like that. He wasn't...
  25. Replies
    33
    Views
    7,056

    Well, I'm one of those 16 year old kids who...

    Well, I'm one of those 16 year old kids who program for the fun of it. My dad always says programmers and CS majors are in really low demand right now, so he wants me to be a doctor, or engineer (not...
Results 1 to 25 of 80
Page 1 of 4 1 2 3 4