Skip to main content



      Home
Home » Eclipse Projects » RCP Testing Tool » Eclipse problems
Eclipse problems [message #1841141] Tue, 04 May 2021 14:17
Eclipse UserFriend
Hello. In the old version of Eclipse, the console shows the result of the while loop, and the new version does not show anything, what to do?

#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <stdint.h>
#include <unistd.h>


int main()
{

int c[15]={1,2,3,4,5};
int i;

while(i<16)
{

for(i=0;i<15;i++)
{
printf("%d",c[i]);
}


}


return 0;
}
Previous Topic:RCPTT 2.5.1 couldn't start AUT based on eclipse (4.18) 202012
Next Topic:AUT connection is failing , Unable to launch AUT
Goto Forum:
  


Current Time: Sun Apr 20 13:31:34 EDT 2025

Powered by FUDForum. Page generated in 0.03131 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top