Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #31.8K
Ranked #4K
~9K People Reached
Favorite Forums
Favorite Tags
Member Avatar for ~s.o.s~

Hello to all programmers out there. Considering the growing request for practice problems by the beginners, we ( Me, Joey, Niek, Aaron..) have decided to start a sticky which will host some common practice problems which would help the beginners in understanding the programming concepts in a better way. (Did …

Member Avatar for gyno
22
7K
Member Avatar for keystoke

Hi friends... Best wishes for you all. I am new to this forum. I am a link seller. I hope i will get more opportunities here. Thank you.

Member Avatar for happygeek
0
250
Member Avatar for personalisedpen
Member Avatar for Draconyster
0
336
Member Avatar for Jashandeep
Member Avatar for Ruan10

The menu strip must be created programmatically (ie NOT dragged and dropped onto the form). The exit option added to the menu strip must exit the application (This works) A structure must be created to encapsulate all the questions and suggested answers. The structure must contain: 1.Question String 2.Answers Collection …

Member Avatar for Ruan10
0
151
Member Avatar for happygeek

Looks very like a zero-day exploiting some unknown/unpatched vulnerability is out in the wild, given the member registration database compromises at LinkedIn, eHarmony and now [TechRadar](http://www.daniweb.com/hardware-and-software/microsoft-windows/viruses-spyware-and-other-nasties/news/426537/techradar-closes-forums-following-data-breach) Are the DaniWeb registration passwords hashed and salted?

Member Avatar for happygeek
0
227
Member Avatar for RonKevin

#include<iostream.h> #include<conio.h> int lg, a; void gi() { cout<< "Enter Lowest Grade:"; cin>>lg; cout<< "Enter Average:"; cin>>a; clrscr(); } void display() { cout<< "Lowest Grade:"<<lg<<"\n"; cout<< "Average Grade:"<<a<<"\n"; } void eval() { char ch; if(lg>=85 && a>=92) cout<<"Remarks: Full SCHOLAR"; if(lg>=85 && a>=90 && a<=91.99) cout<<"Remarks: Half SCHOLAR"; if(lg>=80 && …

Member Avatar for RonKevin
0
259
Member Avatar for jameohkl

Hello, sirs! I have got a SQL Database on one computer and there is another computer in a local network. I want the other computer have access to SQL-Database by real time, but not able to modify it. And one more thing, is there any possibility to convert SQL-Database to …

Member Avatar for jameohkl
0
166
Member Avatar for leyla

Hi, I have been given the task of basically reading and writing to and from files. Below is the code from one sub: If btnSaveRecipe.Enabled = True Then FileName = "C:\Users\Leyla\Documents\Recipe Task\Recipe.txt" FileWriter = New IO.StreamWriter(FileName) For index = 0 To lstRecipe.Items.Count - 1 'For the number of ingredients in …

Member Avatar for Branickiod
0
216
Member Avatar for sandraalvarez

Hi everyone! new here. hope to find new friends and learn a lot of things in this forum.

Member Avatar for Branickiod
0
111
Member Avatar for ztdep

Dear friends: i have a data file, the structure of the file is as follows: // data.txt $Elements 1 1 2.5 2 2 1.0 2.0 3 2 3.0 4.0 4 4 1.0 3.2 2.7 1.6 $EndElements In the data.txt, the fisrt column is the row number, and the second column …

Member Avatar for Branickiod
0
111