@rohit bro

http://www.mingw.org/

MinGW, a contraction of "Minimalist GNU for Windows", is a port of the GNU
Compiler Collection (GCC), and GNU Binutils, for use in the development of
native Microsoft Windows applications.

 

 

From: algogeeks@googlegroups.com [mailto:algoge...@googlegroups.com] On
Behalf Of Rohit Saraf
Sent: 13 June 2010 08:19
To: algogeeks@googlegroups.com
Subject: Re: [algogeeks] c array

 

@ram : i guess you have used some longer string and not "strings"

 

btw..  what is Mingw ?

gcc/g++ is not mingw, i guess


--------------------------------------------------
Rohit Saraf
Second Year Undergraduate,
Dept. of Computer Science and Engineering
IIT Bombay
http://www.cse.iitb.ac.in/~rohitfeb14



On Sun, Jun 13, 2010 at 8:13 AM, ram <karthik.gin...@gmail.com> wrote:

D:\code\samplecode\main.cpp|5|error: initializer-string for array of chars
is too long|

 

I get this error on gcc (Mingw) .

 

Though the array indexing starts from 0. 

The length specified in char str[7] is always straightforward . in this case
char str[7]  . the length of str is seven not eight ;hence the error

--

ram

 

From: algogeeks@googlegroups.com [mailto:algoge...@googlegroups.com] On
Behalf Of sharad kumar
Sent: 13 June 2010 07:59
To: algogeeks@googlegroups.com
Subject: Re: [algogeeks] c array

 

hey array indexing starts from 0 rite??
then y shld u get overflow in first place......
s t  r  i n g s \0
0 1 2 3 4 5 6 7

On Sat, Jun 12, 2010 at 9:14 PM, divya <sweetdivya....@gmail.com> wrote:

#include<stdio.h>
int main()
{

char str[7]="strings";
printf("%s\n",str);
return 0;
}

here i m nt getting overflow error whereas if i write stringss instead
of strings then there is overflow error.. isnt null stored after s in
strings nd 1st case shd also give overflow???

--

You received this message because you are subscribed to the Google Groups
"Algorithm Geeks" group.
To post to this group, send email to algoge...@googlegroups.com.

To unsubscribe from this group, send email to
algogeeks+unsubscr...@googlegroups.com
<mailto:algogeeks%2bunsubscr...@googlegroups.com> .
For more options, visit this group at
http://groups.google.com/group/algogeeks?hl=en.




-- 
yezhu malai vaasa venkataramana Govinda Govinda

-- 
You received this message because you are subscribed to the Google Groups
"Algorithm Geeks" group.
To post to this group, send email to algoge...@googlegroups.com.
To unsubscribe from this group, send email to
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/algogeeks?hl=en.

-- 

You received this message because you are subscribed to the Google Groups
"Algorithm Geeks" group.
To post to this group, send email to algoge...@googlegroups.com.
To unsubscribe from this group, send email to
algogeeks+unsubscr...@googlegroups.com
<mailto:algogeeks%2bunsubscr...@googlegroups.com> .
For more options, visit this group at
http://groups.google.com/group/algogeeks?hl=en.

 

-- 
You received this message because you are subscribed to the Google Groups
"Algorithm Geeks" group.
To post to this group, send email to algoge...@googlegroups.com.
To unsubscribe from this group, send email to
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/algogeeks?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algoge...@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to