Skip to content

Instantly share code, notes, and snippets.

View drescherjm's full-sized avatar

John M. Drescher drescherjm

View GitHub Profile
@drescherjm
drescherjm / test.cpp
Created July 5, 2023 23:50
Visual Studio command line arguments release problem.
#include <iostream>
#include <string>
void run(int planeprev, int cplane, int cplane_id)
{
int ninfl = 0;
std::cout << "PP=" << planeprev << " CP=" << cplane << " CPID=" << cplane_id << std::endl;
if (cplane_id > planeprev && cplane_id < cplane)
{
ninfl = 2;