care to elaborate on that?<br><br><br><pre><code><br>#include &lt;memory.h&gt;<br>#include &lt;stdio.h&gt;<br><br>void main( void )<br>{<br> &nbsp; char buffer[] = "This is a test of the memset function";<br><br> &nbsp; printf( "Before: %s\n", buffer );<br> &nbsp; memset( buffer, '*', 4 );<br> &nbsp; printf( "After:&nbsp; %s\n", buffer );<br>}<br></code></pre><br><div class="label"> <b>Output</b></div> <pre><code>Before: This is a test of the memset function<br>After:&nbsp; **** is a test of the memset function<br><br></code></pre><br><br><br><b><i>Nistur &lt;nistur@googlemail.com&gt;</i></b> wrote:<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> Actually, forget about that, turns out I was doing something stupid <br>somewhere else :)<br><br>Nistur wrote:<br>&gt; Hmmm, I've got a graphics programming module that I've kinda been <br>&gt; neglecting as we have to demonstrate it on Windoze machines and I can
 <br>&gt; never be bothered to boot 'doze...<br>&gt; I have finally got motivated though and decided to make an environment <br>&gt; similar to what we have been given, which was using the Windows API... <br>&gt; Thankfully our lecturer based his framework on the NeHe tutorials, <br>&gt; which also have a Linux copy of their tutorials handy. The problem <br>&gt; comes in the slight differences between NeHe and what we have. The <br>&gt; problem I have at the moment is that the windows stuff we have has <br>&gt; this in it:<br>&gt;    Image *Texture[1];        //Creates storage space for the texture <br>&gt; Width hieght info etc, and the data itself .<br>&gt;    memset(Texture,0,sizeof(void *)*1);    //makes sure the pointer is <br>&gt; set to null.<br>&gt; Image being a struct that was previously defined. I have looked this <br>&gt; up on google and the only thing that comes up is a string function, <br>&gt; which this doesn't appear to match. Anyone know what I'm talking
 <br>&gt; about? I sure as hell don't :) Kinda be interested if someone knows a <br>&gt; solution, I ran it once with memset commented and it worked fine :P <br>&gt; Then I tried to run it again and I got a segmentation fault (which I <br>&gt; tracked to the memset just to be sure, well actually the function call <br>&gt; after the memset where it tries to write to the struct...)<br>&gt;<br>&gt; ------------------------------------------<br>&gt; http://nistur.chaosnet.org<br>&gt;<br>&gt;<br>------------------------------------------<br>http://nistur.chaosnet.org<br><br><br>_______________________________________________<br>dundee GNU/Linux Users Group mailing list<br>dundee@lists.lug.org.uk  http://dundee.lug.org.uk<br>https://mailman.lug.org.uk/mailman/listinfo/dundee<br>Chat on IRC, #tlug on dundee.lug.org.uk<br></blockquote><br><p>&#32;
      <hr size=1> 
Yahoo! Answers - Get better answers from someone who knows. <a
href="http://uk.answers.yahoo.com/ ;_ylc=X3oDMTEydmViNG02BF9TAzIxMTQ3MTcxOTAEc2VjA21haWwEc2xrA3RhZ2xpbmU">Try
it now</a>.