Herkes Windows platformunda PHP C + + kod derleme ile bana yardımcı olabilir misiniz? Microsoft Visual C + + 6.0 kullanıyorum.
Ben biliyordum aşağıdaki seçenekleri denedim, ama bunların hiçbiri çalışmıyor:
system('test.c')
exec('test.c')
Dosya 'test.c' benim php / www / klasörüne yerleştirildi.
Ben ilk test.exe ve sonra () Ben exe dosyasını çalıştırmak için gereken exec kullanarak yapar kodu derlemek gerekir.
Edit:
In this code "test.c", I am reading from a file "data.txt". The contents of data.txt is changed every 5 seconds. That's why first I need to compile in PHP and then run the new exe file.