Beginners - December 2012 (Page 44)

by odai
Enumeration
 
hi , mm please who can till me something about this question ? What situations that give us syntax ...
[4 replies] Last: thanks for all ^_^ (by odai)
by GVH4ck
Help for amateur thing (1,2)
 
// Programi Kodi #include <iostream> #include <iomanip> using namespace std; int main () { const i...
[25 replies] Last: What do you mean by "Is there any way that this numbers come out after... (by nano511)
by Hucaru
Reversing vector content
 
Hi I am trying to reverse the contents of a vector, and at run time the programme does not like the ...
[3 replies] Last: The runtime error results from two coding errors. std::vector<cha... (by Chervil)
by sog
while loop inside while loop
 
Hi everyone, I posted this on the General C++ board but I have a feeling that might have been the wr...
[5 replies] Last: Great, I put a link to this post from the one in General C++, so peopl... (by SamuelAdams)
by ft95
prime numbers
 
this program should display the prime numbers between 1 and 1000 I don't understand what is the pro...
[4 replies] Last: thank you so much... (by ft95)
Where is the compiler software in Visual Express 2012
 
I'm starting off learning c++ with Visual Studio 2012. I don't understand where and how I can che...
[1 reply] : Microsoft provides updates for Visual Studio directly. I don't use Vis... (by Volatile Pulse)
inheritance shared attribute
 
Hi boys. I have base class A and i need inherit from class A to class B1 and class B2. class A m...
[1 reply] : You aren't leaving us much to go on, but inheritance in C++ is simple:... (by Volatile Pulse)
Rainfall Statistics assistance
 
Hey dudes! I'm looking for some help with my code. I have almost everything working except my averag...
[3 replies] Last: I'm sorry, I found my error. Thanks anyway! Here's my code if anyone w... (by SpanishViking13)
Which GU project can I use in linux
 
Guys I have just started programming in c++ but which project can I use to create GU in linux Ubuntu...
[1 reply] : http://en.wikipedia.org/wiki/List_of_widget_toolkits (by Moschops)
Trouble with change
 
Hello guys. I'm new to here and sorta new to C++. This is the final program of the semester I have t...
[2 replies] Last: There are a lot of undefined variables here. For example, total, chees... (by Chervil)
by Tate
Need help with understanding/calculating Output in an Array
 
The answer is "9" for this problem, but I can't figure out how to reach this conclusion. Could someo...
[2 replies] Last: I expect the explanations provided for an earlier question should guid... (by Chervil)
Program using 2-D arrays, pointers, infile etc.
 
I have difficulty compiling my code. I don't know what is wrong or what I have used wrongly. This...
[1 reply] : you should edit your post and use code tags. comment out all the code... (by SamuelAdams)
Can't figure out how to approach this problem [inputs, arrays, records]
 
Hi guys. This forum has been ridiculously helpful in the past, and I'm back with my newest assignme...
[2 replies] Last: I agree with Maeriden, read the file, remove spaces and then work with... (by SamuelAdams)
Output all line with string
 
Hi! I want to output the whole line with strings, not chars with the cin.get(name, 30); array. Can ...
[9 replies] Last: There are two different versions of getline. One looks like this, cin... (by Chervil)
by SoS
infinite output loop if non integer entered. :(
 
cant for the life of me think of why my validation goes in to an infinite output loop when non integ...
[1 reply] : When a non-integer is entered, the fail flag is set for the cin stream... (by Chervil)
ifstream and csv
 
I have a text file thats separated by colons for example c:toyota:2006:corolla:56000 (type(car or...
[6 replies] Last: atoi() takes a character string and returns an integer - assuming th... (by Chervil)
CPP homework (need to realize what this does)
 
My teacher wrote a code for us to determine what it does line by line. I skipped some intro parts wh...
[4 replies] Last: Thank you, that was really helpful. (by badcode)
I need help trying to understand graphs
 
So I am currently using the textbook "C++ Data Structures 3rd Edition", and I have taken some code o...
[3 replies] Last: No problemo, but I don't think this is much more than a workaround. I ... (by maeriden)
by falcor
delete NULL
 
In my text game when the character has the same x and y co-ordinate as the enemy I am trying to dele...
[7 replies] Last: This is a good idea. Otherwise you'll spend LOTS AND LOTS OF TIME DEBU... (by pogrady)
by devinc
Column Transposition Cipher
 
Does anyone have any code or a link to any code for a Column Transposition Cipher? I would like to s...
[no replies]
December 2012 Pages: 1... 4243444546... 65
  Archived months: [nov2012] [jan2013]

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