- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
"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
16 Posted Topics
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 . | |
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 … | |
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 … | |
Re: yup! No doubt .. It will crash ..As ancient dragon said u have to put [QUOTE] ebase = *iter[/QUOTE] | |
Re: 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 … | |
Re: Could be little bit clear in explaining the error. i tried compiling your code and it works Perfect in my VC6.0 Compiler. | |
Re: I acknowledge the answer given my Mr.Rajith. For full row select , the style LVS_EX_FULLROWSELECT will do | |
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 … | |
Re: 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 … | |
Re: 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 . | |
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 … | |
Re: 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 … | |
Re: [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; … | |
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 … | |
Re: [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 … | |
Re: 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 … |
The End.