Beginners - May 2015 (Page 11)

by Winsu
Vector vs List
 
Does anyone know what is the main difference between Vector Template and List Template. It seems ...
[7 replies] Last: Mutexe It's not related to an intereview but It's similar....I have se... (by Winsu)
How to program A PID controller
 
Hi Guys.. I am bit stucked at a problem here.. I am bit confused on how i should Code a PID control...
[no replies]
Return Value Function Error.
 
When I'm typing the correct password, it's telling me incorrect. Where did I go wrong? Please explai...
[5 replies] Last: Thank you! (by closed account yR9wb7Xj)
Skip List not Building
 
I'm building a Skip List for a program. So far, I've managed to be able to only insert in the correc...
[no replies]
Array trouble
 
For some reason my program does not want to copy an array to another array. Here is the function tha...
[4 replies] Last: What was the problem, post your solution so anyone else having this pr... (by R23MJ)
by chile
shopping cart
 
I'm creating a shopping cart program with 2 classes. Class 2 points to class 1. Class 2 contains a f...
[2 replies] Last: The error message says the error is in ShoppingCart::totalPrice. You... (by AbstractionAnon)
hamiltonian circuit
 
hello, in my program have array of objetcs about of a atraction park in my class atraction have 2 a...
[1 reply] : Please don't start a new thread for every question about the same prog... (by AbstractionAnon)
VS 2010 C++
 
Hello , Im new member here and i have one question. on my VS 2010 i wrote a simple code but it didn...
[11 replies] Last: Your best bet would be to make a new project. I can't tell you what is... (by R23MJ)
by chile
data member of arrays of another class
 
New at programming and need a bit of guidance... If I have two classes, let's say class Pink and...
[4 replies] Last: thanks!! (by chile)
Superbowl Array ?!?!!?!?!?!
 
Hi, So I've been tasked via project to write an array using a data file. I know how to write basic...
[6 replies] Last: Thank you so much, got it figured out!! (by kserg652)
Static help!
 
I want to overload a function that has arguments of: void TimedPrint(std::string name, TYPE x, sf:...
[3 replies] Last: Expanding on what shadowCODE suggested, you can create a class and p... (by AbstractionAnon)
Need Help on Code
 
Hey guys and gals, I'm 15 and looking to start writing some code for anything, games mostly though a...
[4 replies] Last: Ok cool, thanks Anon for clarifying that up :) Ill be on my marry way! (by Chahunda15)
compare strings
 
hello, in my program have array of objetcs about of a atraction park in my class atraction have 2 at...
[1 reply] : Line 45 is not legal c++. When declaring an array, the dimension must... (by AbstractionAnon)
Dynamic Array Using Class
 
Hi all, I am trying to do a little review with classes and pointers. The program that I am workin...
[1 reply] : The algorithm or "idea" I have for this is to use a double pointer to... (by AbstractionAnon)
need help with this C code
 
It compiles but it won't search the character that you want. Enter a sentence to seach: hello w...
[3 replies] Last: No. That would simply set the pointer to address 0, which is an illeg... (by AbstractionAnon)
Correction of a crooked cylinder
 
Hi folks! I got to work on a cool project. My programming skills are pretty basic. I would like to s...
[1 reply] : http://arduino.stackexchange.com/questions/816/c-vs-the-arduino-langua... (by Duthomhas)
by Claws
Irreducible Fraction
 
I need to do class inheritance. There are 3 classes: Base class Pair, and 2 derived clases from Pair...
[no replies]
Having trouble with my function call
 
Why is my function not being called? This little program I created just for my own benefits to under...
[18 replies] Last: Okay now I see why we didn't need bool cInput because we already decla... (by closed account yR9wb7Xj)
i cant understand the code
 
this code finds the gcd of two numbers i cant understand how it works. first you get the remainder...
[1 reply] : Looks like: http://en.wikipedia.org/wiki/Euclidean_algorithm PS. Sty... (by keskiverto)
Problum returning an array from nested loops
 
Ok, I am having a problem that my arrays will not come out of my nested loops. Only the last value w...
[7 replies] Last: I am seeing a lot of problems and also the program fails to compile u... (by Codermik)
May 2015 Pages: 1... 910111213... 40
  Archived months: [apr2015] [jun2015]

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