Search:

Type: Posts; User: meadhikari

Page 1 of 2 1 2

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

  1. Replies
    6
    Views
    1,525

    I always used switch case while doing these and...

    I always used switch case while doing these and it really makes it real easy.
  2. Replies
    6
    Views
    2,148

    Decomposition has really helped me a lot.... may...

    Decomposition has really helped me a lot.... may it be that I am currently learning the language and my programs are pretty small. I think no one should ignore that thing
  3. Replies
    10
    Views
    7,085

    Splitter Finally Over but Merger has quite a few problem

    Splitter Its working fine.....

    #include <iostream>
    #include <fstream>
    #include <string>
    #include <sstream>
    #include <cstdlib>
    #include <vector>
    using namespace std;
    int main(int argc,...
  4. Replies
    10
    Views
    7,085

    The splitter is working but the only problem is...

    The splitter is working but the only problem is when the file is big.....
    I receive a error saying segmentation failiure
    Having problem storing size of large file
    What data type should the length...
  5. Replies
    10
    Views
    7,085

    I am having problem with seekg in pointing to the...

    I am having problem with seekg in pointing to the start of the file and getting a chunck out a file

    please help me on this
  6. Replies
    10
    Views
    7,085

    I made it to this much please help me from here ...

    I made it to this much please help me from here



    #include <iostream>
    #include <fstream>
    #include <string>

    using namespace std;
    int main(int argc, char** argv)
  7. Replies
    10
    Views
    7,085

    I think I do not know that much of file I/O then....

    I think I do not know that much of file I/O then.
    Its not assignment sort of thing, I just want to do it to learn so where I must be heading now?
  8. Replies
    10
    Views
    7,085

    File Splitter and Merger in C++

    I just wanted to do a project on the topic.
    What would I have to learn to complete this work.
    Which topics to cover?

    I have recently completed a book OOP in C++ by Robert Lafore.
  9. Replies
    17
    Views
    3,518

    Thanks for the solution. But what header file...

    Thanks for the solution.
    But what header file and what data type will make me print this to 1000 decimal places.
    just i want "what header file and which data type" please help me


    #include...
  10. Replies
    17
    Views
    3,518

    Why does this display zero any idea?

    #include <iostream>
    #include <cmath>
    #include <iomanip>

    using namespace std;

    int main()
    {
    int n;
    cout << setprecision (100) << (12*atan(1/49) + 32*atan(1/57) - 5*atan(1/239) +...
  11. Replies
    17
    Views
    3,518

    Please can anybody teach me in baby steps on...

    Please can anybody teach me in baby steps on arbitrary precision math library
    i do not need the files but just the name of the header file and syntax of the function to be used.
  12. Replies
    17
    Views
    3,518

    I need some 31 digits and the above code turned...

    I need some 31 digits and the above code turned wrong and the right thing to use that i found was
    4*(4*arctan(1/5)-arctan(1/239))

    but how can you use this arctan function in c++ what is the...
  13. Replies
    17
    Views
    3,518

    Value of Pie Problem

    I want this to display upto 100 decimal places what can I do.
    Please help me...



    #include <iostream>
    #include <cmath>
    using namespace std;
    int main()
    {
  14. Replies
    6
    Views
    6,124

    @grumpy just lets not be illegal just to show...

    @grumpy just lets not be illegal just to show that any way I have the book by Lafore by my side now.
  15. Replies
    6
    Views
    6,124

    unlearn some things he encourages

    @grumpy What are you talking about could you please be clear on that
  16. Replies
    6
    Views
    6,124

    Thanks for The book, Just got it hope it feels as...

    Thanks for The book, Just got it hope it feels as you said
  17. Replies
    6
    Views
    6,124

    Jumping to OOP in C++ from C

    I am currently doing my second semester in Software Engineering. Recently I have been introduce to OOP and I am referring to book by Timothy Budd Introduction to Object Oriented Programming but the...
  18. Replies
    9
    Views
    4,163

    Thanks to all

    Thanks for the solution I was such a dumb not to know that thing but it was my first time in linux and C++ combine
  19. Replies
    9
    Views
    4,163

    Problem with g++ in Ubuntu 10.04

    When I type g++ in my shell it replies no input files
    this makes me think I have g++ installed but
    when i type g++ example.cpp it displays
    isostream no directory or files found
    cin not recognized...
  20. Replies
    4
    Views
    3,027

    Think this must be solving the problem

    while (xr >= 0){//if xr>=0 here
    printf("enter Force and centriod separated by a comma,\n");
    printf("enter 0 for centroid to finish.\n");
    scanf("%f %f", &fr, &xr);

    force = force + fr;
    x =...
  21. Replies
    5
    Views
    966

    Can not the problem be solved by using "pointer...

    Can not the problem be solved by using "pointer char String" and "loop+array" to display 5 character
  22. Replies
    5
    Views
    3,019

    Just bought Addison Wesley OpenGL programming...

    Just bought Addison Wesley OpenGL programming language guide 7th edition Hope it will help too
  23. Replies
    5
    Views
    3,019

    After a thorough study of the two thing I will be...

    After a thorough study of the two thing I will be choosing to go with OpenGL I loved it open standard and cross platform thing...

    Lets get started into it
  24. Replies
    5
    Views
    3,019

    Graphics.h How to get started....

    I want to get deep inside to Graphics in C. Where to start from which books are best to begin graphics with and also how far can we go with graphics
  25. Replies
    6
    Views
    1,982

    It took me six months to really stand out fro the...

    It took me six months to really stand out fro the basics in C but it I think it all depends on your intrest
Results 1 to 25 of 32
Page 1 of 2 1 2