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
JULinuXP and JULinOX OS ETPE 2013 Released
Microsoft, IT Industry Push Software Security Standard
British LulzSec hackers hear jail doors slam shut for years
KDE 4.11 Beginning to Take Shape
Linux, Standards and the Enterprise: Why Red Hat Enterprise Linux Remains the Best Choice
Thoughts on Open Innovation
Apache Virtual Hosting tutorials with Examples
Open Source Zend Framework 2.2 Brings PHP to OpenStack Cloud
How to Install Cinnamon 1.8 on ubuntu 13.04
Zend Framework 2.2.0 Stable Released
more
Recent comments
THANKS Falko
12 hours 40 min ago
Tested on PfSense 2.0.3, VMWare ESXi5.1 and VMWare Player 5.0.1
15 hours 35 min ago
No guarantee?
16 hours 49 min ago
Problems with SSL logins on IMAP and POP
18 hours 13 min ago
Last step
19 hours 51 min ago
remove kvm to install vmplayer
21 hours 19 min ago
Re: Re: Re: Re: Apache Configuration
22 hours 33 min ago
playsms webpage wont send
1 day 14 hours ago
Re: master details in slave my.cnf not explicitly needed
1 day 15 hours ago
Re: On debian 6(squeeze)
1 day 19 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
Switch to Linear Mode
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
12:57
.
Contact Us
-
HowtoForge - Linux Howtos and Tutorials
-
Archive
-
Top
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Recent comments
12 hours 40 min ago
15 hours 35 min ago
16 hours 49 min ago
18 hours 13 min ago
19 hours 51 min ago
21 hours 19 min ago
22 hours 33 min ago
1 day 14 hours ago
1 day 15 hours ago
1 day 19 hours ago