Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » RCP Testing Tool » Eclipse problems
Eclipse problems [message #1841141] Tue, 04 May 2021 18:17
Lavrov Lavrovich is currently offline Lavrov LavrovichFriend
Messages: 1
Registered: May 2021
Junior Member
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: Sat May 04 04:25:53 GMT 2024

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

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

Back to the top