Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
23% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
11
Posts with Downvotes
6
Downvoting Members
6
4 Commented Posts
0 Endorsements
~21.1K People Reached
About Me

Hiya All, Started with computers in the early 80's with a Commodore 64 and learned basic and 6510 assembler then bought an amiga then got into PC's and have become reasonable with C/C++ and with 8086 and 80386 programming. hopefully I will contribute…

Interests
Tennis and Table Tennis and Sci-Fi Movies
PC Specs
Desktop PC INTEL 2.0 ghz with 1 Gig Ram and Windows XP Home and a Laptop a Dell Inspiron 1011 for mobile…
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 nanosani

I thought it would be great if we share our softwares here. So post your favourite software here that other people would love to have. Note: Please write some description about the software and a link from where it can be downloaded.

Member Avatar for greg.stunt
0
5K
Member Avatar for WASDted

DaniWeb plans to interview Bjarne Stroustrup, the designer and original implementer of C++ and the author of many books on C++. This is truly a treat and rare opportunity for us as a community to talk to the father of C++. As the new editor-in-chief of DaniWeb's News and Reviews …

Member Avatar for AuburnMathTutor
2
706
Member Avatar for 082100
Member Avatar for technology

Hey Ive just joined as a newbie and manage to get 4 negative down voters this could ruin my life plan ROFL LOL. Anyway just wait till I get better in C++; Hiya all the negative downvoters booo booo treating a newbie like this!

Member Avatar for maceman
-1
52
Member Avatar for nickadam

Hi everybody This is Nick Adam from USA, New York. I am new to this forum and this is a my first post here in daniweb forum. Hope, This forum will be quite helpful to me. Nick Adam

Member Avatar for qlipboard
0
218
Member Avatar for technology

Ok Guys I need some help with a small nigglying problem I have traditionally used the following code to check for a keypress when using the console and in msdos thats how far back Ive been using getch() but need to do something similar to this in C++ with cin …

Member Avatar for ShadowScripter
0
189
Member Avatar for technology

Just thought Id start a thread for firewall software as that is such important to people using the web. Im currently using commodo and its version 3 before that I was using PC TOOLS then before that Zone Alarm. I upgraded to more full featured firewall programs with more security …

Member Avatar for Stefano Mtangoo
0
198
Member Avatar for aldrin12

my prof give us assignment but she doesn't explain what to do im just asking what will be the code to this problem: write a program that will find the area of square.. (look for the relevant formula) ty for the one who will help ty very much

Member Avatar for Stefano Mtangoo
0
199
Member Avatar for spring sun

hi every body this is my first post in this wonderfull web site i'm a biggener in c++ and i have a q i want to do a function that determines whether a number is prime and then use this function in a program that prints all the prime numbers …

Member Avatar for technology
0
216
Member Avatar for plike922

i am having trouble fixing this program... its not printing the number any tips??? i am using sieve of Eratosthenes [CODE]#include <cstdio> #include "simpio.h" #include "strlib.h" #include <iostream> using namespace std; int main() { bool is_prime[300]; int num[300]; int i, n; printf("This program prints all prime numbers from 1 to …

Member Avatar for technology
0
129
Member Avatar for xaop

I'm planning to design a program such that any number entered will be divided by all the numbers less than it and if any of the division gives 0 as the reminder,it is not a prime.Here is my attempt so far and iam not able to proceed after that.. [CODE]#include …

Member Avatar for technology
0
729
Member Avatar for technology

Fellow coders Ive contributed this code to show how to send an email using winsock but Im having problems working out what to do to get this to be SSL oriented and know that it requires something to do with Secure Sockets and SetSockOpt and GetSockOpt and WSAIOctl but Im …

Member Avatar for technology
0
880
Member Avatar for kreig12

currently i am creating a project with LAN based connection. Please show me some sample codes for the winsock control in Visual Basic 6[code][/code]

Member Avatar for kinwang2009
0
210
Member Avatar for rapids79

I'm working on a code that enables the user to input a string , compare it to some text in a file then send the approriate data ( from another file) using serial communication or TCP/IP. I ahve implemented the serial communication part but the TCP/IP..I've looked around but have …

Member Avatar for technology
0
154
Member Avatar for priyarao

hi i am doing code on single linked list in that i hav to save elements of my list to a file and then load it. The file is not loading pls check this code [CODE]#include<stdio.h> #include<stdlib.h> struct llist { int info; struct llist *next; }; typedef struct llist linked_list; …

Member Avatar for technology
0
118
Member Avatar for ShadowScripter

Hey, throwing a quick question in here: Is there a way to get the value at a cursor's location? For instance, the cursor is at {0,20} and I decide to do cout<<"Foo" then I move my cursor to {0,10} do something else and then come back to {0,20}, and I …

Member Avatar for technology
0
2K