Beginners - February 2010 (Page 21)

Assigning Variables Within an Array
 
Hi guys, just wondering if its possible, instead of assigning values to an array, can you let the us...
[10 replies] Last: Thanks, its good to know that people are willing to help. and final... (by thealchemist)
What is the symbol for does not equal?
 
I am making this forum post because I cannot figure out what the symbol for does not equal is. E...
[3 replies] Last: thanks for your help chris (by allenanders)
Stacks
 
////
[2 replies] Last: thanks for the reply works now (by code101)
the second "If" statement
 
In my geometry calculator, I cannot get the the second or 3rd "If" statements to correspond after en...
[5 replies] Last: If your if statement lasts for more than 1 line, you need to put the w... (by QWERTYman)
Passing an Array to a Function
 
I don't fully understand why I'm getting this error for passing a 2d array to a function. Here is my...
[1 reply] : carrier This is an int, not the array (it is also out of range ... (by firedraco)
What is the different between variables?
 
What is the difference between the variables?
[7 replies] Last: What are their main differences? Between integral types, the main dif... (by helios)
by joshky
Issues with sstream and ifstream
 
I'm trying to mess around with sstream and ifstream in this simple banking program. I'm totally con...
[3 replies] Last: tempdouble is declared at line 8, and then assigned a value from my ss... (by joshky)
by Xivor
Using headers and structs in C++
 
Hey all, I cannot succeed at this (i thought easy to solve) problem. I want to use a struct arra...
[9 replies] Last: You will want to quickly learn the difference between a declaration an... (by PanGalactic)
by Lift0
Node Matrix class
 
I am constructing a Node Matrix class, that is, for general purpose. To consider each point in the m...
[2 replies] Last: Yes! But only so general that I can create and use a matrix with Node*... (by Lift0)
Changing Array Values
 
Hi again all, i'm looking to change the index of my array with a for loop, but for some reason i'm g...
[11 replies] Last: And if you look at my explanation you will see I'm explaining the OP's... (by guestgulkan)
A static member with an in-class initializer
 
Hi there! If we need a static member, we can declare it: * without an in-class initializer (th...
[3 replies] Last: Sorry, in your original post I missed that one declaration was const w... (by jsmith)
Function overloading, is this the correct definition?
 
Is the following definition for overloading functions in C++ correct? "Overloading a function sim...
[5 replies] Last: hi i hope someone can help me understand this question: Write a... (by Carol)
Is there a function like memset that can handle larger types for Value?
 
Memset Value only handles ints, but I am looking for something that can write something like DWORDS ...
[2 replies] Last: Thanks! (by AlwaysLearning)
hex
 
im trying to do a program that outputs certain things on a txt file. one of those things is a hex c...
[3 replies] Last: oh didnt know about setfill thanks. (by raikiridragon)
Simple Program Problem
 
Hello all, I am getting no errors in this program when I check it in visual studios, yet when I try ...
[2 replies] Last: Ahhh I see, thanks alot man, appreciate the help (by ksport99)
GOTO labels
 
I was told along time ago that goto labels in c++ are evil and that I shouldn't use them... I wan...
[3 replies] Last: You know, this exact question was asked and answered yesterday. htt... (by PanGalactic)
Pointer and Array display issues.
 
I've been struggling with a couple of issues trying to get my program to properly display the correc...
[3 replies] Last: Reconcile the types on lines 12, 34 & 61. Also, it would help if yo... (by PanGalactic)
ADTs
 
Hey guys! I am new to programming and i have this big problem to present tomorrow. But i dont hav...
[17 replies] Last: He-Man... da da dadada da da :P... (by Incubbus)
Math problems, Pi and other things.
 
Hello, im new to C++ and am just trying to create a simple calculator. im having problems with my C...
[7 replies] Last: you can use long double for such an accuracy Really? How many pla... (by beginner at programming)
by matpaz
Hello, beginner question....The clearest and completest C++ book
 
Hi all, I'm a newbie and i'd like to learn C++. I started programming many years ago in basic (...
[1 reply] : The C++ Programming Language ? Yeah, that's extremely high level. In ... (by tummychow)
February 2010 Pages: 1... 1920212223... 32
  Archived months: [jan2010] [mar2010]

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