Help: Program Counting Whitespaces!
Hi, i'm working on a program that takes in a .txt file, and counts the number of words, lines, and characters in that .txt file. I have my program working, kinda sorta almost! I am getting the correct...
View ArticleSaving Detailed History in Local Database And Showing It
I am coding for 6 years but this is the first time that i need to use database. I am workind on my 17th webbrowser project. This time I need to save detailed (Date & Page Title & Favicon Url...
View ArticleBecoming A Better Python Programmer?
I have been programming in python for about three months now, before python i dabbled in a few other languages and with this one i finally feel like a am a competent programmer, but i don't know where...
View ArticleBecoming A Better Python Programmer?
I have been programming in python for about three months now, before python i dabbled in a few other languages and with this one i finally feel like a am a competent programmer, but i don't know where...
View ArticleHang trying to read hardware port
Hello all. Over the weekend I got bored and wanted something fun to toy with. Well, I have an old 486 laptop, a copy of Turbo C and nerves of steel. I wanted to learn how to make sounds and project...
View ArticleFormatted TextArea doesnt Work
hey, ive got a little problem with my formatted TextArea. i would like to make a TextArea which cant be left empty and cant contain any spaces, ONLY numbers. i´ve tried it and its not possible anymore...
View Articleopengl chessboard
Hi all, I'm trying to create 5x5 chessboard in OpenGL. I am looking to create the first 25-cells board before doing the 5x5x5 version. The code below keeps giving me an error saying the drawBlackCell...
View ArticleReccursion issue with QuickSort algorithm
Hi all. i have a little problem with my own implementation of the quickSort algorithm. i know that this is not the normal and effiecient way of implementinh this,and i know how to do it right,but i...
View ArticleQuestion About Regex
So I was reading through the java API on oracle just to learn some new stuff and I stumbled upon the StringBuilder class. I did some research on it and noticed many people used it to count words in a...
View ArticleTrying to understand the meaning of code in my program more clearly.
This is a header file for my program, and what its function is to be an array class as you can tell. But there are some question I have about it. My question is, what exactly is the function of 'arry =...
View ArticleTrying to understand the meaning of code in my program more clearly.
This is a header file for my program, and what its function is to be an array class as you can tell. But there are some question I have about it. My question is, what exactly is the function of 'arry =...
View ArticleParsing File Contents into JSON Object
Hello all! I'm working on a project for one of my classes. In order to begin the project, we have to parse the contents of a file into a JSON object. I'm currently stuck just trying to create the JSON...
View ArticleStuck in a loop
I do not want to inundate you with code but I think it best to give you all the operating code so you understand what I am trying to do. The problem lies towards the end of the code in the while loop....
View ArticleError with homework. Completely stuck.
So I have a project that asks me to make a class called CityInfo and put different methods in it to set a city, state, year, population, and area. It then calculates density and annual growth. This...
View ArticleQuick question how to make user use at least 4 characters in password
Hi can someone show me how to make the password requirement on this form to be at least 4 characters I just have no idea I have been trying different ways and none work. I have posted my code below if...
View ArticleWindows Store App Development Question
Ok. First of all, I would like to apologize if I am not posting this question on the right section. I don;t really know where to post this. For my question, in Windows store app development, how can I...
View Articlelocal search engine
good day guys, i would like to write a certain program that will help me search files in a database. I do not know what is the name of the container where the output should be placed. Is it...
View Articlequestion => better source file design
So today I learned a better way to compile multiple files using Makefile and some of the etiquette that goes into defining such a file which gave me a thought; since I want to create real networking...
View ArticleChange Theme Aero to Basic If There Install Win 7
Hello, I Have created vb.net application using Devcomponents, but there is problem, if i have'd select windows aero theme, then the my project is looks like normal form as aero style, but i don't want...
View ArticleCaesar cipher code help!
The objective is to have the user input something like: "Hi, nice to meet you." and the code to be translated using a shift amount entered by the user. If h is shifted 3, the letter would be k. Here is...
View Article