Beginners - February 2010 (Page 27)

C++....book
 
I have safari bookshelf unlimited. I have access to thousands of C++ books. My question...which o...
[4 replies] Last: Another good book to have is Hacker's Delight by Henry S. Warren ... (by abilify)
C++ homework...confused!
 
I'm a little unsure of how to do this...Write a program that declares a 16-element vector of type do...
[1 reply] : post what you have so far. (by abilify)
Issues when moving from Debug to Release configs
 
Hi folks - nice to meet yall I have inherited a significant piece of C++ code that compiles as a ...
[no replies]
for loop printing negative numbers
 
I just wanted to know if I want to print a sereis of negative numbers do I need to right them out in...
[1 reply] : no need, just use looping statements (by valrecx)
Completely new to programming.
 
So I just started learning C++, and am already stuck on my first simple program I have been assigned...
[6 replies] Last: no vector , swap char . #include <iostream> using namespace std;... (by DrakeMagi)
Program Error (1,2)
 
For some reason my program will print out the same thing regardless of the input: #include <iost...
[20 replies] Last: Oh Yeah... I thought that you could only call it once...... (by beginner at programming)
Limiting user input to X decimal points
 
Greetings all. First time poster. :) Been doing a lot of reading on the forum and finding a lo...
[1 reply] : You can't. At least not with standard input. The best you can do is in... (by helios)
Problem with insertion sort recursively
 
Can someone tell me what's wrong with the code? I want to print out the array inside this functio...
[1 reply] : [quote=wilson12]Can someone tell me what's wrong with the code? It... (by PanGalactic)
Standard Deviation formula assistance
 
I have to write a C++ program that computes the mean and the standard deviation of a set of four int...
[10 replies] Last: Thanks to both of you. I figured it out now and it works great. I ... (by MicMagicFly)
function that returns 2 raised to the power of its argument
 
Hi, Im new to the forums, and very new to C++. I have an assignment for my entry level c++ class th...
[11 replies] Last: Shhh! That's how I would have done it. (by Duthomhas)
Program Finding Temperature using loops and counters
 
I need a program that finds the temperature that is the same in both Celsius and Fahrenheit. The f...
[6 replies] Last: By the way,your code looks shitty .Use the "code" and "/code"(both in ... (by hunter86bg)
arguments for main ()
 
I sometimes see main () declared as " int main ( int argc, char * argv ) {} " I know what arg...
[5 replies] Last: There is also a library in boost to handle Program Options http:/... (by Duthomhas)
by mmasny
problem with passing an argument
 
Hello, I'm quite new to C++ and my problems may seem silly. Please help me with that: #include <...
[7 replies] Last: Thank you so much for your help! :) (by mmasny)
multithreading
 
hello. was wondering, first of all, is using multithreading a "beginner" problem? anyhow, i'm tryi...
[7 replies] Last: Okay i guess i'll hit a softer topic first :) sorry for the trouble, ... (by iamhttp)
by dbarto
left operand l-value
 
Ok, I need some help. I have done some research on this and nothing has helped. I'm new to this, tak...
[6 replies] Last: Ahhh, i get it. thanks disch. (by dbarto)
by slugs
Any ideas?
 
I've studied the tutorial on this website up to control structures. Any ideas of some programs I co...
[1 reply] : http://cplusplus.com/forum/articles/12974/ (by cnoeval)
by michy
getting filename
 
hi, how can i get a filename? like i have file name abc.txt , xyz.txt how am i get name of the ...
[14 replies] Last: ok forget bout that. im done that already, anyway thx alot. now i ... (by michy)
creating a scatter chart in C++
 
Hi, I'm a beginner looking for some help with Visual Studio 2008. I have two *.txt files containi...
[5 replies] Last: gnuplot, although I think it might be a program rather than a library.... (by chrisname)
by peaco
Interaction between two classes
 
I have two classes and I need to pass one class by reference to the other class. #ifndef PLAYE...
[5 replies] Last: That was the problem, thanks for your help. (by peaco)
Loop question as well as how to present error
 
I am trying to make a code that will identify what color the wavelength is associated with. I only...
[7 replies] Last: I'm sorry. I won't do it again. I promise. (by littlemissb)
February 2010 Pages: 1... 2526272829... 32
  Archived months: [jan2010] [mar2010]

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