User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 423,587 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,388 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 21 of 21
Search took 0.01 seconds.
Posts Made By: iTaChi
Forum: VB.NET Jul 16th, 2007
Replies: 8
Views: 36,270
Posted By iTaChi
Re: How can I get Mouse Position?

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: 2,692
Posted By iTaChi
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
Posted By iTaChi
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
Posted By iTaChi
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
Posted By iTaChi
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
Posted By iTaChi
Forum: C++ May 12th, 2007
Replies: 5
Views: 799
Posted By iTaChi
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
Posted By iTaChi
Help 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
Posted By iTaChi
Solution 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
Posted By iTaChi
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
Posted By iTaChi
Re: Reasonable or not

yeah! and just be positive!!
Forum: Promotion and Marketing Plans May 11th, 2007
Replies: 2
Views: 1,037
Posted By iTaChi
Help Ways in improving sites traffic??

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,073
Posted By iTaChi
Help 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
Posted By iTaChi
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
Posted By iTaChi
Solution Re: Hey, I got a very simple program here. Yet the compiler is disagreeing with me.

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: 2,694
Posted By iTaChi
Solution 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
Posted By iTaChi
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
Posted By iTaChi
Solution Re: print sting using printf in main or functions?

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 4th, 2007
Replies: 5
Views: 778
Posted By iTaChi
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
Posted By iTaChi
Help 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
Posted By iTaChi
Re: Words Into Array

hey...can anyone teach me c basics...like the while loop??thx...
Showing results 1 to 21 of 21

 
All times are GMT -4. The time now is 7:53 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC