No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
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 … | |
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 … | |
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 … |
The End.