C / C++ FAQs & Programming Resources - ProkutFAQ : RecentlyCommented

HomePage Recent Changes Recently Commented Login/Register
Quick Links
Categories
Links

Recent comments


Sat, 14 Nov 2009:
    04:24 EST ProjectDownloads, comment by 59.93.194.10
thanks

Fri, 13 Nov 2009:
    08:48 EST CFAQ, comment by 59.99.115.22
give the option to the user to ask questions or quary so that he/she'll get exact answer..

Tue, 10 Nov 2009:
    16:38 EST VoidMain, comment by 123.238.127.247
i was searching for same information. thanks. chankey007(jaipur)

Wed, 04 Nov 2009:
    11:20 EST SharathAV, comment by 123.236.63.145
nice website

Mon, 26 Oct 2009:
    00:40 EDT Cquine, comment by 117.199.160.248
but the header files not comes as output in this program........ i want they also appear in output...........

Sun, 13 Sep 2009:
    04:52 EDT GoodCBooks, comment by 117.192.142.57
hi.....Can anybody suggest the books which is useful for advanced C and Unix oprating??????Am a beginner still.........…

Wed, 26 Aug 2009:
    17:02 EDT CFAQ, comment by 117.199.36.56
good question

Thu, 13 Aug 2009:
    08:04 EDT ReturningArrayFromFunction, comment by 202.131.124.34
yes you define the insertion sort function before main......dats y the scope is still there.....but if you declare proto…

Sun, 09 Aug 2009:
    14:33 EDT HowToConnectDatabase, comment by SharathAV
You need to link the MySQL library (libmysql.lib file) to your program. Linking method depends on your compiler, so you'…

Sat, 08 Aug 2009:
    18:17 EDT PassingArrayArguments, comment by SharathAV
Thanks, now I have updated with correct prototype for second program.
    13:07 EDT PassingArrayArguments, comment by 203.34.117.5
Correction to Second Program :- void myFunction(int(*)[4][4]);

Fri, 07 Aug 2009:
    15:00 EDT FindSizeWithoutSizeof, comment by 61.246.216.100
Too good

Thu, 06 Aug 2009:
    14:37 EDT HowToConnectDatabase, comment by wblv-ip-pcache-7-vif1.telkom-ipnet.co.za
Hi this is a pretty cool example to connect... I have just one problem: I get the following error messages, don't know w…

Wed, 29 Jul 2009:
    22:01 EDT HowToConnectDatabase, comment by 117.193.135.79
useful one
    12:10 EDT WildAndDanglingPointers, comment by 210.212.230.129
thank u

Sat, 18 Jul 2009:
    21:07 EDT ClassVsStruct, comment by 117.97.120.32
Another difference between struct and class is that the default inheritance is public and private respectively. Regar…

Sat, 11 Jul 2009:
    05:18 EDT HowToConnectDatabase, comment by acl1-1648bts.gw.smartbro.net
tnx for giving us info about turbo c.. it helps us alot!!

Fri, 03 Jul 2009:
    05:41 EDT EBooks, comment by 115.69.149.6
what type concepts being asked in placement ...regarding c and c++.....

Wed, 24 Jun 2009:
    13:29 EDT Avoid16bitTurboCppCompilers, comment by 117.98.58.136
good this software

Thu, 18 Jun 2009:
    15:13 EDT CcodeNotCPP, comment by SharathAV
That depends on your implementation. If you do find out a way to access them, your method would not apply for other comp…

Tue, 16 Jun 2009:
    19:21 EDT CcodeNotCPP, comment by cpe-76-185-58-5.tx.res.rr.com
Can we somehow get an access the stack addresses for these passed values since they reside on the stack on function bein…

Sat, 13 Jun 2009:
    12:13 EDT ProjectDownloads, comment by 59.95.162.13
so nice

Wed, 10 Jun 2009:
    15:23 EDT CategoryPuzzles, comment by HariUctech
Good questions but these r very easy queries.pls provide more quries.

Mon, 08 Jun 2009:
    17:05 EDT CFAQ, comment by 60.243.166.73
really it will help for all peoples.........

Thu, 04 Jun 2009:
    05:51 EDT CategoryPuzzles, comment by 121.243.89.10.static-bangalore.vsnl.net.in
Superb Questions friend....Why cant u provide some more questions like this...

