Beginners - December 2012 (Page 59)

Problem with dissecting strings
 
What I want to do: a ghostwriter function that takes in a string and slowly prints out each letter ...
[2 replies] Last: thanks james. it works perfectly now. (by BlackJayce)
Having trouble with 2D array
 
I'm very new at C++ and for an assignment i am supposed to create this 2D array display using a loop...
[1 reply] : Your logic is flawed. It should be something along the lines of: Curr... (by Moschops)
***Calling class functions in main***
 
As you can see, I'm struggling with classes. How do I call my fraction plus(fraction second), fracti...
[4 replies] Last: I got it to print the sum, but the sum is wrong. I think it's because ... (by mezzoforte)
by relyth
HELP!!!!!!!
 
Hello OK so i am writing this program for the pythagorean Theorem and i got everything together a...
[9 replies] Last: iLL LOOK INTO ALL OF THOSE THANK YOU (by relyth)
Always
 
something with programming :) I have encountered 2 things which my brain does not have any idea on h...
[2 replies] Last: Sorry I'm a little slow sometimes :) int counter = 0; cout << "Deal ... (by jlillie89)
Issue with 2D Array/increment
 
Hey guys, I'm trying to store a "Difference Index" within a 2D array. The rest of the code works fin...
[4 replies] Last: Wow... Thank you. Tonight, toum, your my hero. I appreciate the help s... (by TaytayB)
I need some assistance
 
I am new to programming, and I am having trouble understanding the srand(time(0). I am using it to ...
[1 reply] : srand() is a function, and not a type. You would call srand like this:... (by pogrady)
by Andym
Retrieving values from Arrays
 
If I create an array in a function, I can do this: int main(); { int ConstantArray = { 01, 02, 0...
[4 replies] Last: Thank you! I made the array global and made the changes like fun2code... (by Andym)
I need help with my program
 
hello i am very new to c++ and i decided for practice that i would make a simple text dungeon crawle...
[1 reply] : It's because your class names are uninitialized variables. Declare the... (by toum)
Can someone explain enumerations?
 
I've read through the section in my book about enumerations multiple times, and watched several vide...
[2 replies] Last: :O (by devonrevenge)
simple calculations
 
i am trying to do two equations: 1st : (value1 * value2)/2 //shear in a beam 2nd : (value1 * ...
[no replies]
Questions
 
I'm trying to answer a couple questions for self checking. I believe I know the answers, but would l...
[4 replies] Last: Thank you. (by rock4rigo)
How to use a loop with strings
 
delete please
[no replies]
HELP ME PLEASE!!
 
hey guys, can someone please help me with this code!!? #include <iostream> #include <string> ...
[12 replies] Last: Great, KhaledSH!!! Good luck! (by Marcos Modenesi)
developmently challenged
 
I'm looking for thoughts & ideas to develop a school-room app where every hour every teacher changes...
[no replies]
cin vs. scanf
 
I´m (obviously new to C++) and reading more and more material in the web I´ve come to notice the c...
[2 replies] Last: I use printf so that I can format my vars. int a=3; float b = 12345.6... (by Incis B)
[HELP] 2d Array sort row accoridng to sum of their numbers... (1,2)
 
Well i have made a 2d Array and filled it with random numbers... and while printing(cout) it out i ...
[28 replies] Last: That's right. The row numbers will sort just like rowsums and the row ... (by closed account D80DSL3A)
complicated alot... HEEEEELP!!!! X(
 
Part I Create a text file named FF.txt that stores the information about your friends and family in...
[4 replies] Last: Here is a piece to get you started #include <iostream> #include <fst... (by SamuelAdams)
Best way to write a graphics decompressor?
 
Hey, ProgrammerGuy here. I'm pretty new to C++, but I've read a couple basic tutorials and done a li...
[4 replies] Last: sounds like something like this. Open input file (Read mode, Binary m... (by Incis B)
Circle Class Problem
 
I am having trouble understanding classes and this is the first problem I have to do. If I could get...
[4 replies] Last: This is what I have so far. All the program does is ask for radius the... (by Malexander)
December 2012 Pages: 1... 5758596061... 65
  Archived months: [nov2012] [jan2013]

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