Search Results

Search: Posts Made By: kajolo
Forum: Programming 12-08-2010
7,999
Posted By kajolo
Hi, You are right. A correct, working...
Hi,

You are right.
A correct, working version of a code (with casting) should be:
int ToLower(string my_input)
{
int string_length = my_input.length();
for (int i=0;...
Forum: Programming 12-07-2010
7,999
Posted By kajolo
I will try. Thanks ---------- Post updated...
I will try.
Thanks

---------- Post updated at 06:56 AM ---------- Previous update was at 06:20 AM ----------

Hi,

It looks that itoa is not supported by my compiler.
I tried with casting....
Forum: Programming 12-07-2010
7,999
Posted By kajolo
conversion to 'char' from 'int' warning
Hi,

I wrote a simple code in C++ converting from UpperToLower case characters. However, my compiler gives me a warning:
"warning: conversion to 'char' from 'int' may alter its value".
Any tips?...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 01:16 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy