Posts
 
Reputation
Joined
Last Seen
Ranked #352
Strength to Increase Rep
+9
Strength to Decrease Rep
-2
45% Quality Score
Upvotes Received
27
Posts with Upvotes
24
Upvoting Members
25
Downvotes Received
46
Posts with Downvotes
38
Downvoting Members
18
20 Commented Posts
~209.36K People Reached
About Me

well I love technology and want to implement new and make the human life easy.ppl say I am kind thanks and I love to hear that.In programming I am not a expert , but love expertise advice , I want to listen and debug and read than code.My #1 programming…

Interests
programming in C++/C FPGA and VLSI dig into the Linuxx86-64 computer hardware and os kernel
PC Specs
Processor : 2.66 GHz single core processor which uses old FSB ( font Side Bus) technology.RAM : DDR-1…
Favorite Tags
Member Avatar for Duki

Well I just started eating dinner and thought this would be a neat topic. Everyone knows we love to eat while on the computer; two birds, one chair. I'll start it off: Deli Sandwiches, macaroni salad, potato salad and a Pepsi :)

Member Avatar for Reverend Jim
22
17K
Member Avatar for DearPrudence

I have a 2005 Toshiba laptop with a celeron processor. For some reason my computer will just shut off without warning. You've got about 15 minutes tops to use it before it'll just turn off unexpectedly. If you're doing something a little more complicated, like running a virus scan, it'll …

Member Avatar for Lambent
0
2K
Member Avatar for NicAx64

Well inside the windows operating system there are predefinided dialog boxes. We can use it freely with little effort. Think that you have to get a input file name or file path. The traditional way of doing this is parsing the command line arguments.But here we are in win32 , …

Member Avatar for Y_2
0
18K
Member Avatar for needs_help

This is a picture game where you post the most funny picture you know. I'll start:[IMG]http://img73.imageshack.us/img73/6923/kamikazewatermelon4ng.png[/IMG]:cheesy:

Member Avatar for Ciara_1
0
878
Member Avatar for OmniX

I know the dos command is "shutdown" then with your parameters of "-s -t xxx" etc. Anyways so "How to shutdown your computer using C++?" Thanks, Regards X

Member Avatar for Alex_34
0
2K
Member Avatar for Dave Sinkula

With regard to C++ books, I'll just echo the advice here .The following books are recommended; read them in mostly the order listed." Accelerated C++ " Andrew Koenig & Barbara Moo " The C++ Standard Library " Nicolai Josuttis --- a "must have" " Effective C++ ", " More Effective …

Member Avatar for shahidali6
11
10K
Member Avatar for 35nando

Hi, I'm looking for a library which provides edge detecion on color image. For example i have an 200x200 color image and i need to a table form it: bool is_edge [200][200]; Where is_edge[x][y] == true when there is edge in pixel [x,y] Sorry form my english, waiting for some …

Member Avatar for Abheek88
0
2K
Member Avatar for crodriguez08

Hey there, I'm having trouble getting my program to read every instruction to then execute it, as well as displaying everything correctly. Right now my program displays mainly garbage and for now I simply want it to be able to successfully run a simple addition program, so any advice or …

Member Avatar for CPTSNGR
1
2K
Member Avatar for debasisdas
Member Avatar for James_28
8
16K
Member Avatar for NicAx64

Just use the SetTimer function after you Create the window , and just handle the WM_TIMER message inside the message loop. That's it !

Member Avatar for irum.nageen.3
0
6K
Member Avatar for extemer
Member Avatar for NicAx64
0
160
Member Avatar for esh.ketchem.7

When I was playing Warcraft 3 (a little dated but still a good game) my computer blue screened. The physical memory dump got to 95% when it stalled for a few minutes. I decided to restart the computer. After I did this the computer did not recognise my keyboard, mouse …

Member Avatar for NicAx64
0
302
Member Avatar for jingda

I am sure most of you like animals here be it little furry ones or just a comapanion. So what types of animals have you kepts as pet before?

Member Avatar for <M/>
0
427
Member Avatar for happygeek

China may be odds-on to top the medal table at the London 2012 Olympic Games, with less than a week to go, but according to a new report South Korea has the Chinese well and truly beaten as far as malware infected PCs are concerned. And unlike at the Olympic …

Member Avatar for LastMitch
1
431
Member Avatar for NicAx64

