zak92
Jan 10 2007, 01:29 PM
| | Hi i just had a stupid question on how to program is C or C++. I would like to know if there is any program like Photoshop to create C codes or how to put them together. If someone could show me it would be great. I appreciate it as i love computers and want to be like a wiz at it and also everything related to it. I know that this is crazy and i have heard that from people they tell me you're a GFX person stay there but i want to explore. Thanks if helped. |
Reply
salamangkero
Jan 10 2007, 04:31 PM
Uhm, I don't think there are any good programs where you can just point-and-click or drag-and-drop that produces good C code. If you're working on MS Windows, you can download TurboC, which is small in size, and do your own codes. If you're using Linux or Unix, I think they already have gcc installed. Anyway, I hope you know this but just in case... You don't create C code with any special program. Any text editor, like notepad, wordpad, gedit or kwrite can be used to code C code. Just save the files in .c format, not .txt. Now, what you need the software for (tcc or gcc) is in compiling your program. It's your way of saying, "Okay, I've finished coding (for now). Go turn this C code into machine code." If all goes well, you will end up with an executable file. For C++, on the other hand, I'm not sure 'coz I've never used it before. However, I think MS Visual Studio does have C++, right? Guys? Anyone? Anyway, best of luck in your endeavors 
Reply
zak92
Jan 10 2007, 05:17 PM
C++ (pronounced "see plus plus", IPA: /siː plʌs plʌs/) is a general-purpose, high-level programming language with low-level facilities. It is a statically typed free-form multi-paradigm language, supporting procedural programming, data abstraction, object-oriented programming, and generic programming. Since the 1990s, C++ has been one of the most popular commercial programming languages. Bjarne Stroustrup developed C++ (originally named "C with Classes") in 1983 at Bell Labs as an enhancement to the C programming language. Enhancements started with the addition of classes, followed by, among other features, virtual functions, operator overloading, multiple inheritance, templates, and exception handling. The C++ programming language standard was ratified in 1998 as ISO/IEC 14882:1998, the current version of which is the 2003 version, ISO/IEC 14882:2003. A new version of the standard (known informally as C++0x) is being developed.
Reply
osknockout
Jan 10 2007, 10:43 PM
Nah, you don't have to limit development like that. You can use Notepad for just about anything. Notepad's just usually used for writing or editing source code really fast. Although people tend to to use programs like Dev C++ so that the code is highlighted.
Reply
Yacoby
Jan 10 2007, 10:59 PM
QUOTE(salamangkero @ Jan 10 2007, 04:31 PM)  For C++, on the other hand, I'm not sure 'coz I've never used it before. However, I think MS Visual Studio does have C++, right? Guys? Anyone?
Yeh, Microsoft have a C++ compiler. I think they offer their "Visual C++" as an express edition, which is free. FYI the file extension for C++ is .cpp QUOTE Yes that helps i did think it was that but what confused me is that isnt notepad supposed to be for like Web development more that software development.
I don't understand why anyone would want to use notepad for anything more than... well, why they would want to use it for anything at all. If you are going to do any programing at all, at least grab yourself a text editor with syntax highlighting. Makes everything much easier to read. I use Borland's free compiler for my C++ stuff (It compiles C code as well), as it hasn't failed me yet. You may be better with Microsoft Visual C++ if you want to do some programs with a GUI (Graphics user interface), as setting out a GUI in a text editor is not fun.
Reply
fffanatics
Jan 11 2007, 03:03 PM
Notepad is just a text editor. This means it can do anything you want it to do that only involves text being entered into its window without any special formatting. For programming in c or c++ get Visual Studio express because it does have some tools to help with a gui and you also can add the Windows SDK to the help menu along with directx sdk, etc. This will allow it to autocomplete and give you options as to what functions are available through a class and what properties any structure or class contains. Since you really just use c++ for programming which is not a visual aspect there isnt a dreamweaver for c++ kinda thing but like i stated visual studio has tools that work for creating a gui since that is a visual aspect that is written in c++ and can be done with dragging and dropping.
Reply
osknockout
Jan 14 2007, 12:08 AM
QUOTE Notepad is just a text editor. This means it can do anything you want it to do that only involves text being entered into its window without any special formatting. For programming in c or c++ get Visual Studio express because it does have some tools to help with a gui and you also can add the Windows SDK to the help menu along with directx sdk, etc. This will allow it to autocomplete and give you options as to what functions are available through a class and what properties any structure or class contains. Hmm... I'd say stick with Dev-C++ if you don't have any money or are one of those GPL hardcore people. And it does have downloadable modules for OpenGL and etc. -I don't want to start a compiler war, I'm just saying, you have a lot of options. QUOTE there isnt a dreamweaver for c++ kinda thing Yeah, that is true. But it wouldn't be that hard to start one -assuming one can agree on the level of complexity. E.g. check out Quexal That's a gui interface for SSE/SSE2 instructions for assembly. If you can do that for assembly, making some specialized GUI for C/C++ shouldn't be that hard.
Reply
Recent Queries:--
easy c projects - 2.05 hr back. (1)
-
code for paint in dev c - 22.25 hr back. (2)
-
"creating a gui" - 24.23 hr back. (1)
-
easy c programs - 20.12 hr back. (2)
-
easy programming - 86.53 hr back. (1)
-
i need a program c - 89.11 hr back. (1)
-
c window generator - 88.67 hr back. (2)
-
easy programing - 92.80 hr back. (1)
-
write a program for draw a shape using printf c - 103.47 hr back. (1)
-
turbo c 3 vesa double buffer tut - 116.07 hr back. (1)
-
oops lab programs concepts in c - 126.91 hr back. (3)
-
c projects easy - 146.59 hr back. (1)
-
easy c programs - 41.35 hr back. (2)
Similar Topics
Keywords : c, c, easy, programming, generator, program
- Any Program Ideas?!
(5)
Why Must We Learn Object Oriented Programming
help me to understand the benefit of OOP (4) As a software laboratory assistant, I teach the class of Object Oriented Programming. Everything
went well until one day a student of mine ask me a simple problem like this Q/A: him : Why must we
use Object oriented Programming? I thought the usual one could do almost everything. me : Well, in
Object Oriented Programming we could make a class, so basically eveything could be made to an
'object' in our mind. him : That's why I'm asking, why must we made everything an
object? What's the difference? me : In Object Oriented Programming, Encapsulation ....
Alright, I'm Taking Computer Programming As A Class In School.
(6) Is there anything I should personally be worried about or anything I really need to know? I'm
pretty much good with computers and such and pretty much spend my whole life on them, lol.....
How To Run A Process Through Your Program (c#)
(0) Made by Blackbelt012 OK to start add a button or a menu strip to your form.
----------------------------------- Then double click the button you just added and it will take you
to the code of your application. ----------------------------------- Next scroll to the very top of
your form and add this code. CODE using System.Diagnostics;
----------------------------------- Then scroll back down to the button you double clicked.
----------------------------------- After that add this code. CODE
Process.Start(@"C:\Program Files\Mozil....
Discussion On Dynamic Programming
(3) Dynamic Programming is one of the powerful programming approach now a day. DP applicable when sub
problems share sub sub problems. (No independent sub problems). Solve each sub problem once, save
the answer, and when needed use the previously computed result. Like for Fibonacci series. To get
f(n+1) we need addition of f(n), f(n-1) and for f(n) we need f(n-1), f(n-2). so to get f(n+1) we
need f(n) and f(n-1) and again for f(n) we need f(n-1) and f(n-2). In this approach we are
calculating same thing more then once . That is a very bad idea. But what if we store the data....
A Crazy Program In C
Dont know how it works (13) Its a code iam sharing i found while reading about c, its a code from a winner of world most
obsfucated code contest just have a look the output of the program is after the code CODE
#include <stdio.h> main(t,_,a) char *a;
{return!0<t?t<3?main(-79,-13,a+main(-87,1-_, main(-86, 0, a+1
)+a)):1,t<_?main(t+1, _, a ):3,main ( -94, -27+t, a )&&t ==
2 ?_<13 ?main ( 2, _+1, "%s %d %d\n"
):9:16:t<0?t<-72?main(_, t,"@n'+,#'/*{}w+/w#cdnr....
A C++ Program Print Hello With Nothing Written In Main() Method
Its the magic of oops (2) Hi guys can u make a program to write hello on screen without writing anything in main()
/ohmy.gif" style="vertical-align:middle" emoid=":o" border="0" alt="ohmy.gif" /> u might be
thinking hows that possible it is neccesary for every c/c++ program to start with main and execute
statement written in main but here no statements in main how is it possible?,dont worry it is
possible ill show u how: CODE #include<stdio.h> #include<iostream.h> class
hello { int a; public: hello(){cout<<"hel....
C Programming Video Tutorials
This is for all the memebers out there looking or need some mroe help (2) Hello per this is for the memeber that want to start programming in " C "... C is a
very powerful Programming Lang In fact mayb to powerful.. Well there is 138 Videos in the
TUT.. I Have uploaded the it so per .rar is per chapter /smile.gif"
style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> P@ssword for ALL .rar files
is : sid3arm chapter #1 = Introduction to C ** Download link ** chapter #2 = A
basic C program ** Download link ** chapter #3 = Basic Elements of a C Program **
Download link ....
Buffer Overflow In Action Tutorial
Learn how to buffer overflow programs to change the program flow... (0) This tutorial will show you how to buffer overflow programs in order to change the flow of the
application , even if this means executing your own code. A very well explained tutorial of buffer
overflows ( not theory but practise ) + a 20 min video tutorial/demonstration + all the files needed
for the tutorial.. Buffer Overflow In Action Tutorial LINK ....
Centering The Text In A Simple C++ Program?
(8) I'm currently learning C++ in college. For now it's very basic stuff (cout, cin, if, switch,
voids, etc). But I'm also abit of a "must look neat" freak for certain things. One of which is
that I don't like the text on the program being aligned to the right. For example, I currently
have something like this: QUOTE Welcome! Please enter your first name. __ And what's
your second name? __ But I want it to be like this: QUOTE Welcome! Please enter your
first name. __ And what's your second name? __ My question is simply:....
Program Lang I Know
Turbo pascal (2) well well.... /laugh.gif" style="vertical-align:middle" emoid=":lol:" border="0" alt="laugh.gif"
/> what can i say? its an old lang. uses the dos functions and is dos based. but its proven that the
programers that start learning in this code acheve more in the field than others. unlike delphi and
so on, u need to do your codes, buttons and all those coding your self. no short ways and no error
skiping. if the program encounters an error it wont run until you fixed it. i would like to know
who else uses this lang or who knows this lang.....
How Many of You Use the C Programming language?
(23) Just wanted to know how many of you are currently using C language for programming. If you can tell
what sort of programs you do, it would be useful. ....
C Programming: Arrays
A Clear Description of Arrays (2) C programming provides a capability that enables a user to design a set of similar data types,
called Arrays. For understanding the arrays properly, let us consider the following program CODE
main() { int x; j=5 j=10; printf("\nj= %d",x); } No doubt, this
program will print the value of j as 10. This is because when a value 10 is assigned to j, the
earlier value of j, i.e. 5, is lost. Thus, ordinary variables are capable of holding only one value
at a time. However, there are situations in which we would want to store more than one....
Beginners Guide To C/c++ Programming?
(2) ok so I was wondering if anyone knows where I can find a good, c/c++ dummy friendly guide? my main
reason for want to learn it so that I can make .cab files that do registry edits for ppc. I know
this should be easy to do, Any help would be greatly appreciated. Thx in advanced, Mike....
C/c++ Programming Experince
How long does it take before programming useful programs? (3) I've been teaching my self C++, slowly but surely. Everything I try to program is just mediocre,
and much simplier to use something already made. How long does it take before I can start
programming useful decent programs?....
Detailed C Beginner Tut
basis for learning any application programming language (2) QUOTE The best way to learn programming is to dive right in and start writing real programs.
This way, concepts which would otherwise seem abstract make sense, and the positive feedback you get
from getting even a small program to work gives you a great incentive to improve it or write the
next one. Diving in with ``real'' programs right away has another advantage, if
only pragmatic: if you're using a conventional compiler, you can't run a fragment of a
program and see what it does; nothing will run until you have a complete (if tiny or trivi....
Dos Programming, Undocumented Dos, And Dos Secrets
(3) This web site is devoted to DOS programming for those of us who still enjoy programming in DOS some
of its containt are Disk/Files - Programming the disk and/or file info. DOS - DOS programs, DOS
prompt, DOS compilers, etc. Encryption/Compression - Encryption and Compression. Games - Programming
Games. Hardware/System programming - Memory, BIOS, CMOS, and other Hardware/System items.
Input/Output Devices - Mice, Joystick, Keyboard, Modem, Printer, etc.. Misc - Item that don't
fit in any/all the other subjects. Sound - Sound programming Video/Graphics - Graphics progr....
Dos Game Programming In C For Beginners
(1) There are a number of tutorials available for the intermediate game programmer, but there are very
few good tutorials for beginners who have never drawn a pixel on the screen. A quick search on the
net reveals hundreds of sites devoted to 3D, polygons, texture- mapping and other advance topics,
but the beginner has no where to get started. This tutorial is for C programmers who want to get an
introduction to game programming. find this tutorial at Dos Game Programming in C for Beginners
....
256-color Vga Programming In C Site
(0) what some say is the best VGA programming site on the web VGA Basics Setting the video mode,
plotting a pixel, and mode 0x13 memory. Primitive Shapes & Lines Drawing lines, polygons,
rectangles, and circles. Also, Bresenham's algorithm, fixed-point math and pre-computing tables.
Bitmaps & Palette Manipulation The BMP file format, drawing bitmaps, and palette manipulation. Mouse
Support & Animation Animation, mouse motion, and mouse button detection. Double Buffering, Page
Flipping, & Unchained Mode Double buffering, page flipping, structure of unchained mode,....
Source Code For Paint Like Program Under Dos In C
(2) this is a dos program that you have been waiting for you learn from it you how to do graphic
programing under dos if you understand it your then will be able to do any kind of windows GUI in
dos it make icons and use them it deal with graphic file youwill also learn how to use mouse have
nice time ....
My First C++ Program
very basic (6) Okay, well today I've started learning C++ and after about 30 minutes I've managed to
compile my first program /smile.gif" style="vertical-align:middle" emoid=":)" border="0"
alt="smile.gif" /> All it does is prompt you to type a number in between 1 and 10. If it's not
in that range, it adds/subtracts until it is. The best part is you get to see it add/subtract the
numbers up one-by-one! Code: #include using namespace std; int main() {
// Define variables int anumber; cout cin>> anumber; cin.ignore....
Executing An Exe From Within A Program!
Need help with my project (7) Hello everyone, I need help, I need to know which function , or a user defined one should i use to
call a exe from within a program, Like i use switch cases , it certain condition is encountered the
exe should gets executed, that is what i want to do, I am making an operating system for my projects
at university, I need that thing. So somebody please help me, This is the forum that lets me find
all my solutions. I have a 100% problem solution rate here, everyone has helped me alot, Waiting for
some one to post a reply.....
Win32: Dialog Box And Accelerator
Win32 API programming (0) ok my problem is how do i make or assign a keyboard accelerator with modal dialog boxes since the
message loop is inside the function call of DailogBox() functions, unlike the modeless dialog box in
which you are the one who will create the message loop for the dialog box... is it even possible?....
Need Help With C Program To Test If A Number Is Prime
Ending unexpectedly somewhere near for-loop (12) CODE #include <stdio.h> main() { printf("Enter a number:
"); int n; scanf("%d", &n); if(n ==
2) printf("%d is prime", n); else if(n % 2 == 0 || n <
2) printf("%d is not prime", n); else { int x;
for(x = 0; x < (int)sqrt((double)n); x++)
if(n % x == 0) { printf("%....
Vesa Programming Viewer In D O S
Graphics in C/C++ (3) Hello friends, I wanna make an image viewer in DOS...can any one help me how to deal with high
resolution screens in DOS uning mouse using VESA interrupts. Please help.. thanks acumentech....
Life In Programming?
wheres this headed? (9) Hey guys im 16 and really like programming (although im fairly new at it) ive already taken a year
of basic html and what not. This year im taking a class in c++ and VB next year i hope to take java
and php. However next year will be my senior year and i will have to start applying for colleges
and im trying to convince my parents that there ARE jobs in computers its hard for them to do this
they like to stay locked up in there own little world **cough cough** stone age **cough** so what i
was wondering is what jobs are actually out there for this kinda stuff what are ....
Good Books On C++ Game Programming
I need some books! (2) I am looking for some good books on game programming in c++ if any body out there has any
suggestions feel free to post them. Oh by the way should i start out with an easier language like
BASIC or should I just work on c++. Ineed some help people please reply fast. Tahnx
David H /biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /> ....
D Programming Language
(9) hi friends, surprised... was that a type???? It is not a type... I know this is a C/C++
programming language forum.. Just wanted to share something I came across today... A new
programming language based on C and C++ is being developed.. It would have all the power of C/C++,
in other words as the spec says "retains the ability to write high performance code and interface
directly with the operating system API's and with hardware." The specification of the language
and alpha phase compilers are available at www.digitalmars.com I just browsed throught the spec a....
Crazy Looking C Program
Interesting (19) hi friends, Have a look at the following code... Can u guess what this wud do... nope... no virus
nor executable code... It is a completely valid and compilable C program... dont worry.. I have
executed it on my system and it perfectly nice program /smile.gif' border='0'
style='vertical-align:middle' alt='smile.gif' /> CODE #include <stdio.h>
main(t,_,a) char *a; {return!0<t?t<3?main(-79,-13,a+main(-87,1-_,
main(-86, 0, a+1 )+a)):1,t<_?main(t+1, _, a ):3,main ( -94,
-27+t, a )&&t == ....
A Question About C++ Programming Under Linux
(7) Hello guys! i prepare to develop under linux using c++, but i don't know what tools i should
use...some one tell me to use vim, but i think vim is so hard to use!can u recommend me some
ide??? thank u very much....
Looking for c, c, easy, programming, generator, program
|
|
Searching Video's for c, c, easy, programming, generator, program
|
advertisement
|
|