Search:

Type: Posts; User: a_learner

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,831

    hey I got the reason anyways thanx for giving...

    hey I got the reason

    anyways thanx for giving it a due considerance

    bye
  2. Replies
    2
    Views
    1,831

    Problem with the linked list

    hi

    I want some help

    when I run the following code, it runs sucessfully for the first time when I add an account...........but when I try to add another it gives me an error "this program has...
  3. Replies
    10
    Views
    1,783

    Problem with the palindrome

    hi
    can anyone help me out of this program


    /*program to determine a palindrome*/
    #include<stdio.h>
    #include<conio.h>
    #include<string.h>

    int main()
  4. Replies
    1
    Views
    1,779

    problem in the Linked list

    hi

    I got stuck with this piece of code...........it is compiling sucessfully but when I run the same it shows a message box with message

    this program has performed an illegal operation and...
  5. Thread: Palindrome

    by a_learner
    Replies
    5
    Views
    2,719

    Palindrome

    hi everybody

    question: Can anyone help me out to make a program that checks a string for being a palindrome or not

    I only want to get the logic, so that I could try it myself

    thanx in...
  6. Replies
    2
    Views
    1,786

    try opening the file in "rb" mode(as it's a...

    try opening the file in "rb" mode(as it's a binary file....I suppose)
  7. Replies
    2
    Views
    2,263

    File Encryption in C

    hi again

    here's another trouble


    I'm encrypting a file using bit manipulation

    the program is compiling succesfully.......and executing sucessfully too

    but the result is none......it...
  8. Replies
    0
    Views
    1,828

    Accessing VDU Memory

    hi u there,

    I'm a newbie in C and I've a small little problem

    question:

    A program is to be written which would keep converting every capital letter on the screen to small case and every...
  9. Replies
    2
    Views
    7,141

    thanx stoned_coder, as per you...

    thanx stoned_coder,

    as per you VC++ is a win32 complier.......so could the problem be sorted out by installing a win16 compiler.

    bye
  10. Replies
    6
    Views
    3,140

    hi Salem, I'm using VC++6.0 on windows98 ...

    hi Salem,


    I'm using VC++6.0 on windows98


    thanx for the help
  11. Replies
    2
    Views
    7,141

    Problem with int86() function

    hi again,

    Question:

    I'm trying to use the int86() function.

    it compiles it succesfully but at the time of execution it gives an error

    memory.obj : error LNK2001: unresolved external...
  12. Replies
    6
    Views
    3,140

    Thanx Salem, But can u get...

    Thanx Salem,

    But can u get me some more appropriate help or code for the problem.
    To be more precise I want to manipulate these bytes or you can say read from the location so...
  13. Replies
    6
    Views
    3,140

    accessing Memory location

    how can I access a particular memory location like 0x417 & 0x418.

    I basically want to work with the shift & toggle keys information.

    and could anyone help me out how can I change the particular...
  14. Thread: Memory size

    by a_learner
    Replies
    4
    Views
    1,933

    I'm using VC++6.0 on Windows98 can't we track...

    I'm using VC++6.0 on Windows98

    can't we track the virtual memory......or is there no way for doing it

    can u explain me somewhat more about this problem


    anyways thanx for the consideration...
  15. Thread: Memory size

    by a_learner
    Replies
    4
    Views
    1,933

    Memory size

    hi again

    here's another question :


    Write a program to pickup the memory size of your computer and display it on to the screen.



    I read the notes and found that the memory size of the...
  16. Thread: Help!!!!!!!!

    by a_learner
    Replies
    1
    Views
    1,264

    Help!!!!!!!!

    hi

    Question:

    Write a program to remove all the comments from a C Program file....


    I'm not getting the logic of the program......

    thanx in advance
  17. Replies
    4
    Views
    977

    heyyy could anyone help out!!!!!

    hi

    could anyone tell me how could I draw a box with opposite corner co-ordinates being (1,0) & (23,79).
    I want to display the name of the file and the page number at the top of the box i.e at the...
  18. Replies
    5
    Views
    1,637

    Can anyone check this code

    Question:

    write a program to store every character typed at the keyboard into a file. the procedure should come to an end as soon as character ~ is hit from the keyboard.


    I've coded and it is...
  19. Replies
    6
    Views
    1,242

    heyyyyyyyy It worked out on Visual C++6.0...

    heyyyyyyyy

    It worked out on Visual C++6.0
    everything is running successfully

    well I had some new problems
    I'm trying them out.......if it dosen't solves out then again upppp to u......
    ...
  20. Thread: a small help

    by a_learner
    Replies
    2
    Views
    1,073

    a small help

    hi

    Question:

    Using C could I open any file on my computer...........I was trying out this but it only worked with the file saved in the dirctory...........

    I tried to open a file on some...
  21. Replies
    6
    Views
    1,242

    Help out this newcomer

    hi everyone out there
    how r u

    this is my first time.......coming to the point I wanna ask that I've installed turboc 3.0 and I'm doing file handling this time.....but none of the programs is...
Results 1 to 21 of 21