Posts
 
Reputation
Joined
Last Seen
Ranked #903
Strength to Increase Rep
+6
Strength to Decrease Rep
-1
80% Quality Score
Upvotes Received
11
Posts with Upvotes
9
Upvoting Members
10
Downvotes Received
3
Posts with Downvotes
3
Downvoting Members
2
5 Commented Posts
~100.54K People Reached
Favorite Tags
c x 80
java x 80
c++ x 55
chess x 19
Member Avatar for vegaseat
Member Avatar for vegaseat
11
9K
Member Avatar for Dave Sinkula

The C++ Programming Language - bjarne stroustrup C++ Primer Thinking in C++ Effective c++ The design and evolution of c++ Programming Language

Member Avatar for shahidali6
11
10K
Member Avatar for vijaykrishnabor

Method1 (The XOR trick) a ^= b ^= a ^= b; Although the code above works fine for most of the cases, it tries to modify variable 'a' two times between sequence points, so the behavior is undefined. What this means is it wont work in all the cases. This …

Member Avatar for Mayukh_1
-1
7K
Member Avatar for Vandithar

I agree with all above.Try a better/newer IDE .Avoid using Turbo C, it is considered to be non-standard. There are many things in it which are outdated and not according to ANSI standard.

Member Avatar for maha harshini
0
389
Member Avatar for debasisdas

It is not the size of a dog in a fight... It is the size of the fight in a dog.

Member Avatar for James_28
8
16K
Member Avatar for abelLazm
Member Avatar for vinnitro
6
1K
Member Avatar for cynusalisa

Adding to what all have said.. Just to know distribuitons of Linux OS only , checkout distrowatch.com . You will get an idea that you have asked something like how many birds in my city right now..?? :) :)

Member Avatar for ankur.pandey.52687
-1
176
Member Avatar for Serunson
Member Avatar for jhambe

[QUOTE]System multiplication table[/QUOTE] Please be a little more specific what exactly you want

Member Avatar for rubberman
0
65
Member Avatar for ibthevivin

Since you want to read from a file , your inital step would be to read about java IO. Check out various classes Reader, Writer, BufferedReader etc. That will give you a pretty clear idea about how to start. For ex. BufferedReader has a method readLine() that reads an entire …

Member Avatar for Taywin
0
2K
Member Avatar for psy.blast

Try printing "type" at line number 6 , that might give you some clue. Also, paste on your entire code so that we get a better idea

Member Avatar for JamesCherrill
0
242
Member Avatar for sandrannola

Please specify the problem that you are facing..?? what exactly do you want?

Member Avatar for DJSAN10
0
239
Member Avatar for DJSAN10

I don't need the exact query , just the logic of how I should go about it: I need to compare for equality all records of a table for a given set of fields. If count of such similar records exceeds a particular value, I have to delete all those …

Member Avatar for DJSAN10
0
96
Member Avatar for np complete

Not one of my favo.. but the hacker guy in Italian Job does nice little traffic signal hacking.. :P :D

Member Avatar for BigPaw
1
723
Member Avatar for forjustincase

From this code, you are passing the file as an argument i.e. at the time when you run the program. Probably a little study of 'String args[]' or what command line arguments are will help you :)

Member Avatar for DJSAN10
0
128
Member Avatar for mrsduyen
Member Avatar for Smohil
0
101
Member Avatar for Despairy

Well I would suggest you to try http://opencv.org/ I guess willowgarage is an older link. And from what you have written ,seems that its an installation problem

Member Avatar for DJSAN10
0
259
Member Avatar for jonny_tech_brat
Member Avatar for rahman86

Since the error message that you are getting is quite clear, I would suggest you to try the same query on your db console and when it runs there, write the query in your code. Many a times, such things may happen due to case sensitiveness etc.

Member Avatar for bloggernewbie
0
3K
Member Avatar for DJSAN10

If I want to learn web designing and development, that includes many technologies HTML5, CSS, PHP, JavaScript, AJAX, XML, DOM, Flash/Flex/ActionScript and so on. In which order should I go? The start will be basic HTML no doubt , but then which ones are the pre requisites for what. What …

Member Avatar for Ausopenxcell
0
118
Member Avatar for apanimesh061

Do you get an exception...?? Try finding out whether conn is null. This will confirm whether connection is being established or not in the first place.

Member Avatar for ghul-mur
1
338
Member Avatar for Kitt3nkat

For which line in your code are you getting null pointer exception?? FYI you get null pointer exception whenever you try to access/use something whose value is null

Member Avatar for NormR1
0
881
Member Avatar for Nimrod7676

**GNU assembler (gas)** , also called **as** is another such assembler. You get it as a part of binutils as well

Member Avatar for rubberman
0
137
Member Avatar for iXmerof

> U2 (two's complement) 2 's complement means inverting each bit (i.e. 0 becomes 1 and 1 becomes 0). And then add 1 to whatever number you get .That will give you 2's complement of that number

Member Avatar for DJSAN10
0
219
Member Avatar for dmoneyrpyt

Basically , you have messed up with you curly braces a lot. Check into them. > D = S*(S-a)*(S-b)*(S-c); //D is the square of the area of the triangle > if(D<=0) > { > printf("The triangle cannot be formed"); > getch(); > exit(0); > if((a==b || b==c || c==a) && …

Member Avatar for DJSAN10
0
231
Member Avatar for ~s.o.s~

Computer Security, taught by Dan Boneh, John Mitchell and Dawn Song [url]http://www.security-class.org/[/url] Cryptography, taught by Professor Dan Boneh [url]http://crypto-class.org/[/url] Software Engineering for Software as a Service (SAAS), taught by Armando Fox and David Patterson [url]http://saas-class.org/[/url] Game Theory, taught by Matthew O. Jackson and Yoav Shoham [url]http://game-theory-class.org[/url] Natural Language processing, taught …

Member Avatar for Tofayel
3
537
Member Avatar for Vampiricx3

I agree with happygeek in this case. Yes, its true most of the companies will consider your looks while recruiting you. But personally, I believe that looks really don't matter. May be people will have misconceptions about you at the beginning, but if you have true talent, it will be …

Member Avatar for BruceVA
0
202
Member Avatar for krishnisilva

[QUOTE]package junit.framework does not exist[/QUOTE] Thats where your problem lies. This previous thread might help [url]http://www.daniweb.com/software-development/java/threads/355349[/url]

Member Avatar for krishnisilva
0
992
Member Avatar for Syrne

Here is a link that might get all your concepts pretty much clear [url]http://www.dedoimedo.com/computers/dual-boot-windows-7-ubuntu.html[/url]

Member Avatar for jbennet
0
358
Member Avatar for Esmerelda

[QUOTE]It says case label does not reduce to an integer [/QUOTE] Maybe printing isalpha('a') might help. Just because isalpha on true returns non-zero integer , not necessarily 1. So can be a problem. Just try that out

Member Avatar for WaltP
0
124