Search:

Type: Posts; User: neha007

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,159

    we enginners bother only about errors not...

    we enginners bother only about errors not WARNINGS !!!!!!!!!!!!!!!!!!!



    so ignore it

    ...
    sorry i didnt read your post
  2. Thread: need help

    by neha007
    Replies
    13
    Views
    1,455

    for (i=1;i0;j--) ...

    for (i=1;i<max;i++)
    {
    for(j=i;j>0;j--)
    {
    cout<<i;
    }

    cout<<"\n";
    }
  3. Replies
    15
    Views
    2,716

    i can understand but i m stuck in da problem how...

    i can understand but i m stuck in da problem how to introduce ghost in da game i know how to program pacman and walls etc but stuck in introducing ghost!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  4. Replies
    15
    Views
    2,716

    any one of you plz send me the code of that game...

    any one of you plz send me the code of that game plz i will b very thank full 2 u plzzzzzzzzzzzzzzzzzzzzzzzz
  5. Thread: mouse help

    by neha007
    Replies
    3
    Views
    896

    uuuuuuuuuuuuuuuufffffffffffff i know i m not good...

    uuuuuuuuuuuuuuuufffffffffffff i know i m not good in english

    my question is
    in c++ we select switch options or what ever with key board but in my program i have to select those options with...
  6. Thread: mouse help

    by neha007
    Replies
    3
    Views
    896

    mouse help

    hey any one of u plz help me actually i have to submit my project interface till 1 jan an i cant understand one thing actually whole program is controlled by mouse an i have to call a funtion with...
  7. Thread: help

    by neha007
    Replies
    13
    Views
    1,223

    from memory

    from memory
  8. Thread: help

    by neha007
    Replies
    13
    Views
    1,223

    actually i want to make tv program in which i...

    actually i want to make tv program in which i want to upload a video to just help my code to run tv program if i want to on tv the video plays and otherwise off
  9. Thread: help

    by neha007
    Replies
    13
    Views
    1,223

    plz give me any code related to uploading a file...

    plz give me any code related to uploading a file plz then i will try it by my self
  10. Thread: help

    by neha007
    Replies
    13
    Views
    1,223

    help

    any one plz tell me is it possible to load a video and video file in c++ program actually i want to make project related to television in which i want a video to load in my program and can i increase...
  11. Thread: project

    by neha007
    Replies
    1
    Views
    837

    project

    any one plz give me some easy project proposals related to data structure coz i cant understand to start work on what???????????????????????
  12. Replies
    1
    Views
    1,924

    helppp in bank databse

    any one of u plz help me in my code actually my project is about bank database in oop .in this bank two accounts saving and current . in saving account their is interest but in current it is nt .the...
  13. Replies
    3
    Views
    933

    i cant understand plz code it in to my prog

    i cant understand
    plz code it in to my prog
  14. Replies
    3
    Views
    933

    help in recursion

    hi frend i have to generate fibonacii sequence with and without recursion i did it without and also atemp to do with recursion but io dont know how to my atemp is

    #include<stdio.h>...
  15. Thread: help again

    by neha007
    Replies
    11
    Views
    1,157

    thanx frnd

    thanx frnd
  16. Thread: help again

    by neha007
    Replies
    11
    Views
    1,157

    will u plz give me some example

    will u plz give me some example
  17. Thread: help again

    by neha007
    Replies
    11
    Views
    1,157

    help again

    well friends i have to write a program which generates all combination of 1,2,3, plz give me some hints coz i have to submit it 17th jan
  18. Thread: help in array

    by neha007
    Replies
    8
    Views
    1,318

    hey no one of u can understand wat em i talking...

    hey no one of u can understand wat em i talking bout actually look actually array is e.g
    a{i]={0,1,2,3,4,5,6,7,8,9}
    now i have to right a program in which i have to pass for example just ...
  19. Thread: help in array

    by neha007
    Replies
    8
    Views
    1,318

    hey i know but i have to pass just a part of...

    hey i know but i have to pass just a part of array not the whole array
  20. Thread: help in array

    by neha007
    Replies
    8
    Views
    1,318

    help in array

    hi frnds i have a prob in a question actually in this question iwant to pass part of an array to a function but i cant understand how can i pass my atempt is



    #include<stdio.h>...
  21. Replies
    26
    Views
    1,914

    #include #include...

    #include<stdio.h>
    #include<conio.h>
    #include<stdlib.h>
    #include<string.h>

    main()
    {
    clrscr();
    int a[500];
    int b[500];
  22. Replies
    26
    Views
    1,914

    ok i will try my best but give me some hints that...

    ok i will try my best but give me some hints that how can i add long ints by taking carry
  23. Replies
    26
    Views
    1,914

    now i have to calculate...

    now i have to calculate 1111111111111111111111111111100000000000000000000000000000000023333333333+45345789999999999999999992432144444444444444444444444444444444444444403333333333333 as well as"-" and...
  24. Replies
    26
    Views
    1,914

    #include #include #define...

    #include<stdio.h>
    #include<conio.h>
    #define MAXDIGITS 100
    ch_to_bignum(char *s,bignum *n);
    main()
    {
    clrscr();
    typedef struct {
    char digits[MAXDIGITS],
    int signbit,
  25. Replies
    26
    Views
    1,914

    ya i have tried all of them by my self but failed

    ya i have tried all of them by my self but failed
Results 1 to 25 of 36
Page 1 of 2 1 2