by ultratoke
Count values in array.
|
|
[2 replies] Last: for( size_t i = 0; i < 5; ++i ) { switch( die[ i ] ) { ca... (by nvrmnd)
|
by Bubiche
Please help me to make a function stop/return an error without returning any value
|
|
[5 replies] Last: You have four typical options; choose one, and document it. Option o... (by JLBorges)
|
by Wallboy
Passing arguments by pointer question
|
|
[6 replies] Last: yes, Wallboy it depends on what library you are using, try to use othe... (by closed account ivDwAqkS)
|
by HellfireXP
Vector Index Access in Class
|
|
[2 replies] Last: Ok, here is what I'm trying to do. In order to calculate the Point() ... (by HellfireXP)
|
by glamiex
How do I fix this code?
|
|
[2 replies] Last: @soranz Er, no, calling rand() twice in a row like that is perfectly... (by long double main)
|
by enemy
Class does not accept private for variables- WHY
|
|
[6 replies] Last: Ah, sorry about that. Edited my post. (by closed account 18hRX9L8)
|
by qzpqzp
Loop
|
|
[5 replies] Last: while (selectionA != 2) { cout << "I'm sorry, my responses are li... (by long double main)
|
by johntor
Validate input as 0's or 1's in string array
|
|
[1 reply] : No need to convert anything to a C string: for (unsigned i = 0; i < v... (by long double main)
|
by bedudkowski
Trying to grab info from a text file
|
|
[1 reply] : The first two lines are redundant. I don't know if attempting to open ... (by Daleth)
|
by mlholder
Strange Syntax/Question
|
|
[3 replies] Last: Thank you. That makes a lot more sense now. I've just never seen type ... (by mlholder)
|
by bedudkowski
Having trouble returning values
|
|
[1 reply] : Yes to the compiler "areacircle" is undefined because its a parameter... (by Codermik)
|
by stdeez
overloading operator =
|
|
[1 reply] : Your thread title suggests you are overloading the assignment operator... (by Daleth)
|
Input validation with objects |
|
[1 reply] : //File: Inventory.h - class Inventory declaration file #ifndef INVEN... (by heyyouyesyouiloveyou)
|
by Alby94
Operator=
|
|
[4 replies] Last: Therefore how to define an operator= for Base* ? Edit: i understand, ... (by Alby94)
|
by kim12
Tic Tac Toe?
|
|
[4 replies] Last: Sorry, I can`t help. You just have to wait till the pros are on :D. Yo... (by closed account EwCjE3v7)
|
Do not understand this while loop |
|
[2 replies] Last: Thank you kbw, I was right after all, :D well thats what I thought. Wh... (by closed account EwCjE3v7)
|
by bradles
basic If control
|
|
[9 replies] Last: @ cire: Because it kinda looked weird lol. (by Stormboy)
|
by Dan Feerst
opencv updating code to c++
|
|
[no replies]
|
by HellfireXP
Class 'Friend' Useage
|
|
[2 replies] Last: Point() is a function that returns the upper left corner X and Y value... (by HellfireXP)
|
by stdeez
Reading input files
|
|
[3 replies] Last: According to many opinions on the internet.... int vertexCount = line... (by stdeez)
|