View Full Version : application to run basic C/C+
gemel_1287
March 4, 2010, 09:15 AM
does nyone kno whre i might find an application to write or compile programs in c or c+?
does nyone kno whre i might find an application to write or compile programs in c or c+? pls note i'm new to this so any help wud b appreciated. i found sumthin calld devc+ but it keeps askin for a source code
Ropy
March 4, 2010, 09:45 AM
Code::Blocks (http://www.codeblocks.org/) is a very good compiler.
RickyRudy
March 4, 2010, 09:56 AM
Dev C++ or Codeblocks google them :D
Imac
March 4, 2010, 09:56 AM
I don't know much but the c and c plus plus books tell u where. U can always google the free ones. Like dev plus plus. Netbeans gcc and borland.
gemel_1287
March 4, 2010, 10:29 AM
thanks....will i hav ny problm running it on a 64bt OS coz ive had that problm b4. i'm using windows 7 ultimate. i have a laptop running vista so if windows 7 isnt supportd i could use it
i tried dev + but wenever i try to run it i'm askd for a source code an nothin happens. am not really familiar with this so wud appreciate da help. sum1 recommended code blockers as well so i'll give that a shot
Ropy
March 4, 2010, 11:17 AM
You shouldn't have a problem with it. If it's not a 64bit app it'll install as a 32bit one was work just the same.
techie2000
March 4, 2010, 01:52 PM
you could always install Cygwin (http://www.cygwin.com/) under windows and use g++ or cc to compile your programs.
You could take it a step further Microsoft (http://www.microsoft.com/express/Windows/) has Visual Studio Express with includes Visual c++. This is free
If you are looking for an IDE to use with a 3rd party compiler take a look at Eclipse CDT (http://www.eclipse.org/cdt/)
Imac
March 4, 2010, 01:58 PM
Try code blocks and let me know what its like.
NOKIA 3650
March 4, 2010, 05:24 PM
Borland C++ will not run on a 64-bit version of Windows.
You can however get it to run in the XP-mode environment in Windows7 X64.
L4nd0
March 4, 2010, 06:52 PM
look for dev c++ portable........
thats what im using
gemel_1287
March 4, 2010, 07:52 PM
aite thanks all. code blocks proved to be more to my likings. much thanks
gemel_1287
March 7, 2010, 02:47 PM
You shouldn't have a problem with it. If it's not a 64bit app it'll install as a 32bit one was work just the same.
having a problem with code blocks. ive run the application once after installation an it worked fine. later wen i tried to use it i keep getting a message saying the file has not been built yet. even after i agree to do that it continually pops up asking the same. if i click no the program doesnt run and it says process was terminated.
Ropy
March 7, 2010, 03:22 PM
Run it in Vista compatibility mode and see what happenes.
gemel_1287
March 7, 2010, 03:36 PM
tried , same problm. i checked google an it seems others have had the same problem so i'm wonderin if its a bug, havent found any solutions so far tho
gemel_1287
March 7, 2010, 05:05 PM
ok i found the problem. the Mingw folder wasnt in the same filepath as the applications default setting. thanks
L4nd0
March 7, 2010, 05:42 PM
ok i found the problem. the Mingw folder wasnt in the same filepath as the applications default setting. thanks
what u writing programs for?
gemel_1287
March 8, 2010, 08:01 PM
what u writing programs for?
starting Bscit this year....need to start writing basic coz am new to the whole thing...
L4nd0
March 9, 2010, 04:25 PM
starting Bscit this year....need to start writing basic coz am new to the whole thing...
whats dat ?
kevon
March 9, 2010, 07:00 PM
starting Bscit this year.......
BScit - Bachelor of Science in Information Technology
Imac
March 15, 2010, 11:58 PM
hey Gemel , can you tell me what book u using to practice c++?
I have dietel and dietel ebook but i folllow them and when i type "return 0;"
i get an error from my IDE/compiler
when i change it to "return 1;" the basic first program we write works fine ..
people say that dietel and dietel books are not with the standards of ISO and the other body.....
I need a recommended book
Flexx17
March 16, 2010, 09:52 AM
yo IMAC, Gemel....unnu should a link mi first cause mi hav all a di ansa dem 2 unnu questions...
ur os being x64 shouldnt b a prob....mine is n it doesnt cause those probs....
The prob is with the compiler itself.....more time wen mi a use codeblocks a same error mi get....all u have 2 do is save ur work as a txt file in notepad or supm.... exit blocks n try again....that works 9/10 times 4 me.
Imac
March 16, 2010, 10:02 AM
are you sure flexxx?
ok i'll try that
Imac
March 16, 2010, 10:10 AM
Hey Flexx
It worked :D
thanks yo!
:eusa_danc
#include <iostream>
int main ()
{
std::cout << "Welcome to C++!";
return 0;
}
:D
Flexx17
March 16, 2010, 10:16 AM
Hey Flexx
It worked :D
thanks yo!
:eusa_danc
#include <iostream>
int main ()
{
std::cout << "Welcome to C++!";
return 0;
}
:D
yeah man....glad i could help
Imac
March 16, 2010, 10:51 AM
Yeah man , Big up :D
kalel17
March 21, 2010, 01:37 PM
hey Gemel , can you tell me what book u using to practice c++?
I have dietel and dietel ebook but i folllow them and when i type "return 0;"
i get an error from my IDE/compiler
when i change it to "return 1;" the basic first program we write works fine ..
people say that dietel and dietel books are not with the standards of ISO and the other body.....
I need a recommended book
There are a few ebooks and sites that can put you on your way. If you are completely new to c++ try http://www.cprogramming.com/tutorial/lesson1.html
Thats by far the easiest and clearest tutorial I know and its what got me started... I might create a topic and dump all the tutorials and ebooks there.
Flexx17
March 21, 2010, 01:40 PM
I might create a topic and dump all the tutorials and ebooks there.
that would a gud mi boss.....mi pree da link deh 2 n it simple fi real
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.