-
Replied To a Post in Are coders running out of ideas
> as our children become zombified while their parents look on proudly. And that's a huge problem imo. Unfortunately, a lot of parents aren't looking on at all and I've … -
Began Watching Are coders running out of ideas
Whats new in the software development world, last I heard wechat and instargram where the next big things -
Replied To a Post in Are coders running out of ideas
Extending software capabilities is still prevalent is it not? Take Microsoft Excel for instance, it's by no means new but there is still a high demand for Excel development in … -
Began Watching help
i made a program for our library i want to add progress bar but i don't know how to do that, i saw here at daniweb some samples but i … -
Replied To a Post in help
What code are you referring to? -
Began Watching how to display print preview excel file in vb6 forms
pls help me i need this code to view my excel data in vb6 forms only. -
Replied To a Post in how to display print preview excel file in vb6 forms
Why not create a form with VBA instead of VB6, the process would be a whole lot easier in my opinion. -
Replied To a Post in Voting online
Interesting read, [How to Righ an Election](http://harpers.org/archive/2012/11/how-to-rig-an-election/2/) -
Edited Russia vs Ukraine vs The World
On my Facebooks there are a lot of posts from people that are really worried about WW3 popping off because of the Russian takeover of Ukraine. I've read some interesting … -
Created Russia vs Ukraine vs The World
On my Facebooks there are a lot of posts from people that are really worried about WW3 popping off because of the Russian takeover of Ukraine. I've read some interesting … -
Began Watching Russia vs Ukraine vs The World
On my Facebooks there are a lot of posts from people that are really worried about WW3 popping off because of the Russian takeover of Ukraine. I've read some interesting … -
Replied To a Post in How is the weather today in your country?
This winter has been so cold and bleak that they are willing to tell us bs about flooding. Apparently our southern neighbors have gotten a lot of snow too so.........It … -
Gave Reputation to Reverend Jim in Voting online
>You need to pay more attention to Canadian politics instead of American politics where you have no say one way or the other. Sort of like the average American voter. … -
Replied To a Post in Voting online
I'm a call it how I've always seen it, Bush was an idiot oil man that scratched and clawed his way to the top spot in America. There are too … -
Replied To a Post in Things I hate about TV shows
Adverts are intentionally loud based on the premise that some people get up during commercials and therefore they get loud so you can still hear them. It's annoying in my … -
Replied To a Post in How is the weather today in your country?
@vegaseat, My wife and I are coming there in early April and I am super pumped about that! I've never been there before and can't wait. The weather will be … -
Replied To a Post in Voting online
I don't take sides when it comes to politics because my views of all politicians are the same. In saying that, when it comes to voter fraud, all I can … -
Replied To a Post in How is the weather today in your country?
Hey RJ, isn't all this effin snow sickening already? What really gets me with this snow and weather are the drivers in Winterpeg and how they can't seem to get … -
Replied To a Post in Bad Grammar
I think I'm not a fan of anything ung, it's all dung to me. -
Replied To a Post in Voting online
I mostly agree with Mike. -
Began Watching c# vs c++
in the programming world which of the two languages is prefferable in software development ? -
Replied To a Post in c# vs c++
What is preferable is very subjective in the coding world. I like C++ over C# but I honestly don't really use either. My preferences are VB and VBA. -
Began Watching Database
How do you view all the data from a database when running a program? -
Replied To a Post in Database
Each requirement I've outlined needs to be done. Are you familiar with how to do any of that? 1. Set up a connection to the database 2. Query the database … -
Replied To a Post in Ask a stupid question, Get a stupid answer
Goat cheese: 1. Two goat hooves 2. Special Unicorn Sauce 3. One plastic spoon Mix them all together and bake at 350 F for 22.3 minutes. Have you ever been … -
Replied To a Post in Linq
[Google Works](http://lmgtfy.com/?q=Linq) -
Began Watching Linq
What is linq? -
Began Watching Voting online
What do you think about electronic electoral voting ?Is it trust worthy? -
Replied To a Post in Voting online
Nice counter stultuske. If humans could be removed from the voting system equation I would trust either forms of voting. However, we humans tend to want to tinker and eff … -
Replied To a Post in Bad Grammar
I loathe the word "brung" as in I brung the ball to you. I had a buddy many many moons ago that said that and other "close to real" words. -
Began Watching how to ping url using vb6
hi all, i am working on visual basic 6.. i am finding codes on how to ping url/ip address directly from vb6.Then, it will reply or response if there is … -
Replied To a Post in how to ping url using vb6
How can anyone tell you how to fix your errors when you don't provide the code and at the very least the errors? -
Gave Reputation to Schol-R-LEA in Help :(
If you look down the C++ forum page to the [previous thread](http://www.daniweb.com/software-development/cpp/threads/474555/corrections-turbo-c-conversion), you'll see that I gave a detailed answer already. Would you do us all a favor and **not** … -
Replied To a Post in What movie have you seen lately?
As for Dean, I really enjoyed Dark Rivers of the Heart, it's probably my favorite from him. I thought the movie The Stand was done well in accordance to the … -
Gave Reputation to Banfa in C++ for loop error[help]
I think you have a problem at lines 2 and 3 // for(a;a<sum;a++) { if(zaide[a] > 0) { The initial expression at line 2 `a` looks wrong, did you mean … -
Began Watching Learning Issue with Programming Languages
Hi Friends! I want to create a dynamic website. So, to create it I need to know PHP and MySQL. I went to [amazon.com](http://www.amazon.com) and searched for books. I was … -
Replied To a Post in Learning Issue with Programming Languages
I like books too but as the sentiment goes here, I've found that good ones fall into the 'hit or miss' category. As for learning MySQL or the likes, a … -
Replied To a Post in C++ for loop error[help]
Did you try sum += laikai[i]; If you are getting no errors by using 5 instead of laikai than the problem is obviously with the laikai array. Can you show … -
Began Watching Spiceworks Career Tips
Hey everyone!! One of our partners, SpiceWorks, has recently put out a Career Tips eBook for people seeking IT job career growth. It's over at http://www.spiceworks.com/ebooks/2014-top-it-career-advice/ I want to direct … -
Replied To a Post in Spiceworks Career Tips
I agree with you happygeek, especially with regards to > I would keep two distinct online social profiles: one with an eye to work using my real name, and another … -
Began Watching C++ for loop error[help]
Hello, is this for loop possible? Im trying to get each new value for for(a;a<sum;a++) sum variable. After countless tries i am stuck and don't think it's possible to change … -
Replied To a Post in C++ for loop error[help]
Hi, I really don't know if this will help but why not something like: for(int i=1;i<zaidejai;i++) { for(a;a<sum;a++) { if(zaide[a] > 0) { daug = daug + zaide[a]; } a … -
Replied To a Post in What movie have you seen lately?
I stopped reading Dean Koontz years ago because of the padding he does with characters. Makes for boring reads in my opinion. My all-time favorite read is the Dark Tower … -
Began Watching How to stop the deluge of spam mails?
The inboxes get flooded with spam mails and searching for the really useful emails from the junk becomes more and more difficult. Is there some way to stop this other … -
Replied To a Post in How to stop the deluge of spam mails?
I have a spam folder too but I don't have it set to delete without me looking at it. Sometimes good email makes its way there so I'm always watching … -
Replied To a Post in Is the TAB going to replace the laptop ?
> it helps the locals to understand you better if you yell in English. Hahahaha, speaking yelling in English, my wife is a manager at a Garden Market IGA and … -
Replied To a Post in How is the weather today in your country?
Ack, [The Weather Network](http://www.theweathernetwork.com/weather/canada/manitoba/winnipeg) says we might get up to 8 cm in the next few days. Farrigan Iceholes! -
Replied To a Post in Help me
Sorry but I need to clarify because of the differences between your 1st and 2nd post. Are you supposed to write some code or just get the list of keywords? -
Began Watching Help me
Write A program that reads a statement of c++ langauge and prints a table of tokens and classes (keyword, identifier -
Replied To a Post in Help me
What have you got so far?
The End.