Register
Login
Contribute
Subscribe
RSS
News
FAQForge
ISPConfig
Subscribe
Contribute
Forums
Howtos
Navigation
Howtos
Linux
Android
CentOS
Debian
Fedora
Kernel
Mandriva
PCLinuxOS
SuSE
Ubuntu
Web Server
Apache
Cherokee
Lighttpd
nginx
Backup
Control Panels
ISPConfig
DNS
BIND
MyDNS
PowerDNS
djbdns
Desktop
Email
Anti-Spam/Virus
Postfix
FTP
High-Availability
Lighttpd
Monitoring
MySQL
Programming
C/C++
PHP
Samba
Security
Anti-Spam/Virus
Storage
Virtualization
KVM
OpenVZ
VMware
VirtualBox
Xen
Other
FreeBSD
Commercial
Mini-Howtos
Linux
Apache
Backup
DNS
Errors
FTP
MySQL
Networking
PHP
Postfix
Security
Sendmail
Shell
Other
ISPConfig
Forums
Contribute
Create Content
Subscription
Login
Site Map/RSS Feeds
Facebook
News
Nick Carr's 'IT Doesn't Matter' still matters
m23 rock 13.1 released!
Migrate from MySQL to MariaDB in FreeBSD
The Beginner's Guide to Inkscape
4 Open Source Alternatives To Adobe Photoshop
Not all laptops are designed equal
Can't update Iceweasel from Experimental on Jessie
Top Ten Sleeper Distros
DNF Still Advancing As Experimental Yum For Fedora
Linux's Ondemand Governor Is No Longer Fit
more
Recent comments
Nice Guide Of Lamp
1 day 11 hours ago
THANKS Falko
1 day 19 hours ago
Tested on PfSense 2.0.3, VMWare ESXi5.1 and VMWare Player 5.0.1
1 day 22 hours ago
No guarantee?
1 day 23 hours ago
Problems with SSL logins on IMAP and POP
2 days 1 hour ago
Last step
2 days 3 hours ago
remove kvm to install vmplayer
2 days 4 hours ago
Re: Re: Re: Re: Apache Configuration
2 days 5 hours ago
playsms webpage wont send
2 days 21 hours ago
Re: master details in slave my.cnf not explicitly needed
2 days 22 hours ago
Newsletter
Subscribe to HowtoForge Newsletter
and stay informed about our latest HOWTOs and projects.
(To unsubscribe from our newsletter, visit this
link
.)
English
|
Deutsch
|
Site Map/RSS Feeds
|
Advertise
HowtoForge Forums | HowtoForge - Linux Howtos and Tutorials
>
Linux Forums
>
Programming/Scripts
Help me in c
User Name
Remember Me?
Password
Register
FAQ
Members List
Social Groups
Calendar
Search
Today's Posts
Mark Forums Read
Do you like HowtoForge? Please consider supporting us by
becoming a subscriber
.
Thread Tools
Display Modes
#
1
7th November 2009, 11:59
Abigail
Junior Member
Join Date: Nov 2009
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Help me in c
Hi Everyone,
Can you give me some good Example?
This Example will print the Hello without using printf.
It is possible.
Can you help me?
__________________
webcam
Last edited by Abigail; 11th November 2009 at
09:53
.
Abigail
View Public Profile
Send a private message to Abigail
Find all posts by Abigail
Sponsored Links
#
2
10th November 2009, 06:14
pinguinito
Member
Join Date: Apr 2009
Posts: 87
Thanks: 21
Thanked 1 Time in 1 Post
C "hello.c"
#include <stdio.h> /* this is C */
main()
{
printf("Hello, Word!\n");
return 0;
}
// Now in C++.
#include <iostream>
int
main()
{
std:: cout<<"!Bienvenido a C++!\n";
return 0;
}
I hope this help Editor "vi" then gcc for C g++ for C++ for compiler
pinguinito
View Public Profile
Send a private message to pinguinito
Find all posts by pinguinito
#
3
10th December 2009, 02:22
vinopavit
Junior Member
Join Date: Dec 2009
Location: Chennai
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
If u find the answer say me
I think it is not possible to print without printf statement
vinopavit
View Public Profile
Send a private message to vinopavit
Visit vinopavit's homepage!
Find all posts by vinopavit
#
4
14th December 2009, 17:28
bfasula
Junior Member
Join Date: Dec 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
#include <stdio.h>
main()
{
putchar('h');
putchar('e');
putchar('l');
putchar('l');
putchar('o');
putchar('\n');
}
~
bfasula
View Public Profile
Send a private message to bfasula
Find all posts by bfasula
Bookmarks
Digg
del.icio.us
StumbleUpon
Google
«
Previous Thread
|
Next Thread
»
Thread Tools
Show Printable Version
Email this Page
Display Modes
Linear Mode
Switch to Hybrid Mode
Switch to Threaded Mode
Posting Rules
You
may not
post new threads
You
may not
post replies
You
may not
post attachments
You
may not
edit your posts
BB code
is
On
Smilies
are
On
[IMG]
code is
On
HTML code is
Off
Forum Rules
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
Linux Forums
HOWTO-Related Questions
Installation/Configuration
Server Operation
Desktop Operation
Kernel Questions
Programming/Scripts
Technical
Suggest HOWTO
ISPConfig 3
General
Installation/Configuration
ISPConfig 3 Priority Support
Plugins/Modules/Addons
Tips/Tricks/Mods
Feature Requests
Developers' Forum
ISPConfig 2
General
Installation/Configuration
Tips/Tricks/Mods
Feature Requests
Developers' Forum
MyDNSConfig
General
Other Forums
Smalltalk
Forum Suggestions
All times are GMT +2. The time now is
20:07
.
Contact Us
-
HowtoForge - Linux Howtos and Tutorials
-
Archive
-
Top
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Recent comments
1 day 11 hours ago
1 day 19 hours ago
1 day 22 hours ago
1 day 23 hours ago
2 days 1 hour ago
2 days 3 hours ago
2 days 4 hours ago
2 days 5 hours ago
2 days 21 hours ago
2 days 22 hours ago