Help With Eight Queens - Finding All Solutions |
|
[1 reply] : did you look at http://en.wikipedia.org/wiki/Eight_queens_puzzle seems... (by Esslercuffi)
|
by goldyn
I am so lost....
|
|
[2 replies] Last: Thank you so much (by goldyn)
|
how to store ONLY the 8th column of this txt file |
|
[1 reply] : http://stackoverflow.com/questions/5207550/in-c-is-there-a-way-to-go-t... (by mobotus)
|
by Bogeyman
Add Movable Player to Map (1,2)
|
|
[32 replies] Last: Funkist posted: Here's a nice and explicit tutorial: http://www.yout... (by Esslercuffi)
|
how to make a priority queue/min heap |
|
[9 replies] Last: @danghotties Ok now it's starting to make more sense ima go try it se... (by andrewthecoder)
|
by Wait for it
Array Class
|
|
[1 reply] : What is line 14 all about ? It looks like a default constructor but y... (by soranz)
|
by idknuttin
help with storing values and returning two different statements based on how much info was stored.
|
|
[2 replies] Last: i basically have to take the first program and add a return function t... (by idknuttin)
|
Simplifying switch cases |
|
[2 replies] Last: Solution using custom character table: #include <iostream> #include <s... (by MiiNiPaa)
|
by usr101
How to properly return an array of objects in c++ and use it main?
|
|
[2 replies] Last: First, I have limited experience with object oriented design and progr... (by pheininger)
|
by ProgGeek
Problem in adding even-valued fibonacci numbers
|
|
[2 replies] Last: The calculated sum is out of range for int and unsigned int in just ab... (by Cody0023)
|
C points forming a rectangle |
|
[1 reply] : It sounds like you're defining "correct" order as counter-clockwise st... (by dhayden)
|
by blessytg
Program to evaluate sin(x) using Taylor series expansion
|
|
[3 replies] Last: The problem is that floating point numbers aren't exact. Using more di... (by dhayden)
|
by blairtch
Struggling with Day of the Year Program
|
|
[12 replies] Last: You da man mobotus! Thanks to all for the help, couldn't have done it... (by blairtch)
|
by BeKinect
Problem with reading integers from .txt-file to array
|
|
[2 replies] Last: @ Aceix: Thanks for your tip. But how can I implement the seekg() func... (by BeKinect)
|
Machine Code? |
|
[5 replies] Last: The following program: #include <iostream> int main(void) { std::co... (by pheininger)
|
by Akula
expected Unqualified id error
|
|
[9 replies] Last: The issues i was having with this segment of the program have been wor... (by Akula)
|
by ProgGeek
Confusion while using pointer & string
|
|
[4 replies] Last: char *p = "i am a string"; "i am a string" is an array of 14 char ... (by Peter87)
|
by il dottore
Modify a string
|
|
[3 replies] Last: @il dottore Here's one way to do it. Instead of hard-coding the chec... (by whitenite1)
|
by leelee
not understanding errors
|
|
[4 replies] Last: Please do not remove your posts after getting an answer. Original post... (by MiiNiPaa)
|
by WilliamLycan
Help in char array
|
|
[5 replies] Last: Yes, maybe YokoTsuno is right, so I've changed my code to this and now... (by WilliamLycan)
|