Forum: C Sep 12th, 2006 |
| Replies: 6 Views: 1,212 Thx for the reply, anony. I was trying to understand ur comment, and I thought your code might help, but it sure threw me farther away into oblivion.
I would try your reasoning though. I don't... |
Forum: C Sep 12th, 2006 |
| Replies: 6 Views: 1,212 Hi guys. Hope all is well.
There's another concern too.
If one is to write a code in which a number would be changed into its binary equivalent, and the binary equivalent would be printed, how... |
Forum: C Sep 12th, 2006 |
| Replies: 5 Views: 1,300 Thx very much guys for the contribution. I do understand the difference now. Though I got a concern though:
Using this code:
#include<stdio.h>
main()
{
int *a, int *b;
} |
Forum: C Sep 6th, 2006 |
| Replies: 5 Views: 1,300 Hello guys.
Thanks for the help in the previous posts.
This one is regarding pointers in C language.
Does
1) c = *a and
2) *a = c
mean the same thing?
I think they are.... |
Forum: C Aug 30th, 2006 |
| Replies: 8 Views: 1,395 Thanks very much for that code. Unfortunately, that wasn't what I need. I know how to work with int, but not with char. What I need is an explanationon how to work with char, not the code itself.
... |
Forum: C Aug 29th, 2006 |
| Replies: 8 Views: 1,395 Ok. This is what I have so far:
#include <stdio.h>
#include <conio.h>
main()
{
char alp; |
Forum: C Aug 29th, 2006 |
| Replies: 8 Views: 1,395 I'm not looking for a quick fix. I just happened to have run out of ideas on how to do it, and I need someone to enlighten me on how it can be done.
Self-teaching sometimes have its disadvantages, I... |
Forum: C Aug 29th, 2006 |
| Replies: 8 Views: 1,395 Hello,
I seem to be having some C language probs. I just need insight on how I can write this program:
a program that reads input , and can replace a char with another one(e.g if I type k, it... |
Forum: IT Professionals' Lounge Aug 22nd, 2006 |
| Replies: 1 Views: 1,470 Hi folks.
I'm just learning C language,and I always come across a statement that I have no idea what it means. What does "returning a variable" mean?
Thanks. |
Forum: IT Professionals' Lounge Aug 21st, 2006 |
| Replies: 2 Views: 1,781 Hello everyone.
What languages are being used for instant messaging? Seems to me to be Java or PHP, but I'm not really sure. Can someone explain in a nutshell?
Thanks. |
Forum: IT Professionals' Lounge Aug 15th, 2006 |
| Replies: 3 Views: 1,539 Hello. Can C family be used for GUI applications too e.g games developments, or are they limited to just text applications? are there any real benefits to the C family languages? Plz, include any... |
Forum: Motherboards, CPUs and RAM Aug 9th, 2006 |
| Replies: 6 Views: 3,435 You can follow the advice given by the others to reset the password, but you cannot install OS with a USB CD-ROM. You, most definitely, will need to change your CD drive before you can install a new... |
Forum: Motherboards, CPUs and RAM Aug 9th, 2006 |
| Replies: 1 Views: 865 Hey,
Why not try googling it? You'll get it faster and definitely cheaper there than elsewhere. |
Forum: IT Professionals' Lounge Aug 7th, 2006 |
| Replies: 4 Views: 2,019 Hi. Which language family is better between Visual Basic family and C family for a programmer that doesn't want to be limited to PC applications only? |
Forum: IT Professionals' Lounge Aug 6th, 2006 |
| Replies: 3 Views: 10,090 Hello there.
My question is in two-folds:
Can I program a chip and program it myself? Or must I have a company to do that for me?
If I can program a chip myself, what are the best languages... |