Forum: VB.NET Jul 16th, 2007 |
| Replies: 8 Views: 36,270 |
Forum: C Jul 8th, 2007 |
| Replies: 21 Views: 2,692 Re: simple query about cout isnt semicolon at the end of any statements a required syntax in C and C++??
if thats so, that cant be possible unless modifying the whole language(Not C anymore).. |
Forum: C Jul 8th, 2007 |
| Replies: 4 Views: 479 Re: which one is Efficient????? answer for you question #1:
using increment operation is far more effective than that of using assignment and addition operation.. |
Forum: C Jul 6th, 2007 |
| Replies: 4 Views: 514 Re: Error you forgot to put an address operator '&'..
code should be like this..
scanf("%s", &a); |
Forum: C Jul 6th, 2007 |
| Replies: 4 Views: 716 Re: Numbers and letters the numbers before them represents the limit of places(tens,hundreds etc.) of the data type(usually float/integer) should be..
get it? |
Forum: C++ May 12th, 2007 |
| Replies: 5 Views: 799 |
Forum: C++ May 12th, 2007 |
| Replies: 5 Views: 799 Re: Improving my skills in C and C++ well, since my OS is windows, i will go with windows,
So, how do i get started??
I want to learn about programs that can boot my pc, programs that can count how many files does my pc contains ,... |
Forum: C++ May 12th, 2007 |
| Replies: 5 Views: 799 Improving my skills in C and C++ Hi..
I know C and C++ and learned the basics in 1 month. now, i am writing programs, but that programs are only for mathematics.
Is there anyway i can learn system programming in C? What site... |
Forum: C++ May 11th, 2007 |
| Replies: 5 Views: 1,174 Re: dont use printf or puts functions you cant call a function outside main(),
in c++ you can use cout to output data, that requires iostream.h so if you feel you want to use that in c, copy the header file to c's directory.
when... |
Forum: C May 11th, 2007 |
| Replies: 27 Views: 2,694 Re: Little Simple array question :) >Not necessarily. There's no guarantee that the address of the array as a whole is the same as the address of the first element. That's usually the case though.
Its right, but you wouldnt call the... |
Forum: C++ May 11th, 2007 |
| Replies: 9 Views: 813 |
Forum: Promotion and Marketing Plans May 11th, 2007 |
| Replies: 2 Views: 1,037 |
Forum: Search Engine Optimization May 11th, 2007 |
| Replies: 3 Views: 1,073 Googlebot?? i checked my site's statistics..and i viewed the bots who visited my site..
then there was googlebot..40 hits..last may 9...but when i checked my index status in google..they said that my site is... |
Forum: C++ May 11th, 2007 |
| Replies: 9 Views: 813 Re: Reasonable or not yes...c/c++ is much complex..i think learning c/c++ in just 1 week is totally impossible unless, you have reading tutorials and studying c/c++ day and night through the whole week..that would be... |
Forum: C++ May 10th, 2007 |
| Replies: 7 Views: 885 |
Forum: C May 9th, 2007 |
| Replies: 27 Views: 2,694 Re: Little Simple array question :) nice question!
first, i want you to read a definition of arrays,
An array is an example of a homogeneous random access data structure. An array is merely a collection of similar data elements such... |
Forum: C++ May 9th, 2007 |
| Replies: 7 Views: 710 Re: Help with a program in declaring and defining functions, you should know that there should be no whitespaces in the name,
also, you should assign the correct data type to a variable you declared, if you want it to... |
Forum: C May 9th, 2007 |
| Replies: 14 Views: 1,686 |
Forum: C++ May 4th, 2007 |
| Replies: 5 Views: 778 Re: C Software Programming.. Thank you...well..ive been through that site, infact, i have made my website about c programming..
<URL cnipped>
(http://www.cprogrammingdock.serverspeople.net)
Thank you for the advise, i have... |
Forum: C++ May 4th, 2007 |
| Replies: 5 Views: 778 C Software Programming.. Hello,
I want to know where to start in software programming in C and C++, I know their basics, i can write programs of mathematical solutions, but, can you please help me, adjust to a higher level,... |
Forum: C++ Mar 24th, 2007 |
| Replies: 34 Views: 3,024 |