Search:

Type: Posts; User: duvernais28

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    2,483

    Multilevel Inheritance

    Hey guys... Can any of you suggest a good source of information on Multilevel Inheritance... I would greatly appreciate it... Thank you...
  2. Very interesting... I'll need to get myself a...

    Very interesting... I'll need to get myself a copy... Cheers!
  3. In addition to what Ancient Dragon said. ...

    In addition to what Ancient Dragon said.



    #include <iostream>
    #include <string>
    using namespace std;

    int main () {
  4. Replies
    7
    Views
    2,503

    Vtc also has a C programming course, where they...

    Vtc also has a C programming course, where they advise to use it. Also 'The art of computer programming" by Lawlor advises to use it.
    I only learnt not to use it here...

    I wonder where it came...
  5. Replies
    6
    Views
    1,762

    Well, you could go that route if you're familiar...

    Well, you could go that route if you're familiar with calculas but I think the basics still apply. It's been been too long since I've looked at that kind of Math...lol

    This should be sufficient....
  6. Replies
    6
    Views
    1,762

    Triangle ABC has three sides AB, BC and AC. If...

    Triangle ABC has three sides AB, BC and AC. If ABC is a right angle triangle, then Sin(A) = BC/AB ...(sin(x) = opposite / hypostenuse). There is only one hypotenuse so naturally, A != 90 degrees.
  7. Replies
    9
    Views
    1,926

    Thanks Dave. Any suggestions of a good IDE I...

    Thanks Dave. Any suggestions of a good IDE I could use...
  8. Replies
    9
    Views
    1,926

    hey, I downloaded it yesterday. I can send it to...

    hey, I downloaded it yesterday. I can send it to you. only 1.33Mb
  9. Replies
    9
    Views
    1,926

    Well, ping, even stranger things are happening...

    Well, ping, even stranger things are happening bcos, wchar_t is featured in c99 as well. lol
  10. Replies
    9
    Views
    1,926

    One second ping. I just went through...

    One second ping. I just went through iso9899:1999(Programming Languages-C) also called C99 and it does define _Bool.
    Section 6.2.5 no.2 defines _Bool as an object large to store the values 0 and...
  11. Replies
    9
    Views
    1,926

    hmmm, so kochan is the crazy one afterall... lol

    hmmm, so kochan is the crazy one afterall... lol
  12. Replies
    9
    Views
    1,926

    strange errors

    Hey guys, I was just trying out some exercises in this textbook I just got here " Programming in C by Kochan." I use the compiler "Borland C++ BuilderX."
    While trying this simple program, the...
  13. Replies
    4
    Views
    1,656

    Hey thanks alot Stack Overflow. Option 2 worked...

    Hey thanks alot Stack Overflow. Option 2 worked very well. I wasn't sure what screensize to use so I just defined it as 500. That should hold for now...
    Thanks again.
  14. Replies
    4
    Views
    1,656

    I am using borland c++ builder X. I know that ...

    I am using borland c++ builder X.
    I know that while(getchar()!='n') can be substituted for fflush(stdin).
    However, I have no idea of a substitute for clrscr().
    I'll need some advice here too....
  15. Replies
    4
    Views
    1,656

    slight problem

    Hey guys,
    I'm having a slight problem with a module here.
    Here's the code samples.




    case '5':
    fflush(stdin);
    ...
  16. Replies
    4
    Views
    1,996

    Absolutely right quzah. Thanks alot.

    Absolutely right quzah. Thanks alot.
  17. Replies
    4
    Views
    1,996

    I suspect my end-of-file indicatior may not be...

    I suspect my end-of-file indicatior may not be set. Everything in the file is read and displayed. The loop just doesn't end.
    The data was entered into the file using multiple functions bcos I had...
  18. Replies
    4
    Views
    1,996

    loop-exit problem

    I have a problem with a loop refusing to stop at the end of file.
    Here's the code.




    #include <stdio.h>
    #include <stdlib.h>
    #include <conio.h>
    #include <string.h>
  19. Replies
    5
    Views
    1,084

    Thanks itsme86. You're quite right. I'm laughing...

    Thanks itsme86. You're quite right. I'm laughing at myself right now. I thought I had already gotten over this one. Thanks again.
  20. Replies
    5
    Views
    1,084

    Thanks Brian, but this is not exactly what I was...

    Thanks Brian, but this is not exactly what I was looking for. I am reading through several items in the file. I have successfully read an int and two strings(jumping over the '/' delimiter of...
  21. Replies
    5
    Views
    1,084

    fscanf() problem

    Hey guys. I've been having a problem with reading a single char from a file. Everytime I get to that point, the program crashes. I'd appreciate any advice you may have.
  22. Replies
    15
    Views
    16,370

    Thanks alot Andy. Your solution works fine apart...

    Thanks alot Andy. Your solution works fine apart from 'i' needing to be declared
    before/outside the for() condition. However, I suspect that I may need to slow down here. I'm working on this...
  23. Replies
    15
    Views
    16,370

    Well, bro. I know you won't believe me on this...

    Well, bro. I know you won't believe me on this one but the truth is I scrapped it. I can tell you what my results were though. After removing the string data in the text array and initializing it...
  24. Replies
    15
    Views
    16,370

    Dave, I tried your example and it works fine....

    Dave, I tried your example and it works fine. However, I'm having alot of trouble adopting this to a string that is inputed by the user. Actually, all my attempts to adapt it have ended with the...
  25. Replies
    13
    Views
    5,741

    Thanks alot guys. My knowledge of pointers is...

    Thanks alot guys. My knowledge of pointers is very limited. It would have taken me quite a long time to figure this out. Thanks again.
Results 1 to 25 of 38
Page 1 of 2 1 2