Beginners - June 2012 (Page 16)

Controlling a group of objects using STL
 
Hello everybody, I'm new here. I recently learned to use lists as I needed to control a bunch of ...
[3 replies] Last: Thanks for the quick reply @Athar and @Cubbi I'll see if I manage to ... (by shadowSpectrum)
by Zara
QuickSort implementation
 
Hi guys please would you help me figure out why this code is crashig it says "Unhandled exceptio...
[6 replies] Last: Ooh I see why it's there now. Seems like there would be a better way t... (by ResidentBiscuit)
#include <vector>
 
Dear all, I am reading the textbooks by Walter Savitch on the chapters of Standard Template Libra...
[5 replies] Last: Thank you guys I think I start to get the gist of it... (by boscomanilow128)
expected identifer before 'unem'
 
Hello, i get an error when trying to compile C++ source file where some headers are included. The e...
[8 replies] Last: I didn't use the right compiler - had to change from GNU GCC Compiler ... (by difenbahij)
input in string do not take spaces at input time
 
#include<iostream> #include<string> #include <stdlib.h> using namespace std; //............
[1 reply] : Use std::getline instead of std::cin when reading strings that can... (by Catfish2)
can any one solve this question its C++ plz
 
Implement a Stack class to store the integers (maximum 50) with its usual push and pop functionality...
[3 replies] Last: #include <cstddef> class Stack { private: std::size_t size; ... (by Catfish2)
by harel
DoubleEndList iterator
 
Hi, in the header file: DoubleEndList.h line 44;46;48 : When I move the mouse on "p" then apeared:...
[no replies]
by skarla
rand().
 
#include<iostream> #include<time.h> #include<cstdlib> #include<string> using namespace std; ...
[3 replies] Last: #include<iostream> #include<time.h> #include<cstdlib> #include<string... (by skarla)
by nAd
calculating the bill of a customer according to the amount spent on shopping (1,2)
 
kindly i want an idea coding of this program within 2 days.... write a program for calculating th...
[32 replies] Last: dear NwN, i have uploaded another problem description. please guide me... (by nAd)
by nAd
calculating location somewhere on the map
 
Problem Statement: Location Calculation You are required to write a program for calculat...
[no replies]
by sanu
STORING IN NEW ARRAY
 
Lets Say I have the line of "7/10/2008 04:54 PM: 4.2334;3.6547" which contains date and time until...
[1 reply] : char first_array ; char i =0; for(i=0; first_array != ';' i++) { }... (by jorz)
by mk620t
Help with simple assignmnet
 
I'm trying to complete this assignment from my c++ class. I can't figure out how to set up the colu...
[12 replies] Last: Hi, You may find something useful in my code, have a look. Mike ... (by toomanystars)
typecasting
 
Hello everybody, I have an array that I calculated the sum of 10 integer elements in an array, an...
[2 replies] Last: An alternative method is to divide by 10.0 which makes your division b... (by Volatile Pulse)
by uhh
Cleaning up my output
 
I know how to get the numbers to move but nothing else. I am try to do it with setw but I cannot ...
[1 reply] : cout << border << endl; cout << "\t\t\tQuadratic Formula" << endl; co... (by Volatile Pulse)
Plethora of build errrors
 
So, I was in the process of making a test for some target acquiring, and I got hit with a fair amoun...
[8 replies] Last: I was trying to be fancy. I now realize that it just complicated thing... (by ResidentBiscuit)
by ibnu
read data from text file
 
i use matlab to get the data.....after that i write the data in text file.......now i want read the ...
[9 replies] Last: I want to take data from "test.text" one by one and put the data in th... (by ibnu)
by sanu
read character..
 
Hi everybody!! Is there any ways to read the lines and store their characters separately Lets ...
[4 replies] Last: thanks chipp..... (by sanu)
by skwh
Arrays and Classes
 
So i'm fooling around with classes, fstream, and arrays. I'm (strangely) used to Javascript, where a...
[7 replies] Last: nevermind, the errors were unrelated. I've fixed it, thanks for everyo... (by skwh)
Help reversing the order of the output
 
I need help reversing the order of the output from the this code. The code gets a list from a .txt f...
[1 reply] : use rbegin() and rend() (reverse iterators) ? (by georgewashere)
Should I or not?
 
Should I start making a game after learning C++ as a beginner video game programmer? or Learn both o...
[8 replies] Last: ok I'll note those 4 as the top 4 important things I'll focus on. (by DetectiveRawr)
June 2012 Pages: 1... 1415161718... 51
  Archived months: [may2012] [jul2012]

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