07-13-2015 08:33 AM
Hi,
Can u pls convert this c++ code to vi labview ??
int main(int argc, _TCHAR* argv[])
{
unsigned long loopCounter = 0;
unsigned char flash = 0;
char numModul = 0;
if (!Init())
{
std::cout << "Error \n";
return 1;
}
std::cout << "(c) 2014 \n";
}
07-13-2015 09:00 AM - edited 07-13-2015 09:01 AM
Hi prp,
why can't you do this on your own? (After 6 weeks in the forum you should have learned enough about LabVIEW for this task!)
Why should we do your work?
Your code consists of an IF-THEN-ELSE statement and some text display. Shouldn't be that hard, even for a beginner…