Search:

Type: Posts; User: frgmstr

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,386

    Thanks that worked.

    Thanks that worked.
  2. Replies
    2
    Views
    1,386

    setprecision() Help

    Hi

    ive included

    #include <iomanip.h>

    and im using setprecision(2) to set the precision for my floats

    The problem is that when i execute the program i now get 1.4E+ee etc when i want say...
  3. Replies
    5
    Views
    1,967

    Yes i know you have to pause the program, but how...

    Yes i know you have to pause the program, but how do i know if its going to scroll the console because it wont fit ?
  4. Replies
    5
    Views
    1,967

    Console Text Scrolling Help!!

    Hi Guys

    Im in the situation where you select a menu option in my program and it then lists about 10 items of data, the problem is that it causes the console to scroll because the data cannot fit...
  5. Replies
    3
    Views
    953

    Thanks alot m8, ill let you know how i get on.

    Thanks alot m8, ill let you know how i get on.
  6. Replies
    3
    Views
    953

    Here it is

    Here it is
  7. Replies
    3
    Views
    953

    Why wont this Class File I/O work

    Ive uploaded a file, it has the class member functions on it from my project, ListOfObjects::save() is the one giving me the trouble, for some reason it wont let me save the contents of an array of a...
  8. Replies
    2
    Views
    1,350

    How do i retrieve an X,Y CO_ORD

    Hi

    Could someone please tell me how i could retrieve an X,Y Co-ORD from the point where i right click my mouse on an MDI app, once ive right clicked the point on the window which i want a context...
  9. Replies
    4
    Views
    1,696

    Thanks Zman That is a good idea, ill try and...

    Thanks Zman

    That is a good idea, ill try and do that, might be a bit hard though cos ive only just started learning MFC programming.
  10. Replies
    4
    Views
    1,696

    OK thanks man, ill look into MDI' A Dialogue...

    OK thanks man, ill look into MDI'

    A Dialogue based prog isnt what ive decided on, im just checking if there is a better way of doing it, I havent really got a clue how i could map a bit map onto...
  11. Replies
    4
    Views
    1,696

    MFC Dialogue based Prog NEED HELP PLEASE

    Hi

    I know my way around VC++ and basically know how to write bit and pieces. My problem is that i want to create a Single dialogue based program which basically has a big drawing area in the...
  12. Replies
    7
    Views
    1,992

    i want to be able to generate a terrain ie...

    i want to be able to generate a terrain ie skeletal grid to represent a garden to the users requirements i.e dimensions and then place grass, trees, water, slopes etc to make it look like a garden...
  13. Replies
    7
    Views
    1,992

    apparently c++ has graphics libraries which work...

    apparently c++ has graphics libraries which work in a seperate window mode if you know what i mean.
  14. Replies
    7
    Views
    1,992

    Need Help with 2D Garden Design Program

    Hi All

    I know this is a little vague but maybe some of you can help me with this one.

    Basically i need some ideas on how to go about writing a 2d Garden Design package, 3D would be nice :-) but...
  15. Thread: VC++ Help

    by frgmstr
    Replies
    1
    Views
    847

    VC++ Help

    Hi guys

    I desperately need to learn how to use the visual aspect of VC++ 6, i need to design a garden desing package but would like to use the visual capabilities of VC++ 6 intead of a plain...
  16. Replies
    13
    Views
    2,085

    The complete Reference as mentioned before is...

    The complete Reference as mentioned before is definately a must to accompany any C++ book, that and the Deitel book and you are sorted m8.
  17. Replies
    13
    Views
    2,085

    C++ How to Program by Deitel & Deitel Very...

    C++ How to Program by Deitel & Deitel

    Very good, its the one we use on our CS Course, evertything that you ask for.
  18. Replies
    4
    Views
    951

    Sorry m8, didnt know bumping wasnt allowed ...

    Sorry m8, didnt know bumping wasnt allowed

    thanks, Main - main so simple yet didnt spot it
  19. Replies
    4
    Views
    951

    Come on Guys, im desperate here

    Come on Guys, im desperate here
  20. Replies
    4
    Views
    951

    Here it is, had to log in first

    Here it is, had to log in first
  21. Replies
    4
    Views
    951

    Please help , Linker error

    Hi guys

    Ive written a program it compiles perfectly but keep son producing a linker error, ive been trying to figure it out for hours. could someone do me a really big favour and please take alook...
  22. Replies
    2
    Views
    2,271

    thnx

    thnx
  23. Replies
    2
    Views
    2,271

    Raising the Kursk Simulation

    Hi, im in the process of writing a simulation of the processes involved in raising the kursk. I know more or less where im going but was wondering if anyopne here knows the math formulas for cable...
  24. Replies
    5
    Views
    3,553

    Try this m8, this is a small example of how it is...

    Try this m8, this is a small example of how it is done

    #include <iostream.h>


    void read(int a[][5]);
    void print(const int a[][5]);


    int main()
  25. Replies
    2
    Views
    854

    thanks for the reply salem, my internet...

    thanks for the reply salem, my internet connection didnt work all last night so i couldnt check my posting, ive got it sorted now, turned out you cant switch a pointer, i ended up doing like you...
Results 1 to 25 of 34
Page 1 of 2 1 2