Search:

Type: Posts; User: rehan

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Thread: Pointers...

    by rehan
    Replies
    7
    Views
    1,086

    @grumpy if u can further explain it, it will be...

    @grumpy if u can further explain it, it will be helpful
  2. Thread: Pointers...

    by rehan
    Replies
    7
    Views
    1,086

    Pointers...

    Hi, i am a new one in programming, please help me in finding out the difference among the two statements.


    First syntax

    volatile unsigned int *mec=(volatile unsigned int *)0x01f80000;
    Second...
  3. Replies
    1
    Views
    1,624

    winsock control in Vb.net

    i want to use winsock control in VB.net for scoket programming, can anybody help me by giving an example so that i can proceed and can use it in my project..
  4. Replies
    12
    Views
    4,545

    in command prompt, command "label" is used to...

    in command prompt, command "label" is used to find "volume serial number", what you guys think the function being used is????????
  5. Replies
    12
    Views
    4,545

    Excuse me!!!! i am asking about a C++ function to...

    Excuse me!!!! i am asking about a C++ function to use it in my program of Borland C++ , while i am using windows as my operating system.Hopefully its clear.......
  6. Replies
    12
    Views
    4,545

    For windows only

    For windows only
  7. Replies
    12
    Views
    4,545

    a function such as?????????

    a function such as?????????
  8. Replies
    5
    Views
    2,199

    i just want to focus on windows operating system...

    i just want to focus on windows operating system only
  9. Replies
    5
    Views
    2,199

    Operating System version number

    Hi all,
    Is there any program in C++ that extracts the version number of the Operating system being used in the system.If, yes wats that.
  10. Replies
    12
    Views
    4,545

    hard disk information

    Hi all,
    i want to write a program in C++ to retrieve hard disk information like volume labels etc.Can anyone help me
  11. Replies
    1
    Views
    1,741

    Random number generator

    Hi dears,
    i want to generate random numbers between 65 and 98,how should i proceed further.
  12. Thread: File hide in C++

    by rehan
    Replies
    11
    Views
    11,410

    Definitly to "hide", i mean to set its attributes...

    Definitly to "hide", i mean to set its attributes hidden and not encryption.So that i can archive at anyother time.
  13. Thread: File hide in C++

    by rehan
    Replies
    11
    Views
    11,410

    File hide in C++

    Hi dears
    i want to write a C++ code to hide a text/doc file. Can anyone help me how i should proceed
  14. Replies
    2
    Views
    1,631

    pdf to text converter

    Hi is there any code in C++ to convert a pdf file in a text file.if so what is that.
  15. Thread: Multiple Pages

    by rehan
    Replies
    4
    Views
    1,386

    i managed a book of 43 pages,each page with...

    i managed a book of 43 pages,each page with exactly 2600 characters.And each page is headed by page number (e.g. page 1 ,page 2 etc) and copied it in a text file.From here i can access the desired...
  16. Thread: Multiple Pages

    by rehan
    Replies
    4
    Views
    1,386

    Multiple Pages

    i want to use different pages of a document (book.pdf/.doc/.txt) to jump at in my program.for example if i want to use page 10 of the book,how i will go there and read its contents.
  17. Thread: To print a space

    by rehan
    Replies
    7
    Views
    1,640

    To print a space

    i want to print a space in a text file .wat i have opted so far is
    fprintf (stream,"%c",32),
    but i am not getting the result,am i wrong or is there anyother way,remember i want to print with...
  18. Replies
    1
    Views
    1,129

    Reading/writing characters

    Hi all,
    i am reading a text file from disk using ifstream,when i write back the same file on disk using ofstream.it omits the last characters.For example i read 2600 characters but when i write back...
  19. Replies
    4
    Views
    1,634

    How many characters i can store

    How many characters i can store in a character array while i am having a ram of 1 GB.
  20. Replies
    33
    Views
    3,539

    i have in my mind to read the characters of the...

    i have in my mind to read the characters of the document. And when i need to jump on page lets say to 29 i just multiply 29 by the number of characters in (50 lines).But here the problem is storing...
  21. Replies
    33
    Views
    3,539

    But how i can program it in C++

    But how i can program it in C++
  22. Replies
    33
    Views
    3,539

    Multiple Pages in a Txt File

    Text file cannot behave as pages.But in my program i m in need of different pages of a document.The only format allowed in C++ is txt.So how i can access this data from the text file in terms of...
  23. Replies
    3
    Views
    1,032

    Two Files in a Program

    Hi all,
    I want to read two files at two different steps in the same program using fstream.can anybody help me in this respect.
    Because when i read characters using fstream.It gives me an error of...
  24. Replies
    14
    Views
    2,809

    Thanxxxxx guys, you really gave me an efficient...

    Thanxxxxx guys,
    you really gave me an efficient code,i tried it a little bit differently and it worked the way i want it in my program.
  25. Replies
    14
    Views
    2,809

    Thanxxxxxxxx Darryl, this is a way,i am working...

    Thanxxxxxxxx Darryl,
    this is a way,i am working on it.
Results 1 to 25 of 39
Page 1 of 2 1 2