Getting Possible Values (Sudoku Game) |
|
[no replies]
|
by Trooper88
Input from a file
|
|
[no replies]
|
by richardrhaul
Having some problems with Structures
|
|
[6 replies] Last: Thank you so much I understand it more and now I can fix my SWAPEM at ... (by richardrhaul)
|
by Maerle
tic tac toe game
|
|
[1 reply] : Could you be more specific? The win check is wrong (in rows and diago... (by ne555)
|
by ffcalixto
Closing multilpe forms
|
|
[1 reply] : That's unrelated to the C++ language itself. If you're using C++, it ... (by Athar)
|
by Spreadhdgfx
Studying Question
|
|
[1 reply] : If you're already through the theory part, there is just one way to im... (by Athar)
|
by meeztered
Prompts for input when not supposed to
|
|
[5 replies] Last: There IS a program named flex! That was annoying lol, changed it to fl... (by meeztered)
|
by wishly
about closing exe
|
|
[no replies]
|
by Little Duck
Weird table issue.
|
|
[2 replies] Last: // Set Precision. I think the issue might be here. cout << setpreci... (by Athar)
|
by saphira
Array's
|
|
[1 reply] : Hi, Try to write code. and share with us your code. (by firix)
|
by CianCS
Arrays
|
|
[2 replies] Last: Hi, Create Array at C++ int *ptr = new int ; char *cptr = new... (by firix)
|
by hunkeelin
Bool function
|
|
[3 replies] Last: 1. Please write your code between [ code][/code ] brackets. 2. The i... (by waqqassheikh)
|
by Sariss1990
saving file to memory
|
|
[7 replies] Last: Correction filipe, it is Sariss1990 who was not checking for fail() or... (by kooth)
|
by bler2010
trouble getting information using ifstream
|
|
[2 replies] Last: #include <iostream> #include <iomanip> #include <fstream> #include ... (by bler2010)
|
by swalton
Draw a simple undirected graph G!?!
|
|
[2 replies] Last: This isn't a programming question and it's rather esoteric so no one m... (by cnoeval)
|
by hollowcplus
no matching function for call to
|
|
[4 replies] Last: thks a lot , it works, i make just function sort and i call it in main... (by hollowcplus)
|
String |
|
[7 replies] Last: oh, now I understand.. sorry, I somehow assumed you were saying that ... (by hamsterman)
|
by northfly
What is this array problem
|
|
[3 replies] Last: Hi northfly, a2 is a matrix matrix`s structure: for example:... (by firix)
|
by crxxtc
noob question
|
|
[3 replies] Last: thnx for the hint of bitwise, i did some research and fixed the proble... (by crxxtc)
|
by Waise
defining in vc++ in OpenCV
|
|
[1 reply] : Did you #include the proper headers in the source files? (by filipe)
|