473,503 Members | 3,744 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

what compiler is best for me

1 New Member
Hi all, I am new to this so please be patient. I am looking to learn the language of c++. But i have found my self stuck at the first hurdle, i have purchased a book to teach me c++ and that came with a cd with a compiler on to run my various lessons ect. I have installed the compiler as said but when i click it it just shows me a dos page breifly then nothing. I have read the cd and it doesnt mention my op. I am running windows xp. Is there a easy compiler available to me ( i am of very little knowledge of anything to do with programmeing) which is a complete programme that contains librarys and has the ability to make exc programes. At the moment i am just dying to do the hello world programme... My end goal of learning c++ is to be able to control electronic devices myself as i have some electronic background, will that affect what compiler i need ie i dont just want to put things on a screen i want to control devices via a usb lead or evern a serial port?????

If there is anyone who could steer me in the right direction and not poke to much fun at my lack of knowledge i would be most apreiciative. Also are there any compliers free to download that dont involve going on sites that can cause harm to your pc?

Thank you for reading this
Nov 28 '06 #1
2 1672
horace1
1,510 Recognized Expert Top Contributor
have a look at DEV-C++ which is free and easy to use, see
http://www.bloodshed.net/devcpp.html

a very good online C++ tutorial is
http://www.cplusplus.com/doc/tutorial/
Nov 28 '06 #2
smithan
16 New Member
Hi all, I am new to this so please be patient. I am looking to learn the language of c++. But i have found my self stuck at the first hurdle, i have purchased a book to teach me c++ and that came with a cd with a compiler on to run my various lessons ect. I have installed the compiler as said but when i click it it just shows me a dos page breifly then nothing. I have read the cd and it doesnt mention my op. I am running windows xp. Is there a easy compiler available to me ( i am of very little knowledge of anything to do with programmeing) which is a complete programme that contains librarys and has the ability to make exc programes. At the moment i am just dying to do the hello world programme... My end goal of learning c++ is to be able to control electronic devices myself as i have some electronic background, will that affect what compiler i need ie i dont just want to put things on a screen i want to control devices via a usb lead or evern a serial port?????

If there is anyone who could steer me in the right direction and not poke to much fun at my lack of knowledge i would be most apreiciative. Also are there any compliers free to download that dont involve going on sites that can cause harm to your pc?

Thank you for reading this
hi,

u say ur new to c++, then it not a good thing to get stuck up with a complier at this stage..... may be the compiler u have been provided with the cd is a turbo c++........ it opens a dos prompt, n then ur supposed to used the command to run turbo c++........

else borland will be a real good option for u, its very easy + provides all the functionalities....... and also u get a free version

smitha
Nov 29 '06 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

24
2027
by: wm2004 | last post by:
Which is the best C++ Compiler? Get An Online Business and Make Money! Learn the secrets of many ordinary people who quit their day jobs to pursue an online business. There are many affiliate...
11
2486
by: modemer | last post by:
If I define the following codes: void f(const MyClass & in) {cout << "f(const)\n";} void f(MyClass in) {cout<<"f()\n";} MyClass myclass; f(myclass); Compiler complain that it can't find...
28
3233
by: Madhur | last post by:
Hello what about this nice way to open a file in single line rather than using if and else. #include<stdio.h> void main() { FILE *nd; clrscr();...
51
4451
by: jacob navia | last post by:
I would like to add at the beginning of the C tutorial I am writing a short blurb about what "types" are. I came up with the following text. Please can you comment? Did I miss something? Is...
41
3370
by: Mountain Bikn' Guy | last post by:
What is the current preferred way to save user preferences in dotnet? Is the registry the right place to do this? Can anyone recommend a good article (or book) for this topic? Thanks.
13
4997
by: Jason Huang | last post by:
Hi, Would someone explain the following coding more detail for me? What's the ( ) for? CurrentText = (TextBox)e.Item.Cells.Controls; Thanks. Jason
59
3139
by: Chris Dunaway | last post by:
The C# 3.0 spec (http://msdn.microsoft.com/vcsharp/future/) contains a feature called "Implicitly typed local variables". The type of the variable is determined at compile time based on the...
98
4490
by: tjb | last post by:
I often see code like this: /// <summary> /// Removes a node. /// </summary> /// <param name="node">The node to remove.</param> public void RemoveNode(Node node) { <...> }
20
2102
by: pratap | last post by:
Could someone clarify how could one reduce the size of an executable code during compile time. Could one use specific compile time flag with makefile or is it advisable to go for dynamic linking....
10
1701
by: Shraddha | last post by:
int *s=(int *)2000; int *p=(int *)1000; printf("%d",p-s);
0
7192
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7261
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7315
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7445
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
3158
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3147
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1492
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
721
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
369
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.