by bbailey
Class Not Being Recognized/Won't Declare Objects
|
|
[7 replies] Last: The conflict is not with a C++ library function - but within windows.h... (by seeplus)
|
by s021623
Make a search record for string of the array (1,2)
|
|
[20 replies] Last: This should compile cleanly. Caveat: I've not tested it; not even run... (by JLBorges)
|
by ragnarokas
initializing vector of lists with already initialised lists
|
|
[6 replies] Last: [quote=ragnarokas] I've read that list is better than vector if many n... (by kigar64551)
|
by Amin96
need help in counting the elements
|
|
[15 replies] Last: Write a program that count until we got 5 numbers multiple of 3 (the ... (by againtry)
|
by salaman125
.
|
|
[5 replies] Last: salaman125 strikes again deleting his original post. (by AbstractionAnon)
|
by BigJohn
Need help with C++ compile/linker
|
|
[2 replies] Last: ... and you need to include the gmp header in your code... #include <... (by newbieg)
|
by ReeseeCup93
How do i access a member in a structer that has an array?
|
|
[10 replies] Last: Thanks !! Ill try that! I was thinking I would need a separate functio... (by ReeseeCup93)
|
by Ganado
Homework assignment help (easy task)
|
|
[1 reply] : #include <iostream> #include <valarray> using namespace std; int max... (by lastchance)
|
by ragnarokas
Game of Life combined from several grids
|
|
[12 replies] Last: Just in your line 13 I believe should be N/8, not N. D'oh. You are r... (by kigar64551)
|
The while loop is adding values |
|
[4 replies] Last: ok, I have change a bit to swich and cases: sorry the code has a bit o... (by alanfromeurope)
|
I am getting Build Failed error |
|
[2 replies] Last: This compiles - not tried: #include <iostream> #include <string> u... (by seeplus)
|
by trmbeef
Linked List Trouble
|
|
[6 replies] Last: Perhaps: #include <iostream> struct LinkedList { int value {}; L... (by seeplus)
|
by cjstraw
C++ Program Help
|
|
[2 replies] Last: and your c++ question is? What help are you after? Have you already pr... (by seeplus)
|
by ALNLAA
How to find the size of a char array
|
|
[6 replies] Last: > I want to have a char array and work with every letter separately. >... (by JLBorges)
|
by Paulyn15
Problem for School Activity Switch Statement
|
|
[3 replies] Last: What's messed up? Are you reading the file OK - display what's been re... (by seeplus)
|
by bbailey
Tracking User Input Using an Array
|
|
[15 replies] Last: Oh got it. Will definitely do that next time. This was my first post s... (by bbailey)
|
Create Hand from Deck class without creating new deck object each time a hand is made |
|
[15 replies] Last: @ seeplus Furry Guy renamed himself to George P :+) (by TheIdeasMan)
|
Function not operating |
|
[4 replies] Last: Your indexing for linargs doesn't match the file layout. TypeOfVehicle... (by seeplus)
|
by mnm71
Get Two's complement of double
|
|
[1 reply] : "Two's complement" can mean two things: 1. The binary format in whi... (by kigar64551)
|
by impetus
Pointers
|
|
[1 reply] : No idea what you're asking. What statements and what function? (by zapshe)
|