Circuit, [Circuit Diagram](https://picasaweb.google.com/116591322380497799116/December52012#) Video: [Video](http://www.youtube.com/watch?v=qGoM_ydAtBc)

0
473
Member Avatar for Learningvinit

A piece of C code was creating core dump. When i simply added a few fprintf statement and printed the value of variales used in code to a file, surprisingly the code ran successfully. I tried the scenario number of times and the result was same "when fprintf was present …

Member Avatar for Learningvinit
0
855
Member Avatar for NoCodeMonkey

I’m in my second year of Computer Systems Technology – Networking course and I’m thinking of trying to find a job as a student to try to get more into my field and gain real world experience. I never had a job yet and never worked in an IT environment. …

Member Avatar for ChrisHunter
0
234
Member Avatar for GrimJack

I was just on the bus, minding my own business when I heard a magical phrase "he knew 2 dozen languages and numerous dialects"; I just had to speak up because there is only one person in history who could fit that phrase: My hero, [B][U][URL="http://en.wikipedia.org/wiki/Richard_Francis_Burton"]Captain Sir Richard Francis Burton[/URL][/U][/B]. …

Member Avatar for GrimJack
3
530
Member Avatar for sillyboy

I usually listen to music while I'm browsing here, what are you listening to right now? EL-P - Fantastic Damage

Member Avatar for Helianthus
0
5K
Member Avatar for Siberian

I've lost my Windows7 Administrator Password, causing me to be unable to install programs or do other system tasks. I've search this forum and found some answers, but none seem to work. I'd like to be able to change the password without doing anything extreme to Windows.

Member Avatar for firdousahmad
0
251
Member Avatar for cwarn23

In these three functions, you can filter to a url to just the domain name. There are three main methods of doing so which are all shown in the example and the usage of each function is shown in the example.

Member Avatar for diafol
0
705
Member Avatar for Jared1337

Hello daniweb people! I'm having a few issues with this triangle program. We're supposed to make a few different triangle shapes, including the two i have in this. The first triangle works, but the second triangle displays xxxxxxxxxxxxxxx times infinity. Any ideas on what i'm doing wrong? And another question, …

Member Avatar for piyush3dxyz
0
346
Member Avatar for OrangeTree

Hi :). I use this code to create a file: #include <cstdlib> #include <fstream> using namespace std; int main () { ofstream file("main/articles/giraffe/article.txt", ios::out); file.close (); return 0; } How can I simplify **create path of folders** (on **unix system**) "main/articles/giraffe/" - if folder "main" doesn't exist? With using standard …

Member Avatar for OrangeTree
0
237
Member Avatar for LieAfterLie

I was following [this tutorial](http://www.swiftless.com/tutorials/opengl4/1-opengl-window.html) for my first attempt at OpenGL. All I'm doing is initializing an empty window. His VS 2010 code is [here](http://www.swiftless.com/?download=1%20-%20OpenGL3%20-%20Window). Using Dev-C++ as my IDE on Windows 7, and MS SDK 7.1, I get this error: [Linker error] undefined reference to `_imp____wglewCreateContextAttribsARB' ld returned 1 …

Member Avatar for DeanMSands3
0
1K
Member Avatar for altec64

Hi there this is my first post here :) So I got an assignment about TicTacToe project here's a basic header and main file of my project I think i should made a basic one before adding some "advanced" features please help with the logic of the command undo thank …

Member Avatar for mrnutty
0
1K
Member Avatar for hii...

In my project (Borland C++ Builder, Windows Xp ) am using following code for opening the file TOpenDialog *OpenDialog; OpenDialog->Filter = "all files (*.*)"; OpenDialog->InitialDir="::{20D04FE0-3AEA-1069-A2D8-08002B30309D}"; OpenDialog->Execute(); But the "My computer" tab is empty its not showing the drives. Rest "My Rescent Documnets" , "Desktop", "My Documents", "My network drives" all …

Member Avatar for hii...
0
423
Member Avatar for MooGeek

hey guys, I just want to know what country is the best for a web developer like me. in terms of Salary and benefits? I'm currently living in Philippines now. Please do help me. thanks!

Member Avatar for stultuske
0
387
Member Avatar for Hinnawi

Heeey , i wanna know what Mac Mini do SIMPLY ,i watched many videos and i couldn't get it . ohh yeah u need to know that i'm not that much in technology but i love to be updated with new things =)) thx

Member Avatar for NicAx64
0
323
Member Avatar for Scaffa

Hey all, I'm currently studying at Glamorgan Uni in Wales and am about to start research on a paper about the Command Line Interface and it's use in the Modern OS. The lecturer mentioned that while talking about our specific award is the way to go, it would be useful …

Member Avatar for sloan31
0
305
Member Avatar for cwarn23

Hi, I not long ago create a youtube video titled "How to RTFM for Dummies" and so far I have 10 dislikes and 0 likes from 59 views. So does this mean people don't like to read the manual anymore or is it that they don't like being told to …

Member Avatar for NicAx64
0
472