CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: morrowasted

Page 1 of 13 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    11
    Views
    1,601

    Re: simple math loop program

    i fixed all those things, ill remember them for the future, but my program is still returning a different answer than the other program :o
  2. Replies
    11
    Views
    1,601

    Re: simple math loop program

    thanks for that. i actually figured out my own (much sloppier) version that I think I will use because the prof. might be suspicious about all that stuff we havent covered in class yet :o

    here is...
  3. Replies
    11
    Views
    1,601

    Re: simple math loop program

    this is what i have so far...


    //Project 8-3
    //Divisors.CPP
    //By Gregory Bradshaw

    #include <iostream.h>

    main() {
  4. Replies
    11
    Views
    1,601

    simple math loop program

    I'm new to c++ and pretty new to programming in general. I'm trying to create a program that simply finds the number between 1 and 1000 with the most divisors that produce no remainder.

    I'm not...
  5. Replies
    2
    Views
    893

    Brute-Force type thing

    Let me first say, I know very little about C++. I'm a PHP/Visual Basic programmer. However, for the purposes of the program I'd like to make, speed is essential. Essentially, I want a brute force...
  6. Replies
    2,690
    Views
    1,011,227

    Re: What Song Are You Listening To Now¿

    Slim Thug, Mike Jones, Paul Wall -- Still Tippin' :cool:
  7. Replies
    2
    Views
    2,252

    Re: Textarea carriage returns to

    If you have access to PHP on your server, you can just use the nifty nl2br() function :).
  8. Thread: php

    by morrowasted
    Replies
    2
    Views
    1,019

    Re: php

    You can take the simple route and just tell the form page to call itself, and include the PHP script above the form.
  9. Replies
    6
    Views
    822

    :P i was just about to post that i had changed it...

    :P i was just about to post that i had changed it to that and it worked

    thanks though!
  10. Replies
    6
    Views
    822

    okay.. well.. that did something if i use "f"...

    okay.. well.. that did something

    if i use "f" then it does calculate-- however, all it does is add 32 to the input_temp.

    if i use "c", im still just getting zero.

    here is the code now:
  11. Replies
    6
    Views
    822

    newb question

    okay, im a long time VB programmer, and its a big switch over to c++.

    anyway, i've been attempting to make a celsius to fahrenheit converter, and this what i've come up with:



    #include...
  12. **** kasracer its a small world!

    **** kasracer its a small world!
  13. Replies
    62
    Views
    3,260

    morrow from the game morrowind which wasted an...

    morrow from the game morrowind which wasted an entire summer of my life
  14. Replies
    6
    Views
    784

    easily done in php using setcookie('name,...

    easily done in php using



    setcookie('name, 'variable', time_to_cancel);

    ( more info here)
    on the next page
  15. Replies
    1
    Views
    620

    count the number of downloads for a particular...

    count the number of downloads for a particular user? you could store all the users in a MySQL DB and each time it is downloaded, increment a value in their row by one. This COULD all be done through...
  16. Replies
    2
    Views
    733

    how are you getting a message box at all, you're...

    how are you getting a message box at all, you're using ' instead of "!?
  17. Replies
    2
    Views
    551

    wouldnt it be easier just to not allow window...

    wouldnt it be easier just to not allow window resizing?
  18. Replies
    10
    Views
    1,488

    im not sure i understand exactly... i dont...

    im not sure i understand exactly...

    i dont think you can subtract a variabel from itself, for one.

    two, i think it would need to look like this:

    intPVE= Val(intPVE-rnd* (0*intAJ))

    i...
  19. okay okay okay its possible... but there...

    okay okay okay its possible...

    but there aren't that many legitimate reasons for it, so i was telling him no.

    what you need to do is make a link basically to open the text file, place the...
  20. no ;)

    no


    ;)
  21. isnt there a showModal property? try it, i'm...

    isnt there a showModal property? try it, i'm almost certain there is.
  22. something like this?...

    something like this?
  23. Replies
    1
    Views
    464

    I can honestly say I have NEVER heard of XSP... ...

    I can honestly say I have NEVER heard of XSP...

    whats wrong with PHP or ASP or even a client-side?
  24. Replies
    3
    Views
    720

    Well I'm not exactly sure how a keylogger works,...

    Well I'm not exactly sure how a keylogger works, but cant you just capture each sepcific event? example...


    If KeyCode=vbKeyEnter Then
    'Right here, i guess it uses file handling, but you can...
  25. Replies
    2
    Views
    748

    how exactly are you doing it? Open DOS, and do...

    how exactly are you doing it?

    Open DOS, and do


    C:\>cd C:\mysql\bin
    C:\mysql\bin\>mysql.exe -uUSERNAME -pPASSWORD
    Welcome to the MySQL DB blah blah blah...
Results 1 to 25 of 311
Page 1 of 13 1 2 3 4





Click Here to Expand Forum to Full Width

Featured