Search:

Type: Posts; User: domhnall4h

Search: Search took 0.01 seconds; generated 7 minute(s) ago.

  1. Replies
    4
    Views
    1,293

    Damn. I'm blind as a bat I guess. Thanks. I can't...

    Damn. I'm blind as a bat I guess. Thanks. I can't believe I did that :D
  2. Replies
    4
    Views
    1,293

    Strange bug with DevCPP v 4.9.9.2

    I have an odd bug with the new version of Dev CPP. I know this code is correct, as it works fine and dandy on a prior version.



    #include <iostream>
    using namespace std;

    int main()
    {
    ...
  3. Replies
    7
    Views
    36,777

    "1 E:\Cpp\Source\e61a5.cpp:64 [Warning] no...

    "1 E:\Cpp\Source\e61a5.cpp:64 [Warning] no newline at end of file"

    That's with the extra line at the end of main. I'm beginning to believe this is a bug within the compiler's current version....
  4. Replies
    7
    Views
    36,777

    I tried putting an additional newline at the end...

    I tried putting an additional newline at the end of main; but not outside of it. Maybe that'll fix it. Thanks.

    This compiler is supposedly ASCI standard; but then, so is my book; and I've ran over...
  5. Replies
    7
    Views
    36,777

    "No newline at end of file"???

    I'm still on chapter 6 (gotta wait until payday to get a new book...) and I'm doing the exercises. The first 4 have you creating a class Employee with three data members, methods to access them,...
  6. Thanks y'all. I have ordered from Amazon before;...

    Thanks y'all. I have ordered from Amazon before; not much though. The only book I really want is close to $30 used.
  7. Actually, it was about a dozen versions or so out...

    Actually, it was about a dozen versions or so out of date. Though I'm beginning to think I was ripped on the book. I've gotten to chapter 6, which is implementing basic classes and setting them up...
  8. No se habla en ingles; and no speak Chinese...

    No se habla en ingles; and no speak Chinese either....

    Yeah, this is a old copy of that book, I got it off a discount rack for $3... Even as little as I know about C++, I've seen some goofball...
  9. @#$! my eyes! Thank you. Apparently I need to get...

    @#$! my eyes! Thank you. Apparently I need to get my glasses checked....
  10. Can someone with a brain point out something here...

    Because apparently I don't have one. This code is from Teach Yourself C++ in 21 Days, listing 5.7, which is supposed to be written with the ASCII standard. I get the error message ISO C++ forbids...
  11. Replies
    11
    Views
    4,509

    Yeah, you would focus on that later, after you...

    Yeah, you would focus on that later, after you know what the heck your doing, and how to print "Hello World" on the screen, ect....
  12. Thread: Hi!

    by domhnall4h
    Replies
    12
    Views
    1,741

    I am having good luck with the SAMs publishing...

    I am having good luck with the SAMs publishing Teach Yourself C in 24 Hours book. I will warn you AWAY from using Pacific C however. 5 + 10 hasn't equalled 267, at least not in any math I've ever...
  13. Replies
    7
    Views
    1,530

    *checks glasses* Maybe I need to go with...

    *checks glasses* Maybe I need to go with something easy, like knitting. Thanks, y'all.
  14. Replies
    7
    Views
    1,530

    quzah - Build a man a fire, and he will be warm...

    quzah - Build a man a fire, and he will be warm for a night. Set a man on fire, he will be warm for life, eh?

    I did dig through the company that made the IDE's website. Unfortunately, I found...
  15. Replies
    7
    Views
    1,530

    Problem with Pacific C...

    I have Pacific C installed on my laptop, and it has begun to act a little strangly. If I try to use the Float or Scientific notation format specifiers, the program, after linked, works except that...
  16. "But you use a compiler that only runs on...

    "But you use a compiler that only runs on windows, meaning your OS must also be windows "

    Name an modern OS that has the same market share as WinXP. iMac? Linux? Pretty much everything is produced...
  17. Wow; I didn't expect to have such a response. I...

    Wow; I didn't expect to have such a response. I tried to post the code I was using last night; but IE pulled it's usual apparently; because I couldn't post. It is the 'Hello World" prog posted...
  18. #1 It's v5; not 6. Oops. A small sample...

    #1 It's v5; not 6. Oops.

    A small sample program from a book using the ASCI standard (Sam's Teach Yourself C++ in 21 Days 3rd Ed.) refuses to do more than waste a miniscule amount of hard drive...
  19. Getting Borland's C++ Builder to work with the ANSI standard.

    Hello. I have the Borland C++ Builder 6.0. I've been trying to learn how to program; but unfortunately; Borland isn't compatible with the ANSI standard! I've changed settings and changed settings;...
Results 1 to 19 of 19