Search:

Type: Posts; User: ElemenT.usha

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    17
    Views
    2,511

    =>BEN10 yes i did but still the general...

    =>BEN10
    yes i did but still the general protection exception is occuring
  2. Replies
    17
    Views
    2,511

    i am compiling in turbo c++4.5 i m getting...

    i am compiling in turbo c++4.5
    i m getting general protection exception
  3. Replies
    17
    Views
    2,511

    i need it urgent pls someone post me whole...

    i need it urgent pls someone post me whole correct code
  4. Replies
    17
    Views
    2,511

    i am compiling in turbo c++4.5 i m getting...

    i am compiling in turbo c++4.5
    i m getting general protection exception
  5. Replies
    17
    Views
    2,511

    my prog is writing to the file and reading from...

    my prog is writing to the file and reading from it the array of strings...
    though it is compiling i am not getting the output correctly
  6. Replies
    17
    Views
    2,511

    its not compiling......

    #include <stdio.h>
    #include <stdlib.h>
    #include <conio.h>
    int main()
    {
    FILE *fp1,*fpo;
    char s[20][100],ch;
    int i,j;
    fp1=fopen("pr31.c","w");
    if(fp1==NULL)
  7. Replies
    1
    Views
    1,273

    FILE pointer problem

    Read the following data in two different files

    File A: aaaaaaaadddddddd
    bbbbbbbbeeeeeeee
    ccccccccffffffff


    File B: 11111111
    ...
  8. Replies
    17
    Views
    2,511

    FILE pointer problem

    Read the output of a file as

    ABCDEFGHIFSFSA
    1242487132
    FSFSA
    *


    a) Print the output as
  9. Thread: sudoku

    by ElemenT.usha
    Replies
    22
    Views
    5,954

    thanxxx dude... got the solution ... just tell me...

    thanxxx dude... got the solution ... just tell me whether the code is completely generalised in every respect
  10. Replies
    1
    Views
    859

    Guidance Required

    i need to write an asm code for AES,DES standards.... i googled and tried a lot but failed to acquire anyinformation...

    i want to write the whole thing in C first... can anyone help me about where...
  11. Replies
    15
    Views
    10,328

    ok so no one here knows how to copy the stdout...

    ok so no one here knows how to copy the stdout file... thanxxx
  12. Replies
    15
    Views
    10,328

    ok i think i need to post the code now.... ...

    ok i think i need to post the code now....

    following is my code ::

    what does the code do:: it actually creates a virtual paint type environment where we can draw whatever we want (lines arcs...
  13. Replies
    13
    Views
    2,070

    this is what he meant... by varying the...

    this is what he meant...

    by varying the coordinates we can create a 3d effect...




    #include<stdio.h>
    #include<graphics.h>
    int main()
  14. Replies
    15
    Views
    10,328

    BananaMan , your code works fine if the data is...

    BananaMan , your code works fine if the data is text ... but actually i am dealing with graphics in particular ...
    actually i want to store a picture from stdout into a file....
  15. Replies
    15
    Views
    10,328

    yes i want to duplicate all the data in my stdout...

    yes i want to duplicate all the data in my stdout file to another file
    i then want to seek and change the file accordingly and copy it back to stdout....
  16. Replies
    15
    Views
    10,328

    how to copy stdout??

    Problem::
    i want to copy my stdout file into another temporary file from my program itself
    i.e., i want to update the changes i've made in the stdout to another file
    and i want a solution for the...
  17. Replies
    7
    Views
    1,589

    thank you elysia .... i was removing the stdafx.h...

    thank you elysia .... i was removing the stdafx.h everytime myself..
    how dum of me???

    and yes VS is a bit daunting..
    what would you guys suggest VS or GCC ??? now that i want to move on....
  18. Replies
    7
    Views
    1,589

    is there any serious problem??

    I have read in many posts here, that Turbo C is bad and people using it should change their compiler and so on...

    As far as my knowledge goes any compiler should be able to compile C code we have...
  19. Replies
    8
    Views
    1,409

    thank you adak and sorry elysia... i am actually...

    thank you adak and sorry elysia... i am actually still working on my sudoku program and have improved it quite a bit.... and i am still working on it.....
  20. Replies
    8
    Views
    1,409

    i expected some guidance here but it seems that...

    i expected some guidance here but it seems that the big guys like ELYSIA ,MATSP,dwks,salem to name a few are really busy to answer a newbie's question.. watever i am dissapointed at the...
  21. Replies
    8
    Views
    1,409

    Wat else should i do????

    Firstly i will tell you what my problem is:
    " I have done quite a bit of C ,i ve been programming for like 6 months and i am soo much in love with C that i want to learn more and more and...
  22. actually i need to use a time function and find...

    actually i need to use a time function and find the largest possible in 2sec..
    so can you tell me some means to speed up my process
  23. larger means the biggest prime number possible

    larger means the biggest prime number possible
  24. largest number prime number that can be produced...

    my code::

    can anyone suggest how to make the output larger?????




    #include<stdio.h>
    #include<limits.h>
    #include<float.h>
  25. Thread: sudoku

    by ElemenT.usha
    Replies
    22
    Views
    5,954

    thank you adak ....... the program::: ...

    thank you adak .......

    the program:::



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

    int input_sdk(void);
Results 1 to 25 of 73
Page 1 of 3 1 2 3