31-08-2005, 13:15
|
|
|
|
חבר מתאריך: 15.03.05
הודעות: 204
|
|
עזרה בשפת c++
שלום לכולם!!!
קוד PHP:
#include <iostream.h> #include <stdlib.h> main() { char a[64]; cin.getline(a, sizeof(a)); if ((a=="dir")||(a=="DIR") { system("dir"); } else { cout << "rong"; } }
הקוד עובד מצויין אל עם אני כותב dir אחרי הידור הקוד בסוף מופיע לי rong מישהו מצא בעיה?
ניסיתי להדר את התוכנית גם ב- devc++ וגם ב- tclite בשתיהם התוכנית עובדת אבל בשתיהם מופיע לי rong בסוף.
בתודה מראש,
_____________________________________
Your signature did not follow Fresh's signatures policy, therefore it was automatically erased. Please see the E-Mail which has been sent to you, to learn how to fix this.
|