Posts
 
Reputation
Joined
Last Seen
Ranked #158
Strength to Increase Rep
+11
Strength to Decrease Rep
-2
97% Quality Score
Upvotes Received
173
Posts with Upvotes
152
Upvoting Members
127
Downvotes Received
5
Posts with Downvotes
5
Downvoting Members
5
49 Commented Posts
17 Endorsements
Ranked #97
Ranked #130
~372.98K People Reached
About Me

Software developer

Favorite Tags
c++ x 200
c x 118
java x 76
Member Avatar for samaru

Is everyone familiar with this game? Just reply with the first word that comes to your mind when you think of the last word posted. You can't respond to the post with a comment, just the word that comes to your mind. It can only be a word or a …

Member Avatar for Dani
1
52K
Member Avatar for rahulrajcse

How to solve monkey and banana problem using best-first search algorithm? Anyone having ideas? I know we have to choose a heuristic function 'h(n)' for performing distance related calculations. But can anyone elaborate this problem ? (algorithm and complexity analysis much appreciated)

Member Avatar for Adarsh_4
0
6K
Member Avatar for pseudorandom21

Anyone know of a way to obtain an MD5 checksum of a file (through HTTP) before downloading it through HTTP?

Member Avatar for Reinhard_1
0
6K
Member Avatar for coroll

Hi, I want to find all the words(scabble words) that can be made out of given set of letters. ex: abnana results: a aa ab an baa ban banana na nab How could i achieve this? Do i need a binary tree? Plz some one help me...

Member Avatar for JamesCherrill
0
2K
Member Avatar for Charlton21

In the following code, I need to optimize it for the fastest performance. I'm not asking anyone to do it for me, I'm asking if someone can look through the code, and let me know where I can get the best speed up by example loop unrolling a for loop …

Member Avatar for lernik
0
725
Member Avatar for daniel955

Hi I am a beginner in game programming and would like to make a rocketmania clone using opengl, the display and interaction part is done. I also have a classes named gameboard and tiles with their properties. but I am having problems on game logic, where the fuel flows into …

Member Avatar for Nisa_1
0
491
Member Avatar for Teddy112

Can anyone give a clear,short and simple explanation about database indexes?

Member Avatar for Teddy112
0
159
Member Avatar for srikanth112

Write a program to find grace marks for a student using switch. The user should enter the class obtained by student and the number of subjects he has failed in uses the follow logic.  if the student gets first class and the number of subjects he failed in is …

Member Avatar for Ali_52
0
611
Member Avatar for lewashby

When I try to compile the program below in Eclipse I get two erros, ‘const class Fraction’ has no member named ‘n’ & ‘const class Fraction’ has no member named ‘d’ When I compile it on the command line with g++ -Wall FloatFraction2.cpp Fract7.cpp -o FloatFraction I get more errors …

Member Avatar for マーズ maazu
0
536
Member Avatar for ScottieF

**Bold Text Here**Hi there I'm just wondering what the best or a good table layout would be for a little project I'm trying to do at work. I work at a temp to perm agency where companies use us for the probationary peroid of employement and then hire the workers …

Member Avatar for JOSheaIV
0
229
Member Avatar for Zerk

Construct a large integer (32 – Bit) from two Byte Variables (8 – Bit) and one Word Type variable (16 – Bit). Store your result into EAX and print it. Like if byte1 = 21h, byte2 = 43h & word1 = 8765h Then your output may be 87654321h OR 43218765 …

Member Avatar for David W
0
259
Member Avatar for Doogledude123

I'm looking for what exactly is a Vector3 (or any Vector for that matter) and also what a Quaternion is in code? What are the variables types? Should you have multiple classes for each type? Thanks!

Member Avatar for ddanbe
0
230
Member Avatar for pritaeas

Hi. We're looking into building an easy to use audio player to use at parties. BPM Studio works great, but most people don't know it and have trouble using it. So far I've found [NAudio](https://naudio.codeplex.com), which makes playing mp3's easy. I'm looking for something I can use so I can …

Member Avatar for qingshan05
0
426
Member Avatar for Mayo_1

one way of finding the square root of a certain number N is by using newtons method repetedly untill the absolute value 2 successive new guess is less than 10 raise to power -6

Member Avatar for gusano79
0
137
Member Avatar for Shiladittya_1

I am searching for an algorithm which can shows line and arc intersected or not. For line I have start and end point and for arc I have start, end and center point. I also have start and end angle of an ARC. **Bold Text Here** I found one link …

Member Avatar for gusano79
0
117
Member Avatar for Ritesh_4

Hello I have a VB.NET project (using Visual Studio 2015 Pro) currently found on my PC, and would like to make it shared across my LAN with others so that they can pull a copy on their own PC and work on it, and push their changes to the project, …

Member Avatar for gusano79
0
1K
Member Avatar for Labdabeta

Hi. I am familiar with the following C graphics libraries: Cairo, SDL, SDL2, and OpenGL. The problem I have found with these is that they either require shared libraries (Cairo/SDL/SDL2) or are difficult to make cross-platform (OpenGL). I am wondering if there are any graphics libraries for C that do …

Member Avatar for gusano79
0
2K
Member Avatar for Caperski

I am in the process of making a small game-engine for educational purposes, and I have come accross a very fustrating error. When debugging the program with the c++ gdb debugger an error occurs on the `glGenVertexArrays(0, &m_vertexArrayObject);` - line 21 in the implementation of the `addVertices` method, line in …

Member Avatar for Caperski
0
200
Member Avatar for joshl_1995

Hello Community, I was just clearing up my (Android) phone and when I was looking in the downloads folder there is an Adobe Acrobat folder and inside of it is a random file I couldn't imagine I've downloaded its name is 'ChandlerIncidentReview.pdf' no a single clue how it got on …

Member Avatar for rubberman
0
395
Member Avatar for negru

I have a matrix structure (for storing squared matrices) which is defined as typedef struct { int **matrix; int format; }MATRIX; How to add 'n' number of matrices?

Member Avatar for gusano79
0
198
Member Avatar for shrikeps

I have data that I want displayed in a listview. Problem is when I read from a file with System.Text.Encoding.GetEncoding("Windows-1252"), it shows up in listview with Zoë instead of Zoë as it should. How can I make my listview code to show the correct diacritics in the view? This is …

Member Avatar for gusano79
0
132
Member Avatar for surayanbo

how to develop a prog in cpp that asks the user to enter numbers and sort them ascendingly using arrays.

Member Avatar for gusano79
0
112
Member Avatar for kkvk

How to access the below fields of this structure using lib curl write_data pointer variable. typedef struct RESPONSE { char* msg; char* sn; char* gsn; char* veType; char* model; char* deviceKey; char* responseCode; }responsedata , responseptr; I should fill the below values for each member variable of the above structure. …

Member Avatar for gusano79
0
180
Member Avatar for asholpurush1991

A user will enter one line of text at a time . Use EOF or ‘\n’ to determine end of the input. Echo the input one word per line and capitalize each word. Do not use toupper().White spaces, special characters (*, &,+, etc.),and punctuation marks will serve as delimiters .Do …

Member Avatar for gusano79
0
198
Member Avatar for hazelkahn

Basic Arithmetic Game: In this exercise we will program a game to help kids learn integer addition and multiplication. When the program starts the following menu will be presented to the user: Choose the level of difficulty: 1. Easy (numbers will be in the 0 - 10 range) 2. Medium …

Member Avatar for gusano79
-2
221
Member Avatar for hazelkahn

EXERCISE 1 Suppose that nValues and dValues are functions of one argument (the termindex)that return the ni and di of the terms of the continued fraction. Define the function cont-frac such that evaluating cont-frac(k) computes the value of the k-term finite continued fraction. Check your procedures by approximating 1/φ using …

Member Avatar for gusano79
-3
170
Member Avatar for COKEDUDE

If you carefully look at this example you will see with atoi when it runs into a string it gives the integer value of 0. So I was wondering how you tell the difference between the integer value of 0 and a string that got converted to 0. http://www.tutorialspoint.com/c_standard_library/c_function_atoi.htm

Member Avatar for deceptikon
0
129
Member Avatar for COKEDUDE

Is the ordering of checking if a number is between two values important? I figured this would be pretty simple to do but its not working. if(0 <= (int)strings[p][0] && (int)strings[p][0] <= 9) { printf ("NUM: %s\n",strings[p]);; } else { printf ("ID: %s\n",strings[p]); }

Member Avatar for JamesCherrill
0
1K
Member Avatar for anupamverma
Member Avatar for EarhawkPH

I'm doing a quiz game using netbeans. I've already done the randomization of questions. The problem is, how do i keep a question from repeating itself? ex: chose correct answer --> questionrandomizer comes in --> next question appears but it's the same question earlier here's my code: package kiddiequiz.scienceforms; import …

Member Avatar for Stefce
0
264