how to find .obj file

A

ashishnh33

cud u plz tell me how to find all .obj files in the system using c++
culd u plz tell me the concept plzzzzz.
 
J

Jaspreet

ashishnh33 said:
cud u plz tell me how to find all .obj files in the system using c++
culd u plz tell me the concept plzzzzz.

What is u ? What is plzzzz ? What is cud ? Seems I need to go to an
evening school to rebrush my English. :-(

I guess you need to have a look at system command.
 
A

ashishnh33

well at first thanks for yor suggestion,i'll sure join the evening
school to refresh my english and again thanks for reminding me about
system commands.
 
J

Jaspreet

ashishnh33 said:
well at first thanks for yor suggestion,i'll sure join the evening
school to refresh my english and again thanks for reminding me about
system commands.

Ashish, I said I and not you needed to go to an evening school. And
just to clear the picture, I was joking. In future I would put in my
jokes within <laugh> tags.

Also, do not use the Reply hyperlink at the bottom of the post. Its
broken and does not put the previous context into the new post. Please
always use the Reply link at the top of the post which appears after
clicking on 'show options' link.

Again apologies if you did not get the joke.
 
D

dan2online

ashishnh33 said:
cud u plz tell me how to find all .obj files in the system using c++
culd u plz tell me the concept plzzzzz.

You need to know the object file format that I can search for your
platform, then you scan all files in your system to find all .obj files
by decoding the file format. But the object file format has nothing to
do with your programming language. Of course, you can implement
searching/decoding algorithm using C++.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top