Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Danja

Hello, I am trying to interface with a laboratory instrument using C++. I realize that my C++ experience falls short of desirable for this task; I am a self-taught amateur C# programmer delving into C++ and much of the code I have written is new to me. However, I have …

Member Avatar for Moschops
0
557
Member Avatar for Danja

Hello, I am trying to use my .NET 4.5 program to, among other things, launch a Cygwin process and read its log file. The code is pretty simple: string cygwin_exe_path = "C:\\(path)\\teLeap.exe"; ProcessStartInfo cyg = new ProcessStartInfo(); cyg.FileName = cygwin_exe_path; var tleap_proc = Process.Start(cyg); tleap_proc.WaitForExit(); When I build the program …

Member Avatar for Danja
0
293
Member Avatar for Danja

Hello all, I have a long list of coordinates which are supposed to trace the outline of a city. They are supposed to go into a program which plots the trajectory from one coordinate to the next, thereby plotting the outline. For some reason (I'm not sure why; I'm trying …

Member Avatar for hkwhitten
0
981