473,396 Members | 2,052 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

soln

itoa()

Nov 14 '05 #1
5 1145
darius wrote:
itoa()

No such thing in standard C.
--ag

--
Artie Gold -- Austin, Texas
http://it-matters.blogspot.com (new post 12/5)
http://www.cafepress.com/goldsays
Nov 14 '05 #2
"darius" <ra**********@gmail.com> writes:
itoa()


Question?
--
"The fact that there is a holy war doesn't mean that one of the sides
doesn't suck - usually both do..."
--Alexander Viro
Nov 14 '05 #3
"darius" <ra**********@gmail.com> writes:
itoa()


What is a function not defined in standard C and therefore off-topic
in this newsgroup, Alex?

--
Keith Thompson (The_Other_Keith) ks***@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
Nov 14 '05 #4
"darius" <ra**********@gmail.com> wrote in message
news:11**********************@g14g2000cwa.googlegr oups.com...
itoa()


char itoa(char c)
{
return c == 'i' ? a : c;
}

-Mike
Nov 14 '05 #5

"Mike Wahler" <mk******@mkwahler.net> wrote in message
news:xZ*****************@newsread2.news.pas.earthl ink.net...
"darius" <ra**********@gmail.com> wrote in message
news:11**********************@g14g2000cwa.googlegr oups.com...
itoa()
char itoa(char c)
{
return c == 'i' ? a : c;


return c == 'i' ? 'a' : c;
}


-Mike
Nov 14 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: surfdog58 | last post by:
Need to build complete deployment package for a multi-project enterprise soln consisting of 3 web apps, 20+ web services, 2 windows services, 61 component dll's and 4 databases. Everything except...
3
by: mehul raval | last post by:
hi , regarding ur query as to print the individual elements here is the poss way to do it. # include <stdio.h> void main() { int (*Data); int A={1,2,3,4}; Data=&A;
1
by: CBFalconer | last post by:
I have, for my own amusement, written the following code. However I am in grave doubts as to the accuracy of the code in the function "variations", having spent 50 odd years forgetting everything...
9
by: Anubhav Jain | last post by:
Hi, I am having few .net source files(.cs or .vb) and I want to dynamically generate the corresponding .net project file(.csproj or .vbproj) for them without using visual studio.So that I could...
5
by: readnikhil | last post by:
plz help me solving the problem. i am using a table named XYZ in MYSQL i have columns A B C D E now i want 2 concatenate the values of column A & B and store this value in column A, such...
6
by: shaveta | last post by:
pls help me to write a program such that we input an integer x,where x>0. For x, the program has to convert it into the sum of consecutive positive integers. for e.g. let x=10 output should be "10=...
2
by: Bit Byte | last post by:
I have a solution (VS7.1) which consists of several projects (about 10 projects) - a couple of these projects are work in progress (i.e. uncompleted - and so do not build without errors). Is it...
3
by: Anonymous | last post by:
I want to be able to restrict the set of classes for which a template class can be instantiated (i.e enforce that all instantiation MUST be for classes taht derive from a base type BaseType). ...
0
by: bkpatel | last post by:
get Join the PHP community and share ur probs - soln <table border=0 style="background-color: #fff; padding: 5px;" cellspacing=0> <tr><td> <img...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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
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
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
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.