Thu, 07 May 2009:
    17:27 EDT Print1toNwithoutLoop, comment by 117.97.70.22
For the C version, why not use goto which is easier to read than the setjmp/longjmp version?
    17:22 EDT CFunctionBeforeMain, comment by 117.97.70.22
You can do it in C++

Wed, 08 Apr 2009:
    07:30 EDT MultiDimArray, comment by ABTS-North-Static-002.190.160.122.airtelbroadband.in
thanks for this info...

Tue, 07 Apr 2009:
    08:57 EDT ReturningArrayFromFunction, comment by segment-124-30.sify.net
In the above example i can return a array and print it in main(). Anything wrong in this..? mail: warad.puneet@gmail.co…
    08:55 EDT ReturningArrayFromFunction, comment by segment-124-30.sify.net
#include <stdio.h> int *insertionSort(int a[], int array_size) { int i, j, index; for (i = 1;…

Wed, 25 Mar 2009:
    01:54 EDT PowerOfTwo, comment by 216.87.118.11
Hi, I tried doing the same using the log function.....I think the program works correctly..... int main() { cout<…

Wed, 18 Mar 2009:
    15:58 EDT NearestPowerOfTwo, comment by SharathAV
Not broken. The code is to find nearest power of two greater than or _equal_ to the given number.

Mon, 23 Feb 2009:
    14:41 EST MultiDimArray, comment by ealsDCTS.salle.url.edu
thank you very much .... Ahmed ads..

Sat, 21 Feb 2009:
    14:11 EST CategoryPointers, comment by 117.200.56.218
How much memory space pointer variable takes?
    14:08 EST ReturningMultipleValues, comment by 117.200.56.218
A function can return multiple result if we pass arguments one for input data and one for output data.

Thu, 19 Feb 2009:
    15:45 EST HomePage, comment by 117.194.4.51
Great work..........thanks

Tue, 13 Jan 2009:
    18:29 EST FreeCompilers, comment by 117.192.4.211
good

Mon, 12 Jan 2009:
    15:39 EST MultiDimArray, comment by 117.193.168.203
Thanks for the idea.

Sat, 10 Jan 2009:
    09:29 EST Cquine, comment by NeelNik
I hope now you can find out the meaning of the 1st one!
    09:23 EST Cquine, comment by NeelNik
Well i think it's better to explain this here.... This type of functions are called Quines which prints their own cod…
    09:19 EST Cquine, comment by NeelNik
Hi everyone ! If u want to know how this works then u can check out my post in topic "C Program that prints itsel…

Fri, 09 Jan 2009:
    08:18 EST SwapTwoNumbersWithoutTemporary, comment by ws157-229-252-122.rcil.gov.in
@ above plzz gve ur explanation on how overflow occurs in the above code.....

Fri, 02 Jan 2009:
    11:36 EST HowToConnectDatabase, comment by softexinc.com
Well,doubtlessly its a very helpful document for most programmers . can you please help me how to do connection with MS…

Fri, 26 Dec 2008:
    13:59 EST CcodeNotCPP, comment by 123.236.92.91
ya........ur question is right.Even I am having the same doubt.
    12:42 EST DisplayingImages, comment by 121.246.236.56.static-hyderabad.vsnl.net.in
Very nice one.....if any one having source code of this question Please forward to srihari1432003@yahoo.com

Thu, 18 Dec 2008:
    20:29 EST GoodCBooks, comment by 123.238.148.111
I agree with you, yeshwanth kanithkar's books are so out-dated and bala guruswamy's too!
    20:26 EST GoodCBooks, comment by 123.238.148.111
I like ivor hortons "beginning c - novice to proff". He's the gratest author i've known

Sun, 07 Dec 2008:
    12:30 EST DisplayingImages, comment by 117.197.52.19
nice

Sat, 29 Nov 2008:
    12:29 EST SwapTwoNumbersWithoutTemporary, comment by 92-235-216-78.cable.ubr23.edin.blueyonder.co.uk
Still Overflow error can occur

Fri, 28 Nov 2008:
    10:23 EST Avoid16bitTurboCppCompilers, comment by 220.225.42.205
Although Turbo 'Blue' C may not be the best compiler for production systems, it remains the best compiler for learning t…




CategoryWiki
Page was generated in 0.0975 seconds