Posts
 
Reputation
Joined
Last Seen
Ranked #1K
Strength to Increase Rep
+3
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #3K
~33.9K People Reached
Favorite Tags
Member Avatar for vbpro

you cant get the coordinates of the pointer outside the form.. if you wish to.. customize windows!! :lol:

Member Avatar for Luc001
0
31K
Member Avatar for harshchandra

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)..

Member Avatar for Nick Evan
0
396
Member Avatar for Firestone

the numbers before them represents the limit of places(tens,hundreds etc.) of the data type(usually float/integer) should be.. get it?

Member Avatar for JLChafardet
0
285
Member Avatar for iTaChi

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 not yet indexed... the problem is..since my site was crawled by googlebot...why is it not yet indexed …

Member Avatar for x3mario
0
70
Member Avatar for Sukhbir

answer for you question #1: using increment operation is far more effective than that of using assignment and addition operation..

Member Avatar for Narue
0
128
Member Avatar for vij_alok

you forgot to put an address operator '&'.. code should be like this.. [code=c]scanf("%s", &a);[/code]

Member Avatar for Aia
0
94
Member Avatar for laconstantine

[quote=laconstantine;363032]I just was wondering why the array its self are a pointer to the first element? and what is the difference between an array and a pointer?[/quote] nice question! first, i want you to read a definition of arrays, An array is an example of a homogeneous random access data …

Member Avatar for newprog
0
226
Member Avatar for iTaChi

can you please suggest me tips and tricks in increasing my site's traffic?? Thanks!!

Member Avatar for dexterz
0
83
Member Avatar for iTaChi

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 would you recommend?? Thanks!..

Member Avatar for iTaChi
0
134
Member Avatar for satyanarayanam

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 you're thinking you can use string functions, you're wrong, string functions require …

Member Avatar for vijayan121
0
131
Member Avatar for Covinus

[quote=Covinus;364029]First of all im a java programmer and im porting to c\c++. I have no knowledge of c\c++. Because my work requires me to learn c\c++. in just 1 week they want me to code intermediate stuff. I wasnt able to comply 100% to their requirments but at least i …

Member Avatar for ~s.o.s~
0
147
Member Avatar for NewKidWalking

[quote=NewKidWalking;363610][code=language] #include <iostream.h> char first[ 20 ]; char middle[ 20 ]; char last[ 20 ]; main() { cout << "What is your name ScumBag? "; cin >> first >> "\n" >> middle >> "\n" >> last; return 0; } [/code][/quote] hi... the problem is, you cant put escape sequences in …

Member Avatar for iTaChi
0
126
Member Avatar for tony71

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 function as a character, you should assign it as a char type. good luck!

Member Avatar for tony71
0
127
Member Avatar for satyanarayanam

[quote=satyanarayanam;362698]Hi, This is satya, how we can print a string in C that doesn't use printf in main or functions? plz help on this Thank u..[/quote] there are 2 ways... 1.you can use a pointer, and puts(). here is the example, #include <stdio.h> #include <string.h> main() { char *msg; msg …

Member Avatar for Narue
0
150
Member Avatar for iTaChi

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, like software programming, Thank You Guys!!

Member Avatar for Narue
0
145
Member Avatar for grunge man
Member Avatar for grunge man
0
261