CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Leite33

Page 1 of 12 1 2 3 4

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    890

    Re: New in Crystal Reports

    Hi again.
    Ok i have create dns file to connect to database but its the same.. stil i put the server where i want to connect......Still when i will put it to other computer wont work
  2. Replies
    4
    Views
    890

    Re: New in Crystal Reports

    Hi again...
    Yes but i have choises like find file DSN. What i have to do there?????
    Also in the above field say enter connection string????? How i can do that????
  3. Replies
    4
    Views
    890

    New in Crystal Reports

    Hi
    I have a problem and i want some help in crystal reports XI. My problem is that when i make a new crystal report at home and try to work in other computer on work doesnt work.
    What i am asking...
  4. Replies
    1
    Views
    760

    Crystal Report new field

    Hi
    I have made a report with tool Crystal Report 11. I want some help to create a field that dont exist in my database and my tables.
    First of all the fields i have in my report is.... ...
  5. Thread: smart question

    by Leite33
    Replies
    16
    Views
    1,194

    Re: smart question

    Oh ok friend... Thanks
  6. Thread: smart question

    by Leite33
    Replies
    16
    Views
    1,194

    Re: smart question

    mmm.... i am not sure if i got it... can you make your idea on program???? i think i have problems with for.... i will be gradefull if you do it.... only the part you say
  7. Thread: smart question

    by Leite33
    Replies
    16
    Views
    1,194

    Re: smart question

    yes exactly... is like ATM on a bank....... i can bring only 50 and 20 the computer(program) have to check the right way to do it if you get me... its easy for example 200 or 120 but i cant do it for...
  8. Thread: smart question

    by Leite33
    Replies
    16
    Views
    1,194

    smart question

    Hi i wanna ask something.

    I wanna break a number like 110 to 1x50 and 3x20 but the program will have to check what needs to do to bring the right number of 50 and of 20.....

    examples:

    1.I...
  9. Replies
    16
    Views
    1,291

    Re: switch,case,question

    Oh god i am really confused......
  10. Replies
    16
    Views
    1,291

    switch,case,question

    Hi..
    I made the above program simple program so i understand use of case better...


    ----------------------------------------------------------
    void main(void)
    {

    char Lower_Degree;
  11. Thread: Program ideas,

    by Leite33
    Replies
    8
    Views
    1,111

    Re: Program ideas,

    thanks for your reply....
  12. Thread: Program ideas,

    by Leite33
    Replies
    8
    Views
    1,111

    Re: Program ideas,

    Hi i made the above:
    ----------------------------------------------------------------------------------------------------------------------------...
  13. Thread: Program ideas,

    by Leite33
    Replies
    8
    Views
    1,111

    Re: Program ideas,

    Yes i know about new and delete and you are right... But i dont know how to do it... because i have to do it before i declare the functions.. i also dont know how i will work it with structure,array...
  14. Thread: Program ideas,

    by Leite33
    Replies
    8
    Views
    1,111

    Program ideas,

    Hi i made the above program.... Any ideas to make it more simple? I also wanna ask how i can change it so the user could put how many employess wanna put in his program...More specific i wanna the...
  15. Replies
    1
    Views
    524

    Structures ideas

    Hi
    I am loearning programming with C and C++.. I like a lot to work with structures..
    I want to ask you any program ideas to make and exercise....
    Also some books that are especially for...
  16. Replies
    6
    Views
    998

    declare array from user

    Hi
    I wanna declare an array but the user will give the size of it:
    For example:

    int N;

    scanf("%d",&N);

    char Name[N];
  17. Replies
    5
    Views
    948

    structures inside structures

    Hi

    I wanna ask why is better to use structures inside structures??? Is it faster???? For example:


    struct Date_Birth
    {
    int Date;
    int month;
    int year;
  18. Replies
    6
    Views
    1,282

    Re: create file,name from user

    i forgot to put scanf lol..... Thanks
  19. Replies
    6
    Views
    1,282

    create file,name from user

    Hi
    I wanna make a simple program that will create a file and it name will be from the user.
    For example:


    void main(void)
    {
    char filename;

    FILE *fp;
  20. Replies
    2
    Views
    1,080

    Re: read file,print file,getc

    Yes you are right... REally thanks...
  21. Replies
    2
    Views
    1,080

    [RESOLVED] read file,print file,getc

    Hi
    How i can write a simple program read from a file with function getc and print it to the monitor:
    something like this but doesn't work....
    ...
  22. Replies
    3
    Views
    768

    Files txt counter

    Hi i made the aove code to check if a file exist:
    -----------------------------------------------------

    FILE *fp;

    fp=fopen("c:\\.txt","r");

    if(fp==NULL)
    ShowMessage("The file doesnt...
  23. Replies
    0
    Views
    603

    Books suggestion

    Hi..
    I wanna ask for some books about:

    1.General C builder 6
    2.Develop applications in C Builder
    3.Notes with example for applications
  24. Replies
    4
    Views
    940

    Re: Icon to MessageBox

    Ok.. To tell the truth i didnt use any books.. Can you suggest me some???
  25. Replies
    6
    Views
    1,110

    Re: Resolution

    Hey ok.. sorry.. If it bother you so much my question dont have to post..
Results 1 to 25 of 289
Page 1 of 12 1 2 3 4





Click Here to Expand Forum to Full Width

Featured