-
Marked Solved Status for the beginner needs help
i am trying to avg scores but i keep getting errors, can someone please help me. [code] #include "stdafx.h" #include <iostream> using namespace std; const int SIZE =3; int main() … -
Marked Solved Status for Starting off
I am new to C++ and so how do i start my first programs. Can some one tell me what i need to do first. Also can someone send a … -
Marked Solved Status for Merge sort
Can someone point me in the right direction on implementing a merge sort. Here is what the main program will look like. THanks. [CODE]int main(void) { int ar[100]; int i, … -
Marked Solved Status for confused how to begin this program
i am taking a cpsc 140 class and i'm a little confused how to begin my assignment. Write a C++ program that reads in an unknown number of characters from … -
Marked Solved Status for java programmer requests help using ofstream
I am a java programmer trying to understand a c++ oddity that I ran into. My c++ program writes a few MB of data using ofstream. Just before the program … -
Marked Solved Status for Pause
New boy -easy question - doing a tutorial and the compile and run work but the only time I see the program partially running is when I put in a … -
Marked Solved Status for Don't know what this C++ error means
I ran my C++ program and got these error messages. I have no idea what they mean. :?: Will somone please help. error LNK2019: unresolved external symbol "int __cdecl GetInformation(int,int,int,char … -
Marked Solved Status for General Protection Exception Error Please Help!
Hello, This is my first post. Anyway.. I am having trouble with my c++ program. My assignment is to read from a file a 2-Dimensional array. However, when attempting to … -
Marked Solved Status for C++ Array
Please help me with this: Declare an integer array named "scores" to contain 50 elements. & Generate a code (a loop) that will initialize every element in the array from … -
Marked Solved Status for Logic to Convert Days From 1800 to a Date (Month, Day, Year)
Hi, This is really a logic problem more so than a stright up C++ problem. For class I have written a program that takes dates from a text file and … -
Marked Solved Status for urgent..i need help..
hi..im new here and i am having trouble with my program..using DOS-based C++, i have to create a program that will use a mouse pointer but unfortunately i don't know … -
Marked Solved Status for C compiler help (beginner question)
Hi, this is the first time that I've used C. Anyway, I downloaded a C compiler (dev-C++), and I typed in this: #include <stdio.h> main() { printf("Hello, world!\n"); return 0; … -
Marked Solved Status for C++ Compilers
I need some help, what would everybody out there recommend for a C++ Compiler. I am thinking about paying $110 for Visual C++ "Standard". Does anybody know if this software … -
Marked Solved Status for Help complete typical question with for loops
the typical question which ask user to display THIS * ** *** **** ***** ****** ******* ******** ********* ********** using a single cout<<"*" & cout " " with the help … -
Marked Solved Status for No idea how to do this problem...
hey i was wondering if someone could help me with this problem. i am so incredibly and utterly confused. here it is... write a simple phone directory program that looks … -
Marked Solved Status for sprite
hey all, what would be the calculations needed for making a simple sprite opject point towards the cursor position? ta -
Marked Solved Status for Help: Outputting Up and down arrows in C++
I am writing a turtle graphics program and I need help with 2 characters to show when the direction of my turtle is up or down. I am using cout … -
Marked Solved Status for learning c/c++ for total novice
hi everyone i have been using ict for about 6 years now and want to learncomputing e.g programming and was wondering where to start becaause people post codes and i … -
Marked Solved Status for Looking for _gcvt(double,int,string)
I found this neat little GUI calculator program on the net. It uses a function called _gcvt(double val,int limit,string cBuf), which seems to be used to convert a double val … -
Marked Solved Status for slight problem with undetermined character constant
I dont know what they mean by undetermined character constant [code] #include <iostream.h> #include <stdlib.h> class student { char st_name[25]; char st_major[25]; int i_test1; int i_test2; int i_test3; int i_average; … -
Marked Solved Status for Graphics in borland!
hai can anyone please tell me whether it is possible to make graphics work in borland c++? thanks Tresa -
Marked Solved Status for Break statments confuse me, need some help
I have tried various break statements and I cannot get my program to break correctly. Original program is a nested loop asking user for input for either an ascending or … -
Marked Solved Status for need help with an IF statement
hi... im a bit new to this forum. i saw it on google and decided to join up... im working on a calender like program for my computer science 102 … -
Marked Solved Status for Brain Dead Night
I've been working on this for hours I know the errors are staring me in the face but I just can't see them. Any help would be greatly appreciated. //prb01-1.cpp … -
Marked Solved Status for Right aligning items in TListBox (C++ Builder)
Hi there. Im new to C++ programming, but I know my way around Delphi. I'm doing a project that must be made in Borland C++ Builder. My problem is right … -
Replied To a Post in while loops with if statements
What kind of image file does the Visual Logic program produce? -
Created Rotate Text (PySide)
Just the very basics on how to draw a rotated text using the Python GUI toolkit PySide (public PyQt). Please experiment and embellish. -
Marked Solved Status for Trying to write encoded byte to file, line by line
**Read title.** username = base64.b64encode(username)+'\n' This is what I thought would have worked, but it comes up with an error, "TypeError: can't concat bytes to str", meaning that I cannot … -
Marked Solved Status for Number Analysis
Write a program that asks the user to enter a series of 20 numbers. Store the numbers in a list and display the lowest, highest, total, and average of the … -
Marked Solved Status for Help with Hangman program
I have been working on this program for a few days and have most of it working, the only issue that I am having is when a word has multiple … -
Replied To a Post in Running python in CMD with portable python
You have to supply the full path of **your** script file and Python.exe file. Are you sure your command sequence is correct? -
Replied To a Post in Jokes for presentation about hacking/IT
If you have a stuffy audience then humor, particularly forced humor, might go over like a lead balloon. Otherwise simply google for the category of jokes and pick some that … -
Replied To a Post in Mojang bought by microsoft for $2.5 - thoughts?
Microsoft has bought up games in the past and simply stopped development. "Age of Empires" sticks out in my lame brain. I always though that game had quite a potential. -
Replied To a Post in There is an elephant on the loo!
If your debt exceeds your wealth, you are not really wealthy. -
Replied To a Post in Knowing programming?
I am not a programmer, but I have used programming as a tool for many years to solve science problems, cost analysis, processing of large medical data sets, image processing, … -
Replied To a Post in Running python in CMD with portable python
Try something like this ... import subprocess # use the full path you have scriptfile = r"C:\PortablePython3.2.5.1\Scripts\sqlmap.py" python3 = r"C:\PortablePython3.2.5.1\Python-Portable.exe" cmd = '-u "url.com" --batch' subprocess.call([python3, scriptfile, cmd]) -
Replied To a Post in Starting Python
A Python dictionary from a string example ... ''' Nato_alphabet_dict101.py create a dictionary for the standard NATO phonetic alphabet for English ''' # copied from a nato war manual nato_alphabet_str … -
Replied To a Post in Random Facts
UK's wind farms generated more power than its nuclear power stations on October 20th 2014. Read more: http://www.bbc.co.uk/news/business-29715796 -
Replied To a Post in Random Facts
The Microsoft Board of Directos has given the new CEO Satya Nadella a pay package worth $84.3 million, making him one of the top earners in the tech industry. News … -
Replied To a Post in Projects for the Beginner
Lets say you have the following data set (weight is in pounds) ... # data is a list of (fname, lname, age, weight) tuples data_list = [ ('Heidi', 'Kalumpa', 36, … -
Replied To a Post in Projects for the Beginner
Use the result (list of lists) of the following program ... ''' data_2013_US_population_by_age_and_gender.py copied the raw data string from: http://www.census.gov/popclock/ convert to a list of lists for processing ''' # … -
Marked Solved Status for How can i find out the Max and Min value from a Vector?
How can i find out the Max and Min value from a Vector, what's the function can i use to do that? max_find() e.g. double x[]; double x_max; double x_min; … -
Marked Solved Status for subracting
hi, just a quick question i have created a program to input 6 numbers, but the problem is that i need it to subract the highest and lowest numbers then … -
Revoked Solved Status for Break statments confuse me, need some help
I have tried various break statements and I cannot get my program to break correctly. Original program is a nested loop asking user for input for either an ascending or … -
Marked Solved Status for Break statments confuse me, need some help
I have tried various break statements and I cannot get my program to break correctly. Original program is a nested loop asking user for input for either an ascending or … -
Revoked Solved Status for !NEW!:::::!!Time Display Program!!
I fixed the whole program. :twisted: . I compiled it after each step to make sure there were no errors, if so I corrected them. :mrgreen: . I do, however, … -
Marked Solved Status for !NEW!:::::!!Time Display Program!!
I fixed the whole program. :twisted: . I compiled it after each step to make sure there were no errors, if so I corrected them. :mrgreen: . I do, however, … -
Replied To a Post in There is an elephant on the loo!
The 10 most populous countries (2013 data): 1. China 1,355,692,576 2. India 1,236,344,631 3. United States 318,892,103 4. Indonesia 253,609,643 5. Brazil 202,656,788 6. Pakistan 196,174,380 7. Nigeria 177,155,754 8. … -
Marked Solved Status for Simple Newbie Question
I am not looking for anybody to do the work for me - I have a questions I am trying to get answered as I go thru trying to learn … -
Replied To a Post in Number Analysis
Finding the lowest, highest, total, and average of the numbers in a list is easy as slate already mentioned. To develop a user friendly way to enter 20 numbers into …
The End.