Skip to content
Advertisement

Tag: windows

Windows Executable file structure

I know that generally the object file has code, data, heap and stack sections. But I want to know how this is arranged in windows executables and Linux executables. I searched on internet and found some structure. I understood .text is for code and .data is for global variables. I want to know here is the stack and heap in

XTerm on windows

I have Swing Java application manifesting an error on linux, which I need to fix. The main problem is getting linux environment, and I’m unwilling to install one because I have a remote linux box already. Now, the GUI part, how would I run xterm on windows? I made several shots in the dark: installed XMing, and then got totally

Git on Windows: What do the crlf settings mean?

I don’t understand the complexities related to CrLf settings in git: core.autocrlf, core.safecrlf I’m developing a cross-platform project in a team and would like both Windows and Linux developers to be able to work together without git marking files as modified just because of line ending style. What do the various settings mean? What would be the consequences of choosing

PuTTY: Change default SSH login directory [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question

What is the best way to use linux utilities under windows? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question

Regarding the Single and the Double Dot within Directories

Whenever we use the command: and We see 2 kinds of dots: Appear in the directories. Now in APUE by Stephens Rago, it says these are filenames and some books say these are directories. What are these Dots about anyway? Please provide an answer w.r.t. Windows as well as Unix if possible. Answer It’s the same for both platforms (and

Advertisement