Forum: VB.NET Jul 16th, 2007 |
| Replies: 11 Views: 55,348 you cant get the coordinates of the pointer outside the form..
if you wish to.. customize windows!! :lol: |
Forum: C Jul 8th, 2007 |
| Replies: 21 Views: 3,777 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: 792 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: 809 you forgot to put an address operator '&'..
code should be like this..
scanf("%s", &a); |
Forum: C Jul 6th, 2007 |
| Replies: 4 Views: 985 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: 1,353 |
Forum: C++ May 12th, 2007 |
| Replies: 5 Views: 1,353 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: 1,353 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: 2,278 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: 3,798 >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: 1,263 yeah! and just be positive!! |
Forum: Promotion and Marketing Plans May 11th, 2007 |
| Replies: 2 Views: 1,398 can you please suggest me tips and tricks in increasing my site's traffic??
Thanks!! |
Forum: Search Engine Optimization May 11th, 2007 |
| Replies: 3 Views: 1,617 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: 1,263 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: 1,278 hi...
the problem is, you cant put escape sequences in input functions like cin>>, it should be like this..
cin>>first;
cout<<"\n";
cin>>middle;
cout<<"\n";
cin>>last; |
Forum: C May 9th, 2007 |
| Replies: 27 Views: 3,798 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... |
Forum: C++ May 9th, 2007 |
| Replies: 7 Views: 1,070 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: 2,565 there are 2 ways...
1.you can use a pointer, and puts().
here is the example,
#include <stdio.h>
#include <string.h>
main() |
Forum: C++ May 5th, 2007 |
| Replies: 5 Views: 1,376 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... |
Forum: C++ May 5th, 2007 |
| Replies: 5 Views: 1,376 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... |
Forum: C++ Mar 25th, 2007 |
| Replies: 34 Views: 4,826 hey...can anyone teach me c basics...like the while loop??thx... |