Hey, is there a function/call in c in windows to find the place from where your C-Development Environment is running.
For example, (in case of Turbo-c), MOSTLY it is
C:\TC\bin.
Can i find this from within the program and output to a string or something ???

Recommended Answers

All 4 Replies

http://cboard.cprogramming.com/c-programming/139292-find-home-path-c-environment.html
Suggest sticking to asking on one forum at once.
http://www.catb.org/~esr/faqs/smart-questions.html#forum
or
http://www.catb.org/~esr/faqs/smart-questions.html#urgent

i dont get that sir,
by posting in a couple of forums, I belive, I am not only improving my understanding but also helping people from other forums address the issue. For eg, before posting i normally look up the previous posts on the forum, so it helps me if i can find a topic on my forum.
For example , i got a couple of responses from the other forum which i found far more useful than the 2 out-of-context links u sent me.
And if u find this on another forum, why do you go ahead and click it unless you think you can get something useful out of it. I am sure you would have read the responses from the other forum as well. So how can you do it, after telling me not to do it.
All cool from my side, but still dont agree with your view :)

commented: You're obviously so full of your own self importance that you don't care how much time you waste for other people -4

Tubby, Salem is one of the most prolific C repliers on the C forums. What he's talking about is that people post the same info on several boards. Then people like him answer them, ON EACH OF THE SEVERAL BOARDS.

That means there's a tremendous amount of duplicated work, especially when the original poster has a boatload of follow up questions.

We've seen where the answers were 2-3 pages deep, on 4 forums. The problem is, people do this as a donation to the community, but there is limited time available. Multiple forum requests (I'm referring to those made on the same day, with the same content), waste that resource.

Sorry, but I do not love doing string processing in C. You could do manual PATH processing or find library to support that for you in C. Or you could find way to retrieve it from System Registry (with winreg.h).

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.