Search:

Type: Posts; User: joybanerjee39

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,229

    just for the sake of clarification, is she your...

    just for the sake of clarification, is she your girlfriend or you are planning to propose her?
  2. Replies
    9
    Views
    2,281

    is it possible to add pictures with the info?

    is it possible to add pictures with the info?
  3. Replies
    3
    Views
    2,416

    do you know of anything that suppots forms and...

    do you know of anything that suppots forms and can be used in windows. or, can i use ncurses in windows in any way
  4. Replies
    3
    Views
    2,416

    pdcurses , form header file

    i have downloaded pdcurses and installed it.

    and , right now i am studying a ncurses tutorial , Introduction

    there are some sample examples also. but, when i try to compile "form"
    code...
  5. Replies
    4
    Views
    1,086

    access denied!

    i am starting to learn to connect a cprogram to a mysql database.

    i have got this elementary program to connect to server , create a database and disconnect from it.

    #include <stdio.h>...
  6. Replies
    10
    Views
    1,202

    you are right. i missed it. it's happening...

    you are right. i missed it. it's happening because c reads top-down.
  7. Replies
    7
    Views
    1,408

    in place of return end; you can use exit(1);

    in place of
    return end; you can use
    exit(1);
  8. Replies
    7
    Views
    1,735

    1.what made you use such distracting/irritating...

    1.what made you use such distracting/irritating fonts to post your query?
    2. you have to do it yourself
  9. Replies
    10
    Views
    1,202

    it is all about variable scope. so, when you...

    it is all about variable scope.

    so, when you are initialising the value of x =100 , in the inner block (ie. main) the value of x is taken as 100 within that block.

    now, as c reads top-down ,...
  10. Replies
    3
    Views
    915

    it has a infinite loop problem. also, don't use...

    it has a infinite loop problem.
    also, don't use <conio.h> and getch() , use getchar(); and <stdio.h> would suffice
  11. Replies
    9
    Views
    1,152

    don't do that. let him research a bit and...

    don't do that.
    let him research a bit and actually learn.
  12. Replies
    9
    Views
    1,152

    you have to use #include only before...

    you have to use
    #include<stdio.h> only before main.
    you have to give the prototype of
    int transp() before using it in main.
  13. Replies
    51
    Views
    9,380

    Poll: this is interesting IDEs Are Dead. Long Live the...

    this is interesting IDEs Are Dead. Long Live the IDE! | Dr Dobb's
  14. Replies
    1
    Views
    1,012

    c with mysql

    i have got a project where i have to connect c program to mysql database.
    but, i have zero knowledge of mysql. so, iwas looking for a mysql tutorial with c language . but. most of the tutorials...
  15. Replies
    14
    Views
    1,468

    my answer is:don't worry abut easy or hard way ,...

    my answer is:don't worry abut easy or hard way , just try it yourself ,then post your code.
  16. Replies
    4
    Views
    44,571

    it is working fine whem i am compiling it. you...

    it is working fine whem i am compiling it.

    you just have to change somethings.
    1. don't use <conio.h>,clrscr(),getch. these are non standard.
    2. use getchar(); inplace of getch();

    give the...
  17. Thread: homework

    by joybanerjee39
    Replies
    4
    Views
    1,025

    printf("requested task could not to performed!");...

    printf("requested task could not to performed!");
    exit(1);
  18. Replies
    4
    Views
    996

    i have found an online magazine(?) dr.doobs. i...

    i have found an online magazine(?) dr.doobs.
    i think it's usefull. let's see!
  19. Replies
    4
    Views
    996

    actually i was looking for something which tells...

    actually i was looking for something which tells us about the latest researches that are going on regarding the c language. new products or games or anything that are being written in the c language....
  20. Replies
    4
    Views
    996

    latest c news sites

    where do you get latest c news, articles etc. online?
    i mean sites exclusively(or mostly) devoted towards c news, articles(not tutorial types).
  21. you have to alter your scanf a liitile bit. make...

    you have to alter your scanf a liitile bit. make it
    scanf(" %c",&gender) ie. keep a space before % . it will "degest" the newline
  22. Replies
    47
    Views
    19,051

    this is what i call a genuine effort to help! ...

    this is what i call a genuine effort to help!

    i have no intention to get into a conflict with you!
    but, think about it. if you were the op, your brain is completely messed up. you are wishing...
  23. Replies
    47
    Views
    19,051

    i use pelles c . and i am pointing the op towards...

    i use pelles c . and i am pointing the op towards the right direction(like adak and common tater). he is not getting it because he is confused.

    do you think that you are even trying to help him?...
  24. Replies
    47
    Views
    19,051

    andrew , do you use pelles c? if not then there...

    andrew , do you use pelles c?
    if not then there is no need to increase your post count by posting unnecessary comments.
  25. Replies
    47
    Views
    19,051

    oops! sorry!my bad! my post was intended to...

    oops! sorry!my bad!
    my post was intended to @anitrex
Results 1 to 25 of 107
Page 1 of 5 1 2 3 4