Search:

Type: Posts; User: tomahawker

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,398

    personaly I like to build from the ground up, I'm...

    personaly I like to build from the ground up, I'm not big into barebone systems.

    I plan my systems around the CPU, hard-core AMD guys here.

    go to www.amd.com to find what proc you want to...
  2. Replies
    2
    Views
    1,558

    What kind of sound card?

    What kind of sound card?
  3. Replies
    10
    Views
    1,669

    I pluged this in and it work: if...

    I pluged this in and it work:



    if (thickness >= 0.007 && thickness <= (((0.016 * 1000) + .5) / 1000))


    you're good dwks
  4. Replies
    14
    Views
    2,170

    That does look a whole hell alot better, and I...

    That does look a whole hell alot better, and I can understand it! I never realized that "if" and "for" statements could have equations like that. It does make things easier and a lot better to read.
  5. Replies
    14
    Views
    2,170

    I did some modifications to the program: ...

    I did some modifications to the program:



    #include <iostream>

    using namespace std;

    int perfect( int number );
  6. Replies
    14
    Views
    2,170

    I see

    It was explained to me that a variable intialized in the "()" of a "for" statement can only be used in the "for" statement. Also I was told that passing parameter was in the same category as the...
  7. Replies
    14
    Views
    2,170

    :confused: okay, I'm all ears. I'm not really...

    :confused: okay, I'm all ears. I'm not really understanding whats lazy about the program, and what is meant by not knowing how to use a for-loop? :(
  8. Replies
    14
    Views
    2,170

    It works!!!!!! :D used your debugging method,...

    It works!!!!!! :D

    used your debugging method, SlyMaelstrom.

    7stud, thanks for your input. I was already thinking some of what said in your post before I saw your post, but it did reinforced...
  9. Replies
    14
    Views
    2,170

    Cool, I'll be back

    Cool, I'll be back
  10. Replies
    14
    Views
    2,170

    perfect numbers

    I am suppose to write a program that finds all the perfect numbers from 1 to 1000. When I try to run this program all I get is:

    Perfect Numbers
    Press any key to continue.......



    #include...
  11. Thread: C# or C++

    by tomahawker
    Replies
    5
    Views
    2,001

    opps, I thought I did but I forgot were I asked...

    opps, I thought I did but I forgot were I asked it, sorry
  12. Thread: C# or C++

    by tomahawker
    Replies
    5
    Views
    2,001

    C# or C++

    What is the difference between C#, C++ and C++.NET
  13. Replies
    13
    Views
    1,301

    Thanks ChaosEngine, that article pretty much sums...

    Thanks ChaosEngine, that article pretty much sums it up for me
  14. Replies
    13
    Views
    1,301

    Well, I guess I better get started then ;)

    Well, I guess I better get started then ;)
  15. Replies
    13
    Views
    1,301

    in the tutorial section of this site, right? ...

    in the tutorial section of this site, right?

    Here's another question for somebody who can answer this, I do build computers and been doing for sometime now, just recently have I got interested...
  16. Replies
    13
    Views
    1,301

    I'm using Deitel & Deitel C++ How to program...

    I'm using Deitel & Deitel C++ How to program right now, only on chapter 3 "Functions" but I was just wondering about the windows questions, thanks for the input
  17. Replies
    13
    Views
    1,301

    Can i use it on Windows XP? also what do you...

    Can i use it on Windows XP? also what do you recommend to use to teach yourself how to create windows for applications?
  18. Replies
    13
    Views
    1,301

    cool thanks

    cool thanks
  19. Replies
    13
    Views
    1,301

    C++ Compiler

    Is Microsoft Visual C++ 6 SE a good compiler?
  20. Replies
    1
    Views
    1,323

    What's the difference?

    What is the difference between C++, C# and C++.Net?
  21. Replies
    15
    Views
    2,454

    I like using C++ How to program by Deitel & Deitel

    I like using C++ How to program by Deitel & Deitel
  22. Thread: Assembler

    by tomahawker
    Replies
    1
    Views
    1,073

    Assembler

    Where can i teach myself assembler language, or what do you recommend learning along with C++?
Results 1 to 22 of 22