Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
7
Posts with Upvotes
6
Upvoting Members
6
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
Member Avatar for Ahmed Padela

Please help me to solve the following program in C++ array. After compile message appears [B]"Possible use of "i" before definition.[/B] [code=c++] #include<iostream.h> #include<conio.h> void selsort(int [],int); void main() { int AR[50],N,z; clrscr(); cout<<"How many elements do U want to create array with?(max.50)....."; cin>>N; cout<<"\n Enter Array elements.....\n"; for(int i=0;i<N;i++) …

Member Avatar for David W
0
573
Member Avatar for rajabhaskar525

hi all, i want to send sms to mobile phones from web site . is there any solution for this ....... give me idea!!!!!!!!.......

Member Avatar for Bishnoi_1
1
2K
Member Avatar for K0ns3rv

Hello friends. I am currently involved in a project where we want to export data from mysql to xls, for this we have written a program that is in *jar format. What we want to do is execute this file through php after which we will send it to the …

Member Avatar for Atli
0
8K
Member Avatar for Hellblazer.

Hello everyone, I want to start learning C++, because that's what we do at school and I really need to know it. But there's a problem, I don't know where to start from, what to do and such. At school I can't understand anything from the teacher, so that won't …

Member Avatar for sternone
0
193
Member Avatar for Interista

Hi im creating a linked list with these data types etc string firstname string surname int age would anyone give a simple instruction to put these in a new node as i have tried everything but still doesnt work so far i have done this nodeType *first,*newNode, *last; cout<<"Name: "; …

Member Avatar for corby
0
2K
Member Avatar for K0ns3rv

Hey! So I've been playing around with OpenCl a lot recently and it's pretty impressive. The first thing I wanted to do was to make an mandelbrot set generator, so I did. It works wonderful and I am really amazed by the results, almost a thousand times faster than my …

Member Avatar for K0ns3rv
0
400
Member Avatar for great_learner

Hi guys, I have to give proposal of my final year project next week. I am interested in game development and very much inspired from games like nfs and counter strike. I know i cannot develop games like them But the thing here is that i dont know any thing …

Member Avatar for great_learner
0
502
Member Avatar for K0ns3rv

A little program I made to try and remeber C++, first program I've written in C++ in about a year. Tested and working under windows 7 64 bit, run via command line. If you have any improvements or ideas please leave a comment. Cheers K0ns3rv

Member Avatar for mrnutty
1
315
Member Avatar for khess

I saw a report that read, "Video game sales plunge in April." Software sales dropped by 22 percent and hardware sales dropped by 37 percent. What's the story, folks? Do you have all the gaming miscellanea that you can afford? Are you satisfied with your current array of video games? …

Member Avatar for Heyzaneretro
2
576
Member Avatar for K0ns3rv

Hello fellow daniwebians. So I've encountered this problem with querys in PHP. In the system I am working on at the moment we've created an install file which tests the db connection, creates the db structure e.t.c. But when creating the database the query fails. The query it self i …

Member Avatar for pritaeas
0
149
Member Avatar for MH_Wadester

The last day something unusual has started happening to my computer.. when ever i click shutdown from the start menu or shut down the computer in any way it restarts basically immediately after. The only way i have found to shutdown my computer is by unplugging the power or turning …

Member Avatar for edgaaa
0
157
Member Avatar for K0ns3rv

Okay so I have this problem were my computer freezez, leaving me no other option the than pressing the restart button. This seems like a pretty common problem, memory problems comes to mind. But the funny thing is this has NEVER and i mean never happend in a game, it …

Member Avatar for K0ns3rv
0
108
Member Avatar for K0ns3rv

Hello fellow daniwebians. Consider the following constructor: [CODE=C++] Vector3f::Vector3f(float* f) { x = *f; f++; y = *f; f++; z = *f; } [/CODE] Now let's create an object of the Vector3f class [CODE=C++] //Create an object of Vector3f Float f[] = {13,3,7}; Vector3f myVector(f); [/CODE] All is well right …

Member Avatar for K0ns3rv
0
116
Member Avatar for godflesh231

What makes pointers different to normal variables, and what is the point of using them over normal variables? I want a long and detailed description please :D

Member Avatar for K0ns3rv
0
97
Member Avatar for K0ns3rv

Hey guys. So i've created a static library project and written the code ( one header file and one cpp file ). I have built it and it resulted in (.a) file. I told the compiler where to look for the header file and the library file but my example …

Member Avatar for kay25
0
161
Member Avatar for vinayakgarg

I have a php code that uses a "Registration" button. Based on data input by form, form is either Submitted or a Message is "echo[ed]". Then a "Continue" button is displayed which uses META tag to auto refresh. But the "Registration" button is there as well. I wanted to remove …

Member Avatar for K0ns3rv
0
87
Member Avatar for xuexue

hi guys, just want to ask if how can i display the value of the textbox in javascript? as in, i will output it

Member Avatar for xuexue
0
597
Member Avatar for Aamit

Hi, I my application lots of business name with their address store in DB. i want to show google map for them. [COLOR="Red"]How to show google map from address. Or add new column for latitude and longitude? [/COLOR]

Member Avatar for K0ns3rv
0
116
Member Avatar for nats01282

Hi all, Im new to php with mysql, i have connected sucessfuly to my database, But how do i go about creating a register script and login script? I already have 10 page website created by me in html/php But now i want to add a members area i have …

Member Avatar for FlashCreations
0
87
Member Avatar for cvucs

I've moved from one apartment to another...Before the computer was working fine...after I moved it won't start...no beep...it is completely dead... I've checked the connections...everything OK... I've checked the power supply...OK... I've checked the ON/OFF buton...OK... I have 2x512 RAM and 2x1048 RAM... Does somebody have any ideea what else …

Member Avatar for Bob_180_Bob
0
138
Member Avatar for K0ns3rv

Hey guys. I am looking for a way to send a fax message through a local machine via php, is this possible ? I have very little info about the system that requires this so i can't be much more specific. Cheers K0ns3rv

Member Avatar for K0ns3rv
0
110
Member Avatar for K0ns3rv

Hello guys. I am looking for a report/statistics generator for mysql. Basically i want a tool that can connect to a sql database and use columns in different tables to generate graphs, charts etc. It would be good if it has support for timestamps. Is there a tool like this …

0
70
Member Avatar for K0ns3rv

Hello guys. I am faced with an serious issue in my current project. I have this form, when the user submits it I create an array via javascript which is then encoded in with JSONstring.make(). The data is sent to php via ajax, the problem is that sometimes, I havn't …

Member Avatar for diafol
0
129
Member Avatar for K0ns3rv

Hello daniweb. I am currently involved in a project were we need to be able to generate confirmation mails, our original thought was to code an html mail, but we quickly deserted that idea. Therefor I need a powerful yet simple PDF class for PHP. I have no greater interest …

Member Avatar for venkat0904
0
86
Member Avatar for pandora-333

I have run in to many problems with these i dont get how it all works to gather to make the sprites i want to make a 2D game and that is killing me so any help would be help full to examples of c++ code, to sites that show …

Member Avatar for arbie
-1
128
Member Avatar for orangejediman

Hello,all! I am attempting to make a program in which tetris music is played. However, to get the full effect, I need more than one beep at a time. I cannot use the getsound thing either, i am not allowed. It has to be using 'Beep()'. Is this possible, and, …

Member Avatar for mrnutty
0
95
Member Avatar for jppr03

Hi! I need a button in php code, that when i click on that button it export's my SELECT to a text file or excell file.. i searched.. there's a lot of program's that make that.. but i don't want that.. i want to make on my webpage a simple …

Member Avatar for jppr03
0
2K
Member Avatar for knrakesh

Hello Guys I am working on a website I am not getting the forget password can u please help me in solving problem please Thanks in advance

Member Avatar for Stefano Mtangoo
0
127
Member Avatar for devo_99

Hello, I am new to this C++ stuff and I am in need of assistance with this code for counting vowels. I missed a few days of class and am some what lost. I keep getting the error codes: C2228 saying it must have class/struct/union and C2109 requires array or …

Member Avatar for K0ns3rv
0
140
Member Avatar for DaraPsy

Hello guys, I have a simple form with 2 input fields (name, age). On submit the values should be sent to the php file where I print them. The problem is that on submit the php file is not rendered - IE just shows me the php code, Mozilla doesn't …

Member Avatar for Froger93
0
167