Beginners - December 2013 (Page 36)

loops
 
Can anybody help me with 2 these problems ? 1) int count = 3; while (count-- > 0) cout << count ...
[8 replies] Last: x++ increments the value of variable x after processing the current s... (by MikeyBoy)
Swap Function
 
Does anyone know how to write a swap function? if so please help #include <iostream> #include <...
[4 replies] Last: @popup271 I used notepad ++ with the command prompt on windows will it... (by closed account G60iz8AR)
stumped on arrays
 
I need write a program that inputs no more than 10 values from a program of tree growth. This progra...
[1 reply] : How does an input file look? If the input file has the ten values on ... (by Catfish666)
Debugging a C++ program
 
Hi, I am new at programming and am completely overwhelmed in my class. Would any one please help sho...
[3 replies] Last: Dammned Programmer, I am using Xcode since I only have a mac to work o... (by closed account L6Rz8vqX)
error LNK 2019
 
a class inherited form another class the book call in an exercise that we need to design a class ca...
[13 replies] Last: @alex6es EDIT: Regarding the OP's question - you don't need to prefix... (by NPcomplete)
by mgo
Programm works only with breakpoint.
 
Hello, i'm pretty new to c++ and tried to play around a bit with SDL, but i got already stuck on my...
[3 replies] Last: Welp, I'm stumped. (by helios)
by Ingek
Please help function class to main
 
We have a members function in our class: void Graph::Shortest_Path(vector<double>& dist) { ......
[2 replies] Last: Thank you ShodanHo! (by Ingek)
vector merging
 
What did I do wrong here I want to merge 2 vectors to 1 vector, and order them from the smallest num...
[2 replies] Last: thank you. (by Alban Gashi)
by Fangel
Need Help choosing a compiler.
 
I'm going to start learning C++ with tutorials on this forum's website. Which C++ compiler would yo...
[1 reply] : Choose good IDE/editor as well. this might be a start http://www.subli... (by codewalker)
simple function call not working, any ideas?
 
Getting expected primary-expression before 'char', why? #include <iostream> #include <math....
[2 replies] Last: I figured it out Its not necessary to declare functions' arguments' o... (by AlabasterFox)
Beginner C++ Projects(games preferably)
 
What are some good projects for a person who just finished learning c++ and allegro? I would prefer ...
[2 replies] Last: Try starting with some simple game for which the coding seems "obvious... (by rodiongork)
write neg and pos numbers
 
im supposed to create a program that reads in a list of integers from the terminal and writes the ne...
[1 reply] : its not writting the negative numbers Do you mean they are not writt... (by rodiongork)
Integer Occurences
 
Hello there,I have this piece of code that outputs the occurrences of an integer. int Array...
[1 reply] : You could do something like this: #include <iostream> #include <limi... (by xismn)
Array, pointer return types of function
 
Please check the following function, is it right? unsigned int* mul_arr(unsigned int arr_1 ,...
[1 reply] : you can't return a local variable from function. After the function ca... (by codewalker)
by MaxCU
Mex-File
 
Hello! I am nearly a beginner in programming and need some help with the following: I wrote a p...
[no replies]
multiplication arrays
 
Multiplication of arrays unsigned int trans_val_1 ; unsigned int trans_val_2 ; unsigned int mix...
[2 replies] Last: #include <iostream> #include <valarray> int main() { // http://e... (by JLBorges)
C++ Functions And Arrays
 
Okay I'm having trouble deciphering this program and how to do it. I've been tasked with adding code...
[1 reply] : Hello, I am noticing that you aren't acutally using your search funct... (by ritstudent)
High low temperatures. Error on high temp?
 
I have two functions here. one that records the average high temperature of the year and the other o...
[1 reply] : What error are you getting? 1. I don't believe that you can explicitl... (by ritstudent)
by mabbia
points of circle
 
i want to write a program that determine if a point (a,b) lies on the circle, inside the circle or ...
[2 replies] Last: Adding to what ShodanHo said: http://www.purplemath.com/modules/dist... (by ritstudent)
Please Help me with this function
 
I am trying to get this function to work for a Tic Tac Toe game that I have written. I think the pro...
[1 reply] : Hello bpedigo , Here is my feedback: 1. You are setting comp_col ... (by ritstudent)
December 2013 Pages: 1... 3435363738... 69
  Archived months: [nov2013] [jan2014]

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