Search:

Type: Posts; User: Agnesa

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    37
    Views
    5,445

    go to this site www.deitel.com and you can find...

    go to this site
    www.deitel.com and you can find the best book for C++
  2. Replies
    7
    Views
    1,446

    Thanks a lot Codeplug for explaining to me what...

    Thanks a lot Codeplug
    for explaining to me what was going on that code i am not using pointer at all now and it's working perfect
  3. Replies
    7
    Views
    1,446

    I know that after you run this program it...

    I know that after you run this program it compiles and it works but my question is why i am getting this in the ouptut

    Squere s(via * pointPtr):0x0012FF64// Her i don't know why iam getting the...
  4. Replies
    7
    Views
    1,446

    here is again the file

    here is again the file
  5. Replies
    7
    Views
    1,446

    help in inheritance classes

    Hi i am creating a project that will be inherited a class point, squere and cube all together i did all this and it's in the zip file but i wonted to know what i am putting wrong in main and why when...
  6. Replies
    0
    Views
    2,978

    Help In main with Saving Account Class

    Hi i have to create a SavingsAccount class. Use a static data members to contain the annualIntrestRate for each of the server. each member of class contains a private data member savingBalance...
  7. Replies
    4
    Views
    1,975

    thanks a lot i understand now what i am doing

    thanks a lot i understand now what i am doing
  8. Replies
    4
    Views
    1,975

    how do u explain this in english words

    how do u explain this
    void Rectangle::setLength( double l )
    {
    length = l > 0 && l < 20.0 ? l : 1.0;
    }
  9. Replies
    2
    Views
    977

    help with classes

    Hi every one i am new at oop and i really need help in this assigment i have to create a class Rectange. the class has attributes Length and width each of which defoult to 1. It has to member...
  10. Thread: I quit!

    by Agnesa
    Replies
    8
    Views
    1,847

    in what order do you wont the words to be in...

    in what order do you wont the words to be in acending order
    or decending
  11. Replies
    1
    Views
    1,509

    well if you wont to show the breakpoints you have...

    well if you wont to show the breakpoints you have to go at the edit you will see the breakpoint in there and click it after that a box with come click in the location and you will see what line you...
  12. Thread: Recursive Help

    by Agnesa
    Replies
    9
    Views
    1,323

    i made some mastake in first one #include...

    i made some mastake in first one
    #include <stdio.h>
    #include <iostream.h>

    int exponent (int, int);

    void main()
    {
    int num;
    int expo;
  13. Thread: Recursive Help

    by Agnesa
    Replies
    9
    Views
    1,323

    ##include #include int...

    ##include <stdio.h>
    #include <iostream.h>

    int exponent (int, int);

    void main()
    {
    int num;
    int expo;
  14. Replies
    2
    Views
    1,689

    i Need more help one it this is not helping me...

    i Need more help one it this is not helping me that much and i have a code with a bubble sort but i relly need to write it in a linear sort help please
  15. Replies
    2
    Views
    1,689

    linear sort with names

    Hi everybody i have to do a program with linear sort and i am sorting some names but i don't have idea how to start can some oh help please
  16. Replies
    4
    Views
    4,629

    IfYouSaySo thank you so much it works great see...

    IfYouSaySo
    thank you so much it works great see yaa
  17. Replies
    4
    Views
    4,629

    what should i put then in main function becuze...

    what should i put then in main function becuze this it compiles but it dosent give u nothing please help
  18. Replies
    4
    Views
    4,629

    help with strcpy and arrays with header file

    I am tyring to do a programm that will use the function strcpy and i have to add the a header file in this code so far this is what i have but it's not doing what it should do
    the output should say...
  19. Replies
    6
    Views
    2,024

    null pointers is an integral constant...

    null pointers

    is an integral constant expression that evaluates to zero, or such

    an expression cast to type void *, is converted to a pointer called

    the “null pointer.” This pointer is...
  20. Replies
    8
    Views
    2,255

    DLL (dynamic-link library) A file that...

    DLL (dynamic-link library)

    A file that contains one or more functions that are compiled,

    linked, and stored separately from the processes that use them.

    The operating system maps the DLLs...
  21. Replies
    2
    Views
    1,294

    Please help with current time in c++

    Hi every one i have been doing a project i did all what i had to
    do everything is fine and final part is that i need to show the
    current date and time, i wonted to ask that if i need the time_t...
  22. Thread: Problem

    by Agnesa
    Replies
    7
    Views
    1,217

    Well all i can tell you is that look at your...

    Well all i can tell you is that look at your functions because i see that you are colling some functions but as i know in C++ when you build a function you build it at at the header files and then...
  23. Replies
    2
    Views
    1,654

    Hm it's kind of hard to read your code but if ...

    Hm it's kind of hard to read your code but if

    you are a C begginer the first think you should know is what

    exacly you need first. You said that in C++ it works all you need

    to change in...
  24. Replies
    5
    Views
    3,238

    hi you saying that you still getting the LNK2001...

    hi you saying that you still getting the LNK2001 error and you

    saying that you put in the file for example ".h" you will get still

    that error if you don't add the header file at your project...
  25. Replies
    12
    Views
    1,501

    Hi this will help solve your problem

    Hi i see that you trying to find the first 100 number that are prime what this code does is that it tells the user the first 100 prime numbers and then it asks the user if it wont's to continul will...
Results 1 to 25 of 26
Page 1 of 2 1 2