This program should work and do all the things that you want it to do:<br><br># include <stdio.h><br><br>void main(){<br><br> char a= '%';<br><br> printf...
Hey<br><br>A book that we are using at college that covers all the basics, and of all the books that I have read, this is a basic, yet powerful book ...
Think of this as a problem of ownership. You own your pointer, but the operating system owns the memory where the strings are stored. You may or may not have ...
ok, that makes sense, and that works much better ;) , thanks. I havent played with this yet, but One more question, say i want to <br>copy var1 , var2 ... ...
Here are two solutions. (They should work, but I haven't tried either of them.)<br><br>The first one is derivd from your code. It uses the strcat() function to...
>...but One more question, say i want to <br>copy var1 , var2 ... var100 into that same pointer<br>using a while() or for() loop.<<br><br>There is one ...
I used to have a piece oc c code that compiled fine. I am using a new compiler, and get the follwing error message:<br><br> warning: unknown escape sequence ...
>fprintf(stream_FND_Resevoir_ctl, "\)\n"); <br><br>I do not fully understand this (I didn't write the code).<br><br>Can somebody tell me:<br>a) What "\)\n"...
Anyone out there know about a tool, or some source code that can be used to track through header file dependancies in large C projects automatically? i.e....
The one true code browser!<br><br><a href=http://www.scitools.com/ target=new>http://www.scitools.com/</a><br><br>Their understand tool is worth paying the...
try doing a search for a .ocx that implements a COM port connection. Some of the better ones include modem commands. Mind you, this means that you will be ...
Just started my first C class. Having a problem with the output of gross pay. The output is nothing that makes sense, it's the same number regardless of what...
im a new person too, but i still think i see your problem. if im wrong anyone, feel free to fix what i say<br><br>the line:<br>float wage, hours, gross = wage...
Great work! It worked. Thank you. I didn't see it as I was trying to head all my variables and assignments on top, however that didn't pan out with the correct...
i need help in this assignment, pls.<br><br>--<br><br>One of the more interesting puzzlers for chess buffs in the knight's tour problem, originally proposed by...
Another one is Source Insight: [<a href=http://www.sourcedyn.com] target=new>http://www.sourcedyn.com]</a><br><br>Its v good - and free trial version is...
i am presently learning c programming and am having trouble on quite a few assignments.<br>my first question is what function can be used if i want to reverse ...
normally, you would start the program, post what you have, and then ask people to help troubleshoot your code. Nobody here wants to do your homework for you....
Hello everyone, I hope someone can help...I have no formal training in computers but I would like to become competent in writing programs in C. I got the ...
I'm no master by any means at C or C++, but if you wanna develop graphic programs I would learn the fundamentals of C and then move on to concentrating on C++,...