by cppnewbie13
confusing prime factorization code, please help :(
|
|
[3 replies] Last: Thank you both a bunches:) I was able to work it out! (by cppnewbie13)
|
by CTRLALT
Airplane seating Functions
|
|
[1 reply] : You've ignored much of the advice given in your previous thread. Igno... (by AbstractionAnon)
|
by CTRLALT
Airplane seating reservation
|
|
[3 replies] Last: All the statistics can be determine by examining the seatChart array. ... (by AbstractionAnon)
|
by edubya91
catching a pokemon
|
|
[3 replies] Last: got it, thanks for the heads up on that rule, guess I overlooked it. (by edubya91)
|
by edubya91
user input bug
|
|
[1 reply] : Here's a compilable version that does what you want #include <iostre... (by Ganado)
|
by minituffy
Outputting a square wave as raw data
|
|
[4 replies] Last: And also thanks jib, I have created a square wave that holds +1 and -... (by minituffy)
|
by CuRSeD
Moving character in matrixes made by pointer
|
|
[4 replies] Last: the problem is not x,y I tried any direction and tried only the MapDat... (by CuRSeD)
|
by CuRSeD
Moving character in matrixes made by pointer
|
|
[1 reply] : What is this line supposed to do? l1.Map(4, 4) = mymap; Hints: #i... (by Enoizat)
|
by vacisneros
Error on matching operands
|
|
[6 replies] Last: Worked! Thanks ne555!! (by vacisneros)
|
by cash
creating a int 2-d array that holds characters
|
|
[5 replies] Last: I looked them up in an ASCII table. I wrote the values in the program ... (by whitenite1)
|
by syphious
Node templates with multiple types
|
|
[2 replies] Last: Do you mean function like 'getters' and 'setters'? Something like this... (by Enoizat)
|
by Theirv
Help with prime read algorithm while statement
|
|
[1 reply] : It's not horrible, but it doesn't compile. Hints: // I'm looking fo... (by Enoizat)
|
by priscilla96
fstream file location
|
|
[1 reply] : Could you please clarify your problem? Can't you use a software like T... (by Enoizat)
|
by aniketos
My First C++ Project
|
|
[2 replies] Last: tag (by SamuelAdams)
|
by Thurgo
Having trouble with arrays/ functions
|
|
[1 reply] : What should be store in this array? Generally an array looks like thi... (by coder777)
|
by masterinex
no instance of function template "std::make_pair" matches the argument list
|
|
[4 replies] Last: Note that nowadays you can often be less verbose by using {} -initial... (by Peter87)
|
Stars pyramid |
|
[5 replies] Last: #include <iostream> using namespace std; void draw( int rows, int ty... (by lastchance)
|
by irisemars
error C2061 - how to fix it?
|
|
[2 replies] Last: Thank you JLBorges, i got it. Now, my code run well. (by irisemars)
|
by leorio
Confusion involving a while loop
|
|
[1 reply] : Best to start from your last question first. str.find(s,p) looks for... (by lastchance)
|
by xxwendy3xx
ASAP!!!Airplane seating help !!!C++
|
|
[1 reply] : Something like this, perhaps: #include <iostream> #include <iomanip>... (by JLBorges)
|