Jump to content
Sign in to follow this  
rimau_malaya

Minta Tolong : Masalah Compiler

Recommended Posts

salam sifu semua.. sy ada install microsoft visual C++ 2008 express dan microsoft visual C 2008 express. tapi bila nak "build", popup akan kuar dan bagi tau sila download compiler. bila guna Xcode(max osx) pon kuar masalah sama. katanya ade masalah compiler.kenapa ek? dulu masa belajar guna borland C++ jer xde masalah pon. skrg baru nak sambung belajar, usha balik software utk programming, semua kuar masalah yg sama.. saya cudah cuba pada 2 platform iaitu windows dan mac osx tapi masalah yg sama wujud. sedangkan sy guna coding yang simple saja..harap sifu disini dapat membantu. coding yg sy guna ada di bawah.. : [CODE]
#include <iostream.h>
int main ()
{
cout <<"hello world";
return 0;
}
[/CODE]

Share this post


Link to post
Share on other sites
try... ok test kat ming ok je..
[url="http://www.codeblocks.org/"]http://www.codeblocks.org/[/url]

[CODE]
#include <iostream>
using namespace std;
int main()
{
cout << "Hello world!";
return 0;
}
[/CODE]

Share this post


Link to post
Share on other sites
ni bukan masalah pada coding..ni masalah pada compiler setting..Memandangkan ko guna Visual C++ Express Edition, make sure ko dah download semua component dan file yang diperlukan macam compiler dan lain-lain.. Bile gune Express Edition (baca Free Edition), kadang-kadang memang ada limitation atau tak complete..so, kena check balik semua components yang diperlukan,..kalau susah-susah sangat,re-install je..

Share this post


Link to post
Share on other sites
[quote name='NeoLogy' timestamp='1334468202' post='1080997']
ni bukan masalah pada coding..ni masalah pada compiler setting..Memandangkan ko guna Visual C++ Express Edition, make sure ko dah download semua component dan file yang diperlukan macam compiler dan lain-lain.. Bile gune Express Edition (baca Free Edition), kadang-kadang memang ada limitation atau tak complete..so, kena check balik semua components yang diperlukan,..kalau susah-susah sangat,re-install je..
[/quote]

masalahnya semua compiler yg xde.. x kan la nak run simple code pon x boleh...

[quote name='mziskandar' timestamp='1334466965' post='1080996']
try... ok test kat ming ok je..
[url="http://www.codeblocks.org/"]http://www.codeblocks.org/[/url]

[CODE]
#include <iostream>
using namespace std;
int main()
{
cout << "Hello world!";
return 0;
}
[/CODE]
[/quote]

dah download..
camana nak guna?
mcm xde pape yg berlaku pon bila aku klik "build"

Share this post


Link to post
Share on other sites
Ok im here to help you this code have no problem at all try to search wether you got your iostream.h at your include settings if it is not paste another iostream header file at your include folder file.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...