Search:

Type: Posts; User: chaklader

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    3,482

    thanks for your answer. any advice how to start...

    thanks for your answer. any advice how to start graphical things in c++ ? say,making a GUI that will show your simulation.
  2. Replies
    4
    Views
    3,482

    making a simulation in c++

    hello,

    I'm a traffic engineering student. I have basic knowledge of c++ and little about advanced concepts (say, classes, composition & inheritance etc). anyone kindly answer me what i should...
  3. Replies
    3
    Views
    805

    Saving as a Binary file

    I posted it before. I got some answers but wont be able to run the program. The idea is to put some Decimal numbers and get it as binary in a file. The program is-






    #include <iostream>...
  4. Replies
    15
    Views
    3,227

    Thanks whiteflags :) Could you please have a look...

    Thanks whiteflags :) Could you please have a look on my other post as well where I tried to put binary outputs in a file?
    ...
  5. Replies
    7
    Views
    1,667

    I included the proper file. Thanks :) Now, its...

    I included the proper file. Thanks :) Now, its running but not doing the same what I needed to do. I want to put some decimal numbers using for loop. Say, I put 13. Then, it will take...
  6. Replies
    7
    Views
    1,667

    I changed it a little and now : #include...

    I changed it a little and now :



    #include <iostream>

    using namespace std;

    int binary(int);
  7. Replies
    15
    Views
    3,227

    Something about the code I posted before ? :)

    Something about the code I posted before ? :)
  8. Replies
    15
    Views
    3,227

    Sorry but I did not understand this code. It...

    Sorry but I did not understand this code. It seems that if I put a decimal as number then it returns the binary with zeros before. In total 32 digits are printed. However, thats the meaning of...
  9. Replies
    15
    Views
    3,227

    Thanks Elysia :) I had another question that is...

    Thanks Elysia :) I had another question that is more importation for me to understand the program. Could you please explain me the binary() function to me properly ?
  10. Replies
    15
    Views
    3,227

    Another question, what is the data type of binary...

    Another question, what is the data type of binary numbers ?

    Say, the decimal number 167 has data type int. Whats for 0 or 1 or something more say, 1100101 ?
  11. Replies
    7
    Views
    1,667

    Saving a binary file

    I tried to put some decimal numbers and save it as a binary numbers in the hard drive .rft file.I wrote the code but somehow its not works. Any help for that?


    #include <iostream>

    using...
  12. Replies
    15
    Views
    3,227

    Sorry for late reply. I need to do something...

    Sorry for late reply. I need to do something yesterday so was not able to write back. I got the term ---> (number >> 1)

    Shifting left by n bits on a signed or unsigned binary number has the effect...
  13. Replies
    15
    Views
    3,227

    Thanks bernt :) I will have a look and write...

    Thanks bernt :) I will have a look and write again.
  14. Replies
    15
    Views
    3,227

    Excuse me, but I don't know what is bitwise...

    Excuse me, but I don't know what is bitwise operation. binary(number >> 1) here the number is 11, right ? Then ,is it goes top of the program --> void binary(int number) ?
  15. Replies
    15
    Views
    3,227

    Conversion from decimal to bianary

    This a program for conversion from decimal to binary where I have some problem to understand the binary function---





    #include <iostream>

    using namespace std;
  16. Replies
    11
    Views
    2,413

    Well, it is Germany :)

    Well, it is Germany :)
  17. Replies
    11
    Views
    2,413

    Just to let you know that as header file I used...

    Just to let you know that as header file I used #include "tick_count.h" but it seems still the same error is coming --> mungsmechanik\CFD Code\glbcls.h|5|error:...
  18. Replies
    11
    Views
    2,413

    Thanks laserlight. However, there is only a text...

    Thanks laserlight. However, there is only a text file Changes.txt that mainly confirms the modifications of the TBB from previous versions. I put my project in : D:\Lehrstuhl für Aerodynamik und...
  19. Replies
    11
    Views
    2,413

    I downloaded the TBB for windows but there is...

    I downloaded the TBB for windows but there is nothing to install. Some folders named - bin, lib, doc, include, build, examples, src etc. src folder contains some c++ source and header file. Anyone...
  20. Replies
    11
    Views
    2,413

    I guess that its from this page : TBB Home...

    I guess that its from this page : TBB Home

    Now I will try to install it and let you know again. However, thanks for the comments :)
  21. Replies
    11
    Views
    2,413

    Code showing error

    Dear folks,


    I tried to run a c++ project that I made in Code blocks. I got it from my supervisor and my task it to run it properly. I have basic knowledge of C++ programming and now a days,...
  22. Replies
    5
    Views
    1,459

    cauberong09 @ it is solved now :)

    cauberong09 @ it is solved now :)
  23. Replies
    8
    Views
    1,090

    iMalc @ Thanks for your understanding. I get 3...

    iMalc @ Thanks for your understanding. I get 3 months time to learn how to put input and output. He already know that I just have basics skill in C++. Another problem is that I need to work with...
  24. Replies
    5
    Views
    1,459

    Ohh thanks . Now,I get it :)

    Ohh thanks . Now,I get it :)
  25. Replies
    5
    Views
    1,459

    Any help for that ?

    Any help for that ?
Results 1 to 25 of 73
Page 1 of 3 1 2 3