Search:

Type: Posts; User: yes

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,034

    Thanks all for the reply :)

    Thanks all for the reply :)
  2. Replies
    4
    Views
    1,034

    way of organising you code

    Hi everyone

    I have been looking recently on the best way of organising writing a C++ code. some people using .h,.cpp and .cpp while others write all the code in one .cpp even if it has many...
  3. Thread: Gcf

    by yes
    Replies
    2
    Views
    894

    Gcf

    Hi everyone
    I am reading a C++ book and mention using Greatest Common Factor GCF , does anyone have any idea on how to use it and why it required with example please.

    many thanks
  4. Thread: static_cast

    by yes
    Replies
    3
    Views
    922

    Thank you so much, I fully understand it now.

    Thank you so much, I fully understand it now.
  5. Thread: static_cast

    by yes
    Replies
    3
    Views
    922

    static_cast

    Hi everyone
    can anyone clariy to me the use of static_cast with example.
    Why using it and where?

    thank you
  6. Thread: round

    by yes
    Replies
    9
    Views
    1,713

    Thank you so much ZUK it is the perfect thing to...

    Thank you so much ZUK it is the perfect thing to my outfile.
  7. Thread: round

    by yes
    Replies
    9
    Views
    1,713

    I would like just to round my Avg in my output...

    I would like just to round my Avg in my output file.

    The Avg gets it value after a calculation and print its out put in a stream file. so now How do I round the Avg only.if my output statement...
  8. Thread: round

    by yes
    Replies
    9
    Views
    1,713

    round

    hi everyone

    I would like to roungd 2.34567 to 2.34, can I have something like that in C++.

    if you see this


    #include <stdio.h>
    #include <math.h>
  9. Replies
    6
    Views
    1,878

    thak you all I did it

    thak you all I did it
  10. Replies
    6
    Views
    1,878

    Hi Salem If i got you idea right, this will be...

    Hi Salem

    If i got you idea right, this will be affected, by the end of the month and the begining
  11. Replies
    6
    Views
    1,878

    I do not have a complier error in it, The...

    I do not have a complier error in it,

    The Function did not bring this month.

    one final this because I read a input file of the previous day, so the out put should be put in the same month,...
  12. Replies
    6
    Views
    1,878

    what happened to the function today

    Hi
    I have this function, I built 2 days ago, yesrterday it was working perfectly, today not.



    char *month(int months, const char *format, char *text, size_t size)
    {
    time_t t;
    if (...
  13. Thread: schedule a file

    by yes
    Replies
    5
    Views
    1,966

    Thank you guys I was using .ini file and did not...

    Thank you guys I was using .ini file and did not put it in the same extension of the .exe file so, now it is working perfectly.

    many thanks
  14. Thread: schedule a file

    by yes
    Replies
    5
    Views
    1,966

    ok I there is a bug in my code, why when run the...

    ok I there is a bug in my code, why when run the program in project.dsw it gives the right result in the output file.

    :confused: I wonder how I will fix that bug without knowing what is it, and...
  15. Thread: schedule a file

    by yes
    Replies
    5
    Views
    1,966

    schedule a file

    Hi

    I using window xp and scheduler a task for my exe file, it worked pefectly when I built my application using win32, it run perfectly and stopped after putting the result in the output file.
    ...
  16. Thread: eof

    by yes
    Replies
    2
    Views
    903

    eof

    Hi everyone

    I did a counter to get the value from a simple number file, because I used the counter to



    while ( counter <=10)
    {
    value=getline( filename, line);
    sum+=value;
  17. Thread: win32/console

    by yes
    Replies
    4
    Views
    1,006

    win32/console

    Hi everyone

    I built my code using console application, one problem is that I would like to stop the black screen from appearing, when I run my .exe part how could I stop it.

    In win32 you can by...
  18. Thread: i have vc++ v2.0

    by yes
    Replies
    14
    Views
    1,503

    Thank you all for your post, may I ask you...

    Thank you all for your post,
    may I ask you Darryl
    I would like to download SDK plateform but I am not quite sure which one,
    I am have windowxp professional, I am having the old version that comes...
  19. Thread: i have vc++ v2.0

    by yes
    Replies
    14
    Views
    1,503

    hi about the new version of MVC++ 2005, if I...

    hi about the new version of MVC++ 2005, if I installed dose this mean I will not be able to use the old version.

    MVC++2005 is free, so why it asks you after installing it, if you want to buy a...
  20. Thread: path

    by yes
    Replies
    12
    Views
    1,466

    Hi Ancient dragon I would like to use the Idea...

    Hi Ancient dragon
    I would like to use the Idea of creating .ini file, but to be hounest this is the first time I am going to use it. so if you have any link I can learn from it how to create .ini...
  21. Thread: path

    by yes
    Replies
    12
    Views
    1,466

    I am sure you are angery from me keep asking....

    I am sure you are angery from me keep asking. sorry for that.

    I know it is an easy thing to ask the user to enter the whole path and the file name. but
    thats mean every time window xp scheduler...
  22. Thread: path

    by yes
    Replies
    12
    Views
    1,466

    if I am going to use this way, thats mean every...

    if I am going to use this way, thats mean every time window xp scheduler task runthe project.exe the user have to enter the path and I do not want something like this, I am not sure if I express...
  23. Thread: path

    by yes
    Replies
    12
    Views
    1,466

    thank you I learned new thing from you today. ...

    thank you I learned new thing from you today.

    part of my program is



    if ( foo(-1, "C:\\Wadi\\In\\Log_%d.csv", filename, sizeof filename) ) //this function to bring file according the day...
  24. Thread: path

    by yes
    Replies
    12
    Views
    1,466

    Hi and thaks for your reply, I think I did not...

    Hi and thaks for your reply, I think I did not get the full idea of your post, can you clarify it please.

    thank you
  25. Thread: path

    by yes
    Replies
    12
    Views
    1,466

    path

    Hi evryone
    I using MVC++ and built my project using Win32 app.
    My program do not have any interfaces. it reads files and it put the output in another file. ( I do not mind put interface only to...
Results 1 to 25 of 32
Page 1 of 2 1 2