Forum: Community Introductions May 26th, 2009 |
| Replies: 3 Views: 239 hi, I am a starter PHP coder too, I hope you will be successful! |
Forum: PHP May 25th, 2009 |
| Replies: 3 Views: 568 Yeah your solution seems useful, but I started use PHP at windows :) |
Forum: C May 25th, 2009 |
| Replies: 6 Views: 405 Hi,
I want to write a code which takes an array of 20 characters and deletes all spaces between characters, it should leave only letters. For example:
input : d a n i w e b
I want... |
Forum: PHP May 16th, 2009 |
| Replies: 3 Views: 568 Hi all,
I decided to learn PHP, I am an Ubuntu user, I installed, php5, mysql, apache2.2 and phpmyadmin. But I don't know where to put the files to see them on my web browser, when I write
... |
Forum: C Apr 26th, 2009 |
| Replies: 6 Views: 1,323 And I tried the code in another compiler. It worked but as I see it gets numbers in decimal but I need to get numbers in hexadecimal...
Thanks... |
Forum: C Apr 26th, 2009 |
| Replies: 6 Views: 1,323 Yes I surely added, I actually directly tried the example code in the cplusplus page you sent... |
Forum: C Apr 26th, 2009 |
| Replies: 6 Views: 1,323 Although itoa function seems very useful, I couldn't use it, I use Ubuntu and gcc compiler. And when I try to compile I get this error:
What is the problem you think?
Thanks |
Forum: C Apr 26th, 2009 |
| Replies: 6 Views: 1,323 Hi I want to write a program which reads a hexadecimal number and returns an decimal number.
I wrote that code(inspired by some code pieces from web):
#include <stdio.h>
int main()
{
... |
Forum: C Apr 25th, 2009 |
| Replies: 8 Views: 810 Yeah I really understand now :) thank you very much :) |
Forum: C Apr 25th, 2009 |
| Replies: 8 Views: 810 In this bold part you say the next read value will be interpreted as an integer but where is the next read value, isnt there only one read value in this code (sentence) ?
Thanks a lot! |
Forum: C Apr 25th, 2009 |
| Replies: 8 Views: 810 can you tell me why I would ignore the read value with this " %*s"? I understood other parts, thank you very much... |
Forum: C Apr 25th, 2009 |
| Replies: 8 Views: 810 I just can't understand what happens in the example there :
what do "i" variable and str[20] array do in this function?
Thanks! |
Forum: C Apr 25th, 2009 |
| Replies: 8 Views: 810 Hi, I am expected to use sscanf function in a program, but I couldn't understand how it works. Can you explain it with an easy example?
Thanks
--
newbiecoder |
Forum: Community Introductions Apr 25th, 2009 |
| Replies: 1 Views: 226 Hi my name's Bahadir. I am from Turkey. I'm computer engineering student at first year. We learn C this term and our instructors do force a lot to learn C (by homeworks and exams :) ) I found this... |