Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

Uzumakis

Member Since 28 Aug 2012
Offline Last Active May 13 2013 09:54 PM

Topics I've Started

Database SQL

03 December 2012 - 01:20 AM

Hello Guys,
I am facing some problems in implementing my project and the problem is related to remote database connection i wanna connect three computers to one which contains my main database via remote oracle connection but i cant get the hang of it i am using oracle 11g any kinda help will be appreciated thanks :P

Simple String input problem

03 November 2012 - 12:11 PM

[source lang="cpp"]#include "stdafx.h"#include<iostream>#include<conio.h>#include<stdio.h>#include<string>#include<string.h>using namespace std;void main(){ string a,b; char dchoice='y'; do{ cout<<"PLease enter the string"<<endl; getline(cin,a); cout<<"Please enter the Second String"<<endl; getline(cin,b); cout<<"String one"<<a<<endl; cout<<"String two"<<b<<endl; cout<<"To continue please enter y"<<endl; cin>>dchoice; }while(dchoice=='y');}[/source]
okay i am trying to take the input of the two string the first time the loop iterates it take's the input accurately while the second time it misses the first input of the string can any one give me a solution and point me where i am going wrong

Sound Based Security

28 August 2012 - 01:50 AM

Hello ,
I have been workin on the engine related to security machines and other small security application.Currently i have been workin on the RSA system enhancing it using some new security methods along with some new security engines like devil's eye which is incomplete right now i am currently stucked in developing a security system that is based on the frequency of the sounds and offcourse these frequency are generated from Japnese language but i am in the middle of nowhere..
So any help would be appreciated
Thanks Posted Image

PARTNERS