Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #2K
~13.2K People Reached
About Me

"The most important single aspect of software development is to be clear about what you are trying to build." - Bjarne Stroustrup

Interests
coding and watching movies
PC Specs
Intel Pentium core duo 2 GB RAM
Favorite Tags
c++ x 12
java x 2

16 Posted Topics

Member Avatar for Aashath

Hi Guys, I live in a house where we have 8 laptops connecting to a single wireless router . I want to check how much of data each laptop is using everyday . We have Netgear router at home . Can any one help me in fixxing this .

Member Avatar for Reverend Jim
0
2K
Member Avatar for Aashath

HI guys I am using STL map in one of my project . I want to limit my size of my STL map size based on the use input , how do i do it . For Example : if the user types in 5 as input then my program …

Member Avatar for dkalita
0
97
Member Avatar for Aashath

Hi I have a LinkedList of class called Room. Now i want display elements that i stored in that class . i also implemented toString() in my Room class which returns string. The code i tried is below but its not working . i dont know the reason . can …

Member Avatar for darkagn
0
120
Member Avatar for Kamal_Java

yup! No doubt .. It will crash ..As ancient dragon said u have to put [QUOTE] ebase = *iter[/QUOTE]

Member Avatar for Aashath
0
161
Member Avatar for SyLk

Yes .. it has to be simply [QUOTE]Scanner filescan = new Scanner(new File("inputdata.txt")); [/QUOTE] FYI : Scanner is from - java.util.Scanner A simple text scanner which can parse primitive types and strings using regular expressions. A Scanner breaks its input into tokens using a delimiter pattern, which by default matches …

Member Avatar for Ezzaral
0
383
Member Avatar for angelsherin

Could be little bit clear in explaining the error. i tried compiling your code and it works Perfect in my VC6.0 Compiler.

Member Avatar for Aashath
0
127
Member Avatar for kux

I acknowledge the answer given my Mr.Rajith. For full row select , the style LVS_EX_FULLROWSELECT will do

Member Avatar for Aashath
0
1K
Member Avatar for Aashath

Hi All, This is regarding VC++ 6.0 compilation problem that i have faced . I deleted my "Temp" folder and trying to compile my code , but VC++ doesnt allow me to compile my code without that folder .can anyone help me in this ? why VC++ requires temp folder …

Member Avatar for Ancient Dragon
0
108
Member Avatar for vishalkhialani

Hi i hope [B][U]SQLite[/U][/B] will solve your problem. SQLite is a in-process library that implements a [I][B]self-contained, serverless, zero-configuration, transactional SQL database engine[/B][/I]. The code for SQLite is in the public domain and is thus free for use for any purpose, commercial or private. SQLite is currently found in more …

Member Avatar for vishalkhialani
0
164
Member Avatar for aircraft

Refer this [URL="http://www.daniweb.com/forums/thread31665.html"]http://www.daniweb.com/forums/thread31665.html[/URL] else try this one : [I]mode con cols=80 lines=25[/I] it doesn't make it full screen,but varing cols will do .

Member Avatar for Ancient Dragon
0
126
Member Avatar for Aashath

I have implement a desktop lookup mechanism . Indexing and retrival works fine. But when a file is updated , created or deleted i would like to get the notifaction so that i can update my index . Is there any C++ code availabe for FileSystemWatcher ( which is in …

Member Avatar for vijayan121
0
166
Member Avatar for Narue

Referring to [B]Mr.BountyX[/B] tips on time saving ,, "I know this may not seem like a super time saving technique, but the way you name your variables will help save time and reduce compile time errors.." Yes indeed. This helps a lot. Variable Naming conventions are very important in programming …

Member Avatar for bector
2
8K
Member Avatar for lifei

[QUOTE=lifei;486166]Can i know what's wrong with the below source code? can i put the variable x, y like this? How it can't work? [code=c++] #include <Windows.h> #include <mmsystem.h> #pragma comment (lib,"winmm.lib") int ,x,y; void CTestingDlg::OnPlay() { // TODO: Add your control notification handler code here UpdateData(TRUE); CString strFreq; CString strHL; …

Member Avatar for invisal
0
149
Member Avatar for Aashath

Hi All ... #inlcude<stdio.h> int main() { printf("Name : AASHATH KAAMIL"); printf("Profession : Software Engineer"); return 1 ; } I'm a vc++ developer and looking to enhance and share my knowledge through this forum. .... I am good at memory management , C++ stl , multimedia ... " come on …

Member Avatar for zandiago
0
71
Member Avatar for Max_Payne

[QUOTE=Duoas;481059]<cstring> aka <string.h> is [I]not[/I] more recent. It is the [I]old[/I] C string stuff. The only thing that is recent about it is the ability to refer to it as <cstring> instead of <string.h>.[/QUOTE] " <cstring> aka <string.h> is not more recent. It is the old C string stuff." Is …

Member Avatar for dubeyprateek
0
217
Member Avatar for cancer10

A programmer is nothing but a coder , He just codes accordingly to the specification or design . Whereas a developer developes the software/module from understanding the requirement, then design the solution,code it and then test the same. " Its Good to be a developer then a programmer" --Its better …

Member Avatar for Ancient Dragon
0
227

The End.