Search:

Type: Posts; User: Sjvlsdsd

Search: Search took 0.01 seconds.

  1. Thread: Why certify?

    by Sjvlsdsd
    Replies
    1
    Views
    891

    Why certify?

    Any where in the world, every person says you get certification. But i says why certification. Specify the reasons to get certification.
  2. Replies
    0
    Views
    969

    Cataloging music CDs

    Can anyone recommend a quality freeware version of software that creates a database of your music CDs? I have tried the free trials but find it difficult to spend $50-100 for the "real" version after...
  3. Replies
    1
    Views
    1,229

    Storing the output in a file

    hi,
    I want the c code for storing the output in a file..

    I have done a program in linux and i want to store the output in a seperate file..can u just tell me...

    Thanks in advance..
  4. Searching for a particular address in a given range

    Can anyone help me with searching for a particular address in a given range in C. like i have to search for *ptr in range specified by *high and *low. i think it is not same as linear search. can...
  5. Replies
    13
    Views
    1,651

    Most effective way to learn C++?

    Hey Guys,

    I'm trying to relearn C++. I made some very basic programs with it a few years ago but I don't remember much so i'd prefer something that is geared towards beginners.

    My question is...
  6. Replies
    1
    Views
    3,051

    Reading ram contents

    Hi members,
    Now a days i am bit confused as i wanna read the contents of ram through c programming. I have made a little search and i came to know about some functions like absread(). I know that...
  7. Searching for a particular address in a given range

    Can anyone help me with searching for a particular address in a given range in C. like i have to search for *ptr in range specified by *high and *low. i think it is not same as linear search. can...
  8. Replies
    9
    Views
    8,556

    Open an Excel file from C

    How do I open an excel file from C?
  9. Replies
    21
    Views
    3,706

    What are you using to write your code?

    What are you using to write your code?

    Just thought it'd be cool to get an idea of what the members here are using for editors/IDEs. Have fun!

    As requested, this is a growing list of the...
  10. Replies
    3
    Views
    2,055

    Access violation in C++

    I have been trying to resolve the access violation in the program for bounding volume hierarchy. Which takes an 3-D object "statue.ply" and creates a bounding volume hierarchy through which a ray...
  11. Thread: About Arrays

    by Sjvlsdsd
    Replies
    3
    Views
    834

    About Arrays

    Hello guys, I have a problem which need your help.....
    There is an array having 10 integers.
    Integers occupy 4 bytes.
    So when sizeof(a) is applied, result is 40 as expected,
    but when sizeof(a+1)...
  12. Replies
    4
    Views
    2,553

    A simple calendar in c

    Hi I'm just starting out in the world of C programming and looking for source code for a simple calendar written in "C". does this exist somewhere around?? The code needs to show the yearly calendar...
Results 1 to 12 of 12