Beginners - November 2013 (Page 34)

by sof2
benefits asked before employee, why?
 
the code works fine for the most part, it just asks for health, life, and vacation before the rest o...
[no replies]
Display String Stored In Array
 
How would I get a name stored in the array cRoster to display under "Class roster"? I know I someho...
[no replies]
by JohnJH
Progressbar
 
Does anyone have a code for an console progressbar.. I would write it myself, if i knew how i should...
[9 replies] Last: Download boost from here: http://www.boost.org/users/download/#live A... (by JLBorges)
string array of structs from a data file
 
I am having a problem dividing a string so that I can create an array with structs. I can get the da...
[4 replies] Last: Thank you. I had tried something like that before and it didn't work. ... (by kraftykayjay)
by dero
Read data from a file
 
hey all I am trying to read & extract data from a trace file I have created a program where I ca...
[9 replies] Last: hey all i tried using the same code to print out and count some items ... (by dero)
by fayt84
Starting C++ First Time
 
I downloaded the Bloodshed Dev-C++ compiler and can't get anything to work. I tried the code below...
[5 replies] Last: Great thank you. (by fayt84)
<>Function that gets name and hourly rate from file
 
Write your question here. I need to create a function that reads from a file and displays name an...
[3 replies] Last: @Garion You may return using pointers , references , or by actually ... (by giblit)
by iphone
parcing for c++ begin
 
if this program wokrs correctly 52 #include <iostream> using namespace std; class Purse {public: i...
[1 reply] : another duplicate? http://www.cplusplus.com/forum/beginner/117105/ (by Chervil)
by iphone
headers instead of c++
 
Write your question here. header files instead of c++ 52 #include <iostream> using namespace ...
[no replies]
by iphone
syntax error for classes and pass
 
if its possible to write classes without any syntax errotror 52 #include<iostream> #include "C...
[1 reply] : duplicate question: http://www.cplusplus.com/forum/beginner/117105/ (by Chervil)
by iphone
programming read write files
 
programming read write files what to dooooo #include <iostream> #include <string> #include <...
[1 reply] : In more than one place you have = instead of == , such as line 84 ... (by Chervil)
by iphone
helppp in reading and writing files
 
after reading and writing a file I don't know if this code is correct #include <iostream> #include ...
[no replies]
by nnug
C++ Function problem
 
So for my assignment i need to input a name and then call a function to see if the name is valid the...
[2 replies] Last: Oh cool thank you so much :D (by nnug)
by Garion
Templates
 
I was reading through this websites tutorial and I was a little confused by how this program works. ...
[no replies]
Problem With My Class
 
This is my first time writing a header class file and I'm stuck. Here's my code. Any help is great...
[4 replies] Last: Nevermind! I figured it out. Thanks for the pointer. Here's my final c... (by daft science)
problem in linkedlist
 
I have written the following program that gets two linkedlists from the user and then sholud cimpare...
[6 replies] Last: I replaced the (head!=NULL) with (head->data!=-1)and it worked. (by victoria1)
by enemy
wrong cout of array
 
Please, what is wrong now? I am even checking in a book...??? #include<iostream> using nam...
[6 replies] Last: Thanks:)! (by enemy)
Linked List
 
My question is how do i create a linked list in which i add a node, and that node points to the next...
[no replies]
Inconsistent output in vector problem
 
I have written a code to find the standard deviation of all elements in a vector (the first n primes...
[3 replies] Last: Managed to fix the code by changing it and passing by reference. (by qwerty321)
by Fiton
showing the odd numbers
 
So as you can see from the topic im a beginner on c++ and i have an assignment to find the sum betwe...
[2 replies] Last: thanks a lot, it really helped me. (by Fiton)
November 2013 Pages: 1... 3233343536... 80
  Archived months: [oct2013] [dec2013]

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