Search:

Type: Posts; User: dimirpaw

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Thread: Starting age

    by dimirpaw
    Replies
    32
    Views
    8,218

    Your 100% right Ancient Dragon, just because your...

    Your 100% right Ancient Dragon, just because your 63 doesn't mean you cannot learn anything more or new. I think its more about having the will to learn more then anything. It kinda proves it when...
  2. Replies
    0
    Views
    2,676

    D-Link DSL-604+ Question

    I have a DSL-604+ and I had a small question, when I have a code set so not any can just access the network it seems to work just fine, however on my upstairs computer it will dissconnect and...
  3. Replies
    9
    Views
    2,534

    With our growing tech. wireless and non-wireless...

    With our growing tech. wireless and non-wireless have really no speed diffrences besides haveing a cord hanging out or having no cord hanging out.
  4. Thread: Starting age

    by dimirpaw
    Replies
    32
    Views
    8,218

    I started programming around 8-9, well it was...

    I started programming around 8-9, well it was just BASIC, however I moved on the Visual Basic when i was older and learned pretty much enough to do a lot of things. Now I'm learning C++ at 17 (Well...
  5. Do you mean PI as in PIE? Well so far it's been...

    Do you mean PI as in PIE? Well so far it's been 100% impossible to get the exact digits for pie since the Math Professers and other researchers are still getting...
  6. Well it's the same with me. I'm into computers...

    Well it's the same with me. I'm into computers and have been for over 10 years. My parents would allow me to go on the computer all day if I wanted to, since it was something I enjoyed it didn't...
  7. Replies
    9
    Views
    1,916

    For a small test to see if it works, make a new...

    For a small test to see if it works, make a new Empty Project, then Add a New Source then copy and paste this code I just wrote and compile and run.



    #include <iostream>

    using namespace std;...
  8. Replies
    3
    Views
    1,328

    Alright, thanks your all such a big help! :D

    Alright, thanks your all such a big help! :D
  9. Replies
    3
    Views
    1,328

    My First If Code, Question? :P

    Well I was goofing around in C++ today and I made my first IF code.



    #include <iostream>

    int main()
    {
    std::cout << "Please Enter 1 or 2: ";
  10. I'm not sure but there was a story about a asain...

    I'm not sure but there was a story about a asain couple who played WOW for too long and came back home with their baby dead. "We where only going to play for a bit at the internet cafe." So maby it...
  11. Replies
    6
    Views
    1,459

    Alright thanks! I'm only on Chapter 2, about...

    Alright thanks! I'm only on Chapter 2, about strings. Which I knew before but going through it all anyways. :)
  12. Replies
    21
    Views
    11,974

    Alright, thanks! I'm learning a lot from...

    Alright, thanks! I'm learning a lot from Accelerated C++: Practical Programming by Example, I'll be sure to buy some more books soon, off your list if course. The more the better! :)
  13. Replies
    6
    Views
    1,459

    Thanks! I learned even in Visual Basic that you...

    Thanks! I learned even in Visual Basic that you should use diffrent names for strings. On one of my books it has a big list of names to avoid using aswell! :) I must say learning C++ has been a...
  14. Replies
    6
    Views
    1,459

    So your saying instead of using "using namespace...

    So your saying instead of using "using namespace std;" (Might be useing don't no) you can just use std::cout instead?

    EDIT: Ok I got it to work, I added this line before return 0;


    ...
  15. Replies
    6
    Views
    1,459

    This code cant keep cmd open.

    I'm reading Accelerated C++ and on their first example they have the code:



    // a small C++ program
    #include <iostream>

    int main()
    {
    std::cout << "Hello, world!" << std::endl;
  16. Replies
    8
    Views
    2,569

    Personaly I would stay away from all Microsofts...

    Personaly I would stay away from all Microsofts Compiliers, but hey thats just me. I only used Visual BASIC, last MS VS Program i'll ever use.
  17. Replies
    21
    Views
    11,974

    Alright I looked through some of my books, here...

    Alright I looked through some of my books, here is a small list.

    Accelerated C++ (I found out I had it! :))
    Visual C++ 101 Tips
    C Programming How-To
    The C Programming Language
    Sams: C++ Primer...
  18. Replies
    63
    Views
    9,047

    Well I wish you the best of luck on your project,...

    Well I wish you the best of luck on your project, just remeber if you gota redo your hole code 3 or 4 times don't give up. It happens on big projects. Well I hope you pre-planed story lines, char....
  19. Replies
    4
    Views
    860

    It wont run, what happens is it will run for half...

    It wont run, what happens is it will run for half a second and quit.
  20. Replies
    21
    Views
    11,974

    Yep I use VC++ 6 but thats rare of me! :O Well...

    Yep I use VC++ 6 but thats rare of me! :O Well I'll tell you my book list when I get back, well bye!
  21. Replies
    21
    Views
    11,974

    Well I'll stick to cin.get() for now, "getch();"...

    Well I'll stick to cin.get() for now, "getch();" gives me errors so... Well I must go to work so I cannot read up about it now, thanks anyways! :)
  22. Replies
    21
    Views
    11,974

    Alright, I didn't read all of what you said since...

    Alright, I didn't read all of what you said since I gota go in a few minutes. I got a lot of C++ Books about 20 or so, on Game Programming, Database's, ect... I have this really big one called...
  23. Replies
    21
    Views
    11,974

    Yep I used cin.get(); more then once it wont work...

    Yep I used cin.get(); more then once it wont work because when you input a number it takes it as your pressing enter to quit, and yes I'm reading the FAQ's, however I have other things to do so I...
  24. Replies
    4
    Views
    860

    I have Borland C++ Builder 6. EDIT: Heres...

    I have Borland C++ Builder 6.

    EDIT: Heres what I was doing, I load up borland. Click New then Other then CPP File.

    I type this in:



    #include <iostream>
  25. Replies
    21
    Views
    11,974

    cmd close's too soon...

    Hello! I need some help on how to stop the consol from closing. I'll put a <---- Where it cuts off.



    #include <iostream>

    using namespace std;

    int main()
    {
Results 1 to 25 of 33
Page 1 of 2 1 2