Search:

Type: Posts; User: moemen ahmed

Page 1 of 7 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    1,215

    Visual C++ 7.0

    hi all,
    I ve recently get .net framework and VC++7.0 , and i tried to find a book that talks about the new features includede int the .net framework through using the C++ language , but...
  2. Replies
    14
    Views
    3,435

    Poll: ur completley right salem . sorry for that stupid...

    ur completley right salem . sorry for that stupid poll , i dont know how was i thinking when i post it , but its mostly because of the sleep shortage :-((

    what i was trying to get , some...
  3. Replies
    14
    Views
    3,435

    Poll: which database do u use ??

    Hi everyone,
    i was wondering about what kind database r most familiar to be used by programmers here, and im curious to know the resons behinde the choice.
  4. unfortuntlly, pharoas stopped paying us,as they...

    unfortuntlly, pharoas stopped paying us,as they took all thier wealthes with them in thier tombs :(
  5. Your view of the future of the software industry

    Hi all,
    Next year will be my last in university , I study civil engineering , but I don¡¦t intend to work in this field, otherwise I would like to work in the programming branch, I learn by myself...
  6. Replies
    6
    Views
    2,362

    i ve met today a sell's man from a company that...

    i ve met today a sell's man from a company that will support me with equipments and drivers of the scanner of bar code, while i ll write the program that will be like a manager for big stores and...
  7. Replies
    6
    Views
    2,362

    thx all for responding yes DougDbug im talking...

    thx all for responding
    yes DougDbug im talking about bar code scanner , doing it with general purpose scanner >>>> woow thats a real hard work, i think

    as u tried to help me, i like to share the...
  8. Replies
    6
    Views
    2,362

    how to deals with Bar Code

    hi all, im so happy to be here again . and im glad with the new additions
    im intending to write a program that deals with bar code, and i have got some info. about it. but i still in info shortage...
  9. Replies
    2
    Views
    1,516

    thanks for replying

    thanks for replying
  10. Replies
    2
    Views
    1,516

    Programming CGI

    Hi all,
    I was wondering if anyone can suggest a book, tutorial or a resources available in the web which could help me learning programming "web CGI" , All advices and recommendations are...
  11. Replies
    3
    Views
    2,014

    elements of a an array couldnt be deleted because...

    elements of a an array couldnt be deleted because th size of an array is fixed (thats why nextus recommended vectors,as its size could change dynamically in run time) )
  12. Replies
    3
    Views
    1,181

    quote:...

    quote:
    --------------------------------------------------------------------------------
    C++ programmers strongly prefer references to pointers. References are cleaner and easier to use, and they do...
  13. Thread: Any idea?

    by moemen ahmed
    Replies
    3
    Views
    1,225

    try this code :) and repost to tell us if it...

    try this code :)
    and repost to tell us if it works like you expect , please

    IMPORTANT NOTICE: operator new() return a pointer , you should deal with it in this way





    #include...
  14. Replies
    10
    Views
    1,779

    i think you have to derefrence the name of the...

    i think you have to derefrence the name of the array like this

    if (strcmp(*target, arr[ctr].name)==0)

    hope it helps :)
  15. Replies
    2
    Views
    15,570

    #include #include using...

    #include <iostream>
    #include <conio.h>
    using namespace std;

    struct date
    {
    int month[2];
    int day[2];
    int year[4];
    char dummy[1];
  16. Replies
    6
    Views
    2,274

    these no causes me the problem:(10 no) 65 32 ...

    these no causes me the problem:(10 no)
    65 32 125 1 266 484444 656 2 154 1

    after all, thanks for caring and for replying all :)
  17. Replies
    6
    Views
    2,274

    im so sorry , i posted the another code i wrote...

    im so sorry , i posted the another code i wrote for the same thing
    im a dummy :(



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

    void quicksort(float a[],int i,int j)
  18. Replies
    52
    Views
    4,204

    you may find it in a folder named...

    you may find it in a folder named "..\devc++\include\g++"
    ans iostream.h is a file not a folder
    check it
    or simply do a search on your hard drive looking for "iostream.h" if you find it else place...
  19. Replies
    52
    Views
    4,204

    try to omit the .h like this #include...

    try to omit the .h like this

    #include <iostream>
  20. Replies
    6
    Views
    2,274

    Sorting using Recursion function

    Hi , i wrote this code ,which sort an array of floats using a recursion function (available in the code to sort just some members of the array), i finished it just like you can see, and its working...
  21. Replies
    3
    Views
    5,769

    its so easy, follow the steps: first choose...

    its so easy, follow the steps:

    first choose new project from File menu
    and choose the type of your program (Consolle ,......) from the window which ll apear to you, then write a name for your...
  22. Replies
    18
    Views
    2,756

    I agee with you hammer, may be it wasnt right to...

    I agee with you hammer, may be it wasnt right to post this code, I know its C-style , just i wanted to help
  23. Replies
    18
    Views
    2,756

    CheesyMoo, in fact im not sure about what are...

    CheesyMoo,
    in fact im not sure about what are you exactly trying to do , but i think this code will help you
    my code uses different way for treating with files,depending on"stdio.h"

    IMPORTANT:...
  24. Thread: code

    by moemen ahmed
    Replies
    3
    Views
    1,023

    here s the code #include ...

    here s the code


    #include <iostream>
    #include <conio.h>
    float most_repeated(float*);
    float most_repetead(float* g,int no){
    float r[no];
    float most_rep=0;
  25. Replies
    5
    Views
    1,022

    thanks monster for your post , I realize you got...

    thanks monster for your post , I realize you got the answer.
    I was trying this on DevC++ and it didnt work, but now its working on VC++6.0

    thanks .......
    and im sorry for the meaningless title...
Results 1 to 25 of 162
Page 1 of 7 1 2 3 4