Search:

Type: Posts; User: rahat

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,538

    Visual Basic Problem (plz Help!)

    I developed a small program that creates Forms at Run time. for example: I have added a form(frmMain) at Design time; when I want to create a new form at Run time, I just create an instance of the...
  2. Replies
    3
    Views
    1,086

    I am really in hurry...

    I am really in hurry... Please help me solve th problem.
  3. Replies
    1
    Views
    2,470

    Visual Basic Adodc Problem

    I am a new comer in the Visual basic World and facing a critical problem.

    I have made a program using Visual Basic 6.0 and MS Access in the Back End. The MS Access version is Office XP. I have...
  4. But....

    But I think the problem still remains there...
    If the user inputs .,/= etc. Then???
  5. Replies
    2
    Views
    2,139

    Thanx a Lot!!!

    Thanx a lot!!!!
    I think i have found my problems i was having....so far.
    No more Problems again!!!!
  6. Replies
    4
    Views
    2,331

    memory allocation for functions! :(

    we use pointers after allocating its memory size....
    for example...

    char *name=(char *)malloc(20);//allocationg memory

    free(name); //removing the pointer

    But what if I use a function that...
  7. Replies
    2
    Views
    2,139

    I am totally PuZZelEd

    I am 100% puzzled about pointers....
    consider the following programme...

    #include <stdio.h>
    #include <mem.h>
    int main(void)
    {
    char *name;
    name=(char *)malloc(20);
    ...
  8. Replies
    14
    Views
    1,917

    Funny.........

    „« i[19] is containing 0 through 19
    So int i[1] has 2 elements does it
    i[0] and i[1]
    Rubbish!!!

    „« hahahaˇKˇKˇK..
    I[0] and I[1] are two elements and that is FINAL.
    You go...
  9. Replies
    14
    Views
    1,917

    I think someone is missing something!!

    i[19] is containing 0 through 19............that means there are 20 elements all togather.....count it again and if you have confusions
    run the programme to varify if it works!

    The memory for the...
  10. Replies
    14
    Views
    1,917

    Try if it works!!!!

    Okkkkkkk
    If the problem is with the scanf() then why we are not changing the function to take an integer from the user........
    Try that..........

    #include <stdio.h>
    #include <conio.h>
    #include...
  11. Replies
    14
    Views
    29,219

    I think.....it is happening for yr compiler

    Okkkkkkk................
    But I think all those are being happend for yr compiler. I think you are not using TURBO C++ compiler. I am using that and haven't faced any problems so far... .
    The...
  12. Thread: While Loop

    by rahat
    Replies
    2
    Views
    1,099

    I think you need to study a lot more....

    To do what you want to do is nothing but forces you to study a lot about Arrays, characters, Set of characters (String), declaration of variables, differences between integer and character.....
  13. Replies
    2
    Views
    1,811

    let us show the applet....

    Well...........
    C can solve all the problems.........you have.....
    First post the code of your java applet and show what output it does give.
    Then it will be easier to solve......
    ;)
  14. Replies
    8
    Views
    3,149

    how can I set 256 colors?

    :o
    I am using Turbo C 3.0 and I want to set 256 colors in my programme.
    I have seen several systems to do so but they look too hard for me to use!!..
    For example.....

    initgraph() sets us to...
  15. Replies
    14
    Views
    29,219

    Ok...it is that what you want

    May be you are in need of the following system:

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

    int main(void)
    {
    int i=0;
    printf ("how much do you want the...
  16. Replies
    11
    Views
    2,027

    Thanxxxxxxxxx

    Thanx you all.....
    I am goitng try with all the ideas you have given.....
    I shall be right back with newer disturbing items ;)
  17. Replies
    11
    Views
    2,027

    Thanx But.....

    Thanks a lot.......
    But you haven't told anything about where I can code to develop C/C++ programme. I am using LINUX RED HAT 7.1.

    Please don't mind...in fact I am really too much unknown to...
  18. Replies
    5
    Views
    2,122

    Re: sort array by names

    There are many ways of arranging arrays.
    1) you can compare the elements of the arrays one to another
    without converting them into string. I think this is much better to be done if the aim is just...
  19. Replies
    11
    Views
    2,027

    I am a new-commer

    Hi... Linux World...!!!
    I am a new-commer in the Linux World. I have never had any experience on Linux OS. I have Linux RED HAT 7.1 installed in my computer but i am too unknown to all the matters...
  20. Replies
    10
    Views
    1,654

    Then we should not use only "isspace" function....

    Then we should not use only "isspace" function. we should consider if there is any spaces or tabs or any newlines.
    all of the conditions should be checked.
    ....how a user can add a new line to a...
  21. Replies
    10
    Views
    1,654

    i DON'T INDERSTAND THAT WHAT IS meant by "blank"....

    i DON'T INDERSTAND THAT WHAT IS meant by "blank".
    are u talking about spaces that we use to seperate one word to another? that means the ascii code of that is 32. m i right?
  22. Thread: atoi or scanf()

    by rahat
    Replies
    4
    Views
    5,840

    Re: atoi or scanf()

    /* THE FOLLOWING PROGRAMME IS TO SOLVE A PROBLEM THAT CAN'T BE SOLVED WITHOUT THE USE OF atoi. THIS PROGRAMME DOESN'T ALLOW THE USER TO ENTER ANYTHING OTHER THAN
    0 TO 9 .*/

    #include <stdio.h>...
  23. Replies
    8
    Views
    1,628

    Yes...your code will work just fine. but how much...

    Yes...your code will work just fine. but how much important the default statement is for our purpose is my question....
  24. Replies
    9
    Views
    2,484

    Re: How to start to study C ?

    Fantastic .....!!!! Be with C and get some books of C programming.
    you should select only one of the boks you got. You must select a book that has been written for the very beginners.
    keep on...
Results 1 to 24 of 24