Beginners - October 2012 (Page 40)

delete record (1,2)
 
#include "employee.h" void readRecord(Employee *theEmployee , int &size){ ifstream inFile; ...
[35 replies] Last: get it after u gv me the link. problem solved ! thanks (by BasicNewbie)
debugging
 
i want step by step explanation of the function "fun" please help #include<stdio.h> #include...
[7 replies] Last: @shahzaib1111 If this is still unclear, I suggest you study each of t... (by Chervil)
by skarla
Pong games.
 
Yesteday i started with Opengl and i am working 2 days with SDl and 4 months with c++. 1)So i made ...
[no replies]
by Ryusko
Function to remove item from vector
 
I'm trying to find an efficient way to remove an object from a vector without leaving a hole. The do...
[3 replies] Last: How would I use remove in this situation? I understand how it works wi... (by Ryusko)
How to determine winner in my Tic Tac Toe program
 
#include <iostream> #include <string> #include <cctype> using namespace std; //routine to d...
[5 replies] Last: Here's a possible solution for your perusal. While I would disgree on... (by cire)
++ operand order driving me up the wall
 
Why in the world would it process from right to left ? who does math in that order, especially addit...
[2 replies] Last: Using the post-increment operator multiple times on the same variable ... (by guestgulkan)
Printing fractions with classes help?
 
So I am way lost as usual... I have an assignment due tonight, here's whats needed. Create a fract...
[6 replies] Last: When you declare a function, you need to specify what it returns. E.g... (by Moeljbcp)
Error Help
 
Hey there, I'm getting an error and need help understanding it. Here is the coded i have: #inc...
[1 reply] : There are a number of major problems. 1. No main function. 2. With... (by TheIdeasMan)
mandelbrot set issues
 
I thought I had this but I most certainly don't. The code I have written so far does not display ...
[3 replies] Last: That region looks pretty much like that. It's not a particularly inter... (by helios)
c++ and html? help!
 
hi I am learning html and i know quite a bit of c++. I want to know if there is a way I can display...
[12 replies] Last: damn it i forgot all about that. ill try it tonight and give a review ... (by Aramil of Elixia)
by Tate
Having some issues with an IF statement within a WHILE statement
 
My code was working fine before placing an IF statement within a WHILE statement (see line 31) . Y...
[8 replies] Last: Thanks, everyone! I was able to solve the problem I had with this pro... (by Tate)
linked list
 
i am getting an infinate loop for the while 67 and 71 lines i think it might be because the last nod...
[no replies]
help with files
 
Description: You are shopping at your favorite store. You select one item of m...
[2 replies] Last: error i get: coupons_b.cpp:2: parse error before `--' token In file ... (by byronflds)
by rogom
While-Loop Help
 
Below is code that reads in student last and first names, various scores and calculates their averag...
[no replies]
How to made Auto Sorting Singly Lingked List
 
So basicly i'm newbie..so i need a help and guide from some expert here i want to make a list in t...
[no replies]
Calling functions
 
I can't seem to get the hang of this. Can anyone tell me what my problem is? // Lab010Ex1.cpp ...
[6 replies] Last: Except that the conversion from miles to km is multiply by 1.609 not 1... (by TheIdeasMan)
mutator or accessor
 
hi . I'm new to here ! wanna to ask a question i try to read this in my file using class with acc...
[2 replies] Last: Your question is not very clear. Since readRecord is not a member of a... (by cire)
poly using pointers and classes
 
I need a polynomial class which uses pointers and dynamic arrays and create operators to test the po...
[no replies]
by yvan
Segfault with substr
 
So I have narrowed down a segfault to a trim function that's using substr, where the substr call is ...
[6 replies] Last: thanks vlad! that resolved the problem! i guess i'm still in habit fro... (by yvan)
Help with static member object
 
Hello, I am trying to set a class object as a member of another class but I am missing something. Wh...
[5 replies] Last: Should I still declare it in the class as static Print a; ?... (by zanklob)
October 2012 Pages: 1... 3839404142... 84
  Archived months: [sep2012] [nov2012]

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