Search:

Type: Posts; User: bradszy

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    40,963

    Thanks everyone, I got it done. :)

    Thanks everyone, I got it done.
    :)
  2. Replies
    9
    Views
    40,963

    Oh I thought you meant how many times does the...

    Oh I thought you meant how many times does the loop it's IN run.
  3. Replies
    9
    Views
    40,963

    That varies. But the loop DOES run alot....

    That varies.
    But the loop DOES run alot.
    Thousands of times.
  4. Replies
    9
    Views
    40,963

    Erase a line in console

    Ok, so i'm making a program where I have to update the user constantly, but I don't want the output to go over the console buffer space, so I thought if I printed something,

    printf("%s", result);...
  5. Replies
    6
    Views
    2,644

    I was considering writing it multi thread. I did...

    I was considering writing it multi thread.
    I did a search on some tuts, and I found: http://www.adrianxw.dk/SoftwareSite/index.html
    Which covers the basics of Win32 multi threading.
    Know anywhere...
  6. Replies
    6
    Views
    2,644

    Ok, i'll try it. Thankyou! :)

    Ok, i'll try it.
    Thankyou! :)
  7. Replies
    6
    Views
    2,644

    I guess you're probably right, as most C code can...

    I guess you're probably right, as most C code can be compiled in a C++ compiler, that would mean it would be the same speed.
    But as you say it gets me thinking, does either language have...
  8. Replies
    6
    Views
    2,644

    C vs. C++ [Speed]

    I'm about to start writing an app, solely based on strings and string manipulation, with speed as my main priority.
    With this in mind, I don't know which would be faster; C, or C++?
    Opinions are...
  9. Replies
    8
    Views
    1,481

    Yep. 100% sure.

    Yep.
    100% sure.
  10. Replies
    8
    Views
    1,481

    Jeez, that was unexpected. Thanks a heap guys,...

    Jeez, that was unexpected.
    Thanks a heap guys, that was extremely helpful. :)
  11. Replies
    8
    Views
    1,481

    Adding/Converting String to Char[]

    Is it possible?
    I've tried a few things, but no cigar.
    Thanks guys/gals!
  12. Replies
    9
    Views
    1,909

    Thanks for your help everyone! I got it made, I...

    Thanks for your help everyone!
    I got it made, I used for loops, indexes, and 3 counter variables.
  13. Replies
    9
    Views
    1,909

    Thanks mate! Good luck with your exams.

    Thanks mate!
    Good luck with your exams.
  14. Replies
    9
    Views
    1,909

    Yeah, but I definitely do not want a full source....

    Yeah, but I definitely do not want a full source.
    Just an idea of how to start it.
  15. Replies
    9
    Views
    1,909

    Incremental alphabet from charset

    I've been trying to do this for a while, with no luck.
    I've got a charset,

    char charset[1024];
    That always contains 2 or more characters.
    I've been trying to take the chars from the charset and...
  16. Thread: Emailing

    by bradszy
    Replies
    4
    Views
    1,180

    Oh :( Oh well, too bad I guess.

    Oh :(
    Oh well, too bad I guess.
  17. Thread: Emailing

    by bradszy
    Replies
    4
    Views
    1,180

    Just the email address defined in the source code.

    Just the email address defined in the source code.
  18. Thread: Emailing

    by bradszy
    Replies
    4
    Views
    1,180

    Emailing

    If I have a .txt file I want to email the contents to say... A hotmail email address, how would I go about doing this?
    Google didn't help. :(
  19. Replies
    6
    Views
    1,496

    For windows, try system("type -FILENAME-");

    For windows, try system("type -FILENAME-");
  20. Thread: File sizes

    by bradszy
    Replies
    18
    Views
    4,272

    Oh.My.Freaken.God. You two are both legends!...

    Oh.My.Freaken.God.
    You two are both legends!
    Finally got it to work, thanks to you two!

    AND, now my indenting won't suck ass!

    This has been a really helpful thread, thanks again Elysia and...
  21. Thread: File sizes

    by bradszy
    Replies
    18
    Views
    4,272

    After linking with user32.lib, I got to the...

    After linking with user32.lib, I got to the linking stage! Yay!
    And then...
    Oh no.

    :(
  22. Thread: File sizes

    by bradszy
    Replies
    18
    Views
    4,272

    1. Thanks Elysia, that's really, really cool. 2....

    1. Thanks Elysia, that's really, really cool.
    2. Ok, ill go into project options and play around
  23. Thread: File sizes

    by bradszy
    Replies
    18
    Views
    4,272

    EDIT: Never mind, but I still would rather...

    EDIT:
    Never mind, but I still would rather compile a stand alone app, as it's only an emulation of CMD with added commands... I don't think it's going to be very big.
    SO can anyone educate me on my...
  24. Thread: File sizes

    by bradszy
    Replies
    18
    Views
    4,272

    Wait so If I use static linking, my application...

    Wait so If I use static linking, my application won't require installation?
  25. Thread: File sizes

    by bradszy
    Replies
    18
    Views
    4,272

    Using this code: #define _WIN32_WINNT 0x0500...

    Using this code:


    #define _WIN32_WINNT 0x0500
    #include <windows.h>
    #include <iostream>
    #include <string>
    #include <fstream>
    #include <conio.h>
    #include <time.h>
Results 1 to 25 of 114
Page 1 of 5 1 2 3 4