Beginners - November 2013 (Page 26)

by Zyzz
Super stumped with this assignment
 
I have no idea what else to do with this assignment. I am required to write a program that does this. 1. Create 2 text files on your drive F:\Lincoln.txt and ...
[2 replies] Last: Thank you (by Zyzz)
C++ Books
 
Hello People. I have digital copies of famous books for C++ i) C++ early objects (Tony Gaddis) ii) C++ from control structure through objects (Tony Gaddis...
[2 replies] Last: It's probably better if you ask people to PM you their emails, instead... (by yulingo)
by Blutes
Basic Data Retrieval
 
Hello, I am a bit of a novice and hoping someone can point me in the right direction. My goal is to create a simple program to access a webpage, fill in one ...
[no replies]
Memory allocation
 
I have a few basic question about memory allocation... 1) I did create few multidimensional arrays (like double a for example), but during the execution...
[5 replies] Last: Thanks a lot to all of you guys! I didn't know that memory divides up... (by match88)
Need help to correct my code! I have home work deadline 3 days!
 
Write a C++ code that reads from the keyboards a set of 10 numbers, which are for instance are counting for some money in a box. Calculate the number of five ce...
[8 replies] Last: 1. Programs read standard input rather than keyboard. 2. You alreadu d... (by keskiverto)
Arrays,functions,reading from file
 
Hey everyone and thanks in advance. I need help with reading text from a file(Shipping addresses and quantity of items) and i need to write the address to an a...
[3 replies] Last: Well file streams are almost exactly the same as input/output from pro... (by yulingo)
Class help
 
Hi guys, So I'm very new to C++. rusty with dev, and need some help. I am using the treeView class, which contains contains an extension: treeNode class....
[7 replies] Last: You're using C++/CLI, which means that your derived class has to be a ... (by yulingo)
by Drella
Need a hint regarding arrays.
 
Hello forum, I am currently writting a code to find the most repeated number (and how many times it repeats) in an array. So far everything is working nicely i...
[3 replies] Last: hmm... I don't think you changed it the way I recommended, since the v... (by yulingo)
pseudocode_flowchart Group Project
 
I am in an intro to computer programming class that has a final group project that anyone can help with. We are to write the pseudo code and create a flow char...
[no replies]
by Ionos
Problem with I/O
 
Hello!I new to cpp and i have a problem with my code. Well i have an array with objects... Cell *catalog; catalog=new Cell ; and i want to put each ce...
[4 replies] Last: Thats it!!!thanks a lot:-) (by Ionos)
Caps Lock Strings
 
Is there anyway you can switch the caps lock to fix the text in the string? I've came up with something here, but are there any hints that could help me out? ...
[6 replies] Last: @ Parasin See the post above yours. (by Duthomhas)
Using Pointers to Remove Duplicates.
 
So I am having a hard time understanding how to alter my code.. the prompt is: Return a new dynamic array where all repeated letters are deleted instead of...
[1 reply] : Still looking for some help with this, thanks! (by bridgster)
Program doesn't do what I thought I told it to...
 
So when my code runs it doesn't do the operations I thought I told it to do... did I screw up my if, else if, while statements? Or am I just missing something.....
[11 replies] Last: I changed them to else if but I still get this error... Thank you i mu... (by stardust2552)
by Nata
HELP PLEASE!!! inputting range of array and getting random numbers help
 
User has to input [a,b] range and I have to declare array of size 400 and program should output random numbers from this range. I am new at this and can you tel...
[14 replies] Last: Thank you very much for help I see now my mistakes and it is better no... (by Nata)
by Junald
Problems w/ Interactive Array.
 
Does anyone know why I'm not getting the right element output? I keep getting a 0 or a 10. When I use fmax I get hexadecimal. Thank you. int _tmain(int argc...
[3 replies] Last: It works now, thank you. (by Junald)
help me plz
 
if i wanna say "do it even the line is over",how can i say it with limitation maybe like this (??????!="\n" i wanna give some numbers from notepad like 12.2...
[8 replies] Last: i write a program to show me row and column of file like above but tha... (by miladam)
Calendar program
 
I've been working on a calendar program for a week or so now and no matter what i cannot get it to offset correctly. Everything functions correctly except the o...
[1 reply] : Double post, Even after looking at other calendar programs I still ca... (by foxgaming)
Array Modicication
 
want to initialize the first 25 compmenets to (power of index) and the rest 25 to (3*index). Is there another better mehod to use or a shorter method?? ...
[2 replies] Last: Alright thanks mat (by fahmankhan75)
Help Using Switch to Switch a Letter to a Number in a Function
 
I'm new here and am just looking for some help. It would be greatly appreciated if someone could give me hint to help me with my project for simulating dialing ...
[1 reply] : I have figured out the problem! (by EaglesFan91)
Medium from an array - Help
 
How do I find the medium from an array? I know I have to use a loop in some way but if you can help it will be much appreciated. #include <iostream> u...
[no replies]
November 2013 Pages: 1... 2425262728... 80
  Archived months: [oct2013] [dec2013]

This is an archived page. To post a new message, go to the current page.