Beginners (Page 2)

LIST !
 
Wirte a function that find the n biggest element from the list .Put these elements in an array in de...
[9 replies] Last: Make a limit to the number of items there can be in the list by either... (by agnophilo)
by Ludidi
Arithmetic Operators Help
 
The Program must allow users to enter any two positive numbers and then display the results. i'm st...
[1 reply] : You have a number of syntax errors in you code (for example you need a... (by martianxx)
Turning numbers into text?
 
I just want some pointers in the right direction. And here is the practice problem from the book: ...
[12 replies] Last: I'm an intermediate learner and have been meaning to try this myself w... (by agnophilo)
Simple problem
 
Hi, I was thinking for a few days at a C++ problem and I couldn't solve it, I tried but I'm a beggin...
[8 replies] Last: Thank you L B, keskiverto and Aceix! (by andreistefan)
Quicksorting
 
Here is a snippet of my code, it'll compile, but when I run the program, it just get stuck after I e...
[no replies]
Question about cin.ignore()
 
The format of using a period is object.member is it not? So why does cin.ignore() or cin.clear() wo...
[4 replies] Last: I'm guessing this will make more sense when I get to the section of th... (by agnophilo)
C-Structure, linked list HELP
 
i have to create a program for storing data which should. inserting a person with the given attr...
[no replies]
by Neil
Problem using SFML to move a sprite "missile".
 
Hi, im using sfml 2.0 on linux to make a space invaders game. I can see how to move a sfml sprit...
[2 replies] Last: Hey - thanks! (by Neil)
Hangman Code?
 
HI! :) I'm new to programming and I have a hangman assignment to do to learn the concept of function...
[6 replies] Last: My instructor had just told me we are not allowed to pass by reference... (by cuponooodles)
Convert Perl scripts to a more common lang
 
Hi, I have a few perl scripts and they need to be converted into some more common language such a...
[9 replies] Last: Are scripts and OO mutually exclusive? Nope Isn't Python both scrip... (by MiiNiPaa)
Trees
 
So our teacher gave us a game of 20 questions basically as sample code however the sample code does ...
[4 replies] Last: At the bottom of bintree.h you say #include "bintree.cpp" Don't do... (by booradley60)
by Pierce
cin.ignore only working at a certain point :S
 
Hiya, New to C++ (Thats why this is in the beginners section! =) ) and I'm having a bit of trouble ...
[5 replies] Last: Yes. for example if you have code int x; std::cin >> x; and you ente... (by MiiNiPaa)
Unkown Syntax error.
 
So I've been making a decently large single file program to simulate The Game of Life, and I think I...
[6 replies] Last: I figured it out!! It was a silly mistake by me, a typo within createP... (by MicBrad)
Which of these books should I get?
 
Hello all, thank you for reading my post. My name is Kane, and I've always had a bit of an interest ...
[9 replies] Last: I think the idea of creating your own book by writing concepts down i... (by BluesMatt)
by SmOgER
Inputting needed size of array and keeping all elements = 0
 
After such code input>>n>>k; int array ; elements of array are no longer 0, I have tried: ...
[1 reply] : First: this: input>>n>>k; int array ; is not standard C++. gcc allows... (by MiiNiPaa)
more console closing down
 
I know that a lot has been written here on this topic. And yes, I am also new. I have written progra...
[3 replies] Last: Your program should not care about the console window. It is safe (bot... (by Duoas)
Variable not initialised
 
Write your question here. #include <stdlib.h> #include <stdio.h> #include <time.h> in...
[12 replies] Last: It looks like you are making a craps game simulator. Did you go any fu... (by BluesMatt)
by pata
Count duplicates
 
So im trying to go thru a list of words and count how many times the word was used, it works for the...
[3 replies] Last: Thanks for your help guys, I haven't gotten to map in the standard lib... (by pata)
I need help with a Assembly code. I know this is a C++ forum, but if anyone can help me I would very much appreciate it.
 
I complied this code, but there is an error message indicating there is a problem with the code. Ple...
[5 replies] Last: If I remember you can use command LA instead of MOV. For example MOV ... (by vlad from moscow)
Please help me!!!
 
Need help here. I get an error on line 43... please help me. My project is due tomorrow. // Be...
[2 replies] Last: I don't get an error, but You can try this. int main() { TopicH... (by SamuelAdams)
Pages: 1234... 118
  Archived months: [mar2013]

Cannot post in this page. To post a new message, go to the first page.