by programnick
Debug small error
|
|
[2 replies] Last: You have to tell us what the problem is first, then we might be able t... (by Thomas1965)
|
by lukeman112
Building error in visual studio
|
|
[7 replies] Last: Since VS 2010 MS has moved global project options in an effort to keep... (by Duthomhas)
|
by ReaperSoul
home keylogger
|
|
[4 replies] Last: used to be pulling it off the motherboard and putting it back would c... (by helios)
|
by DragonOsman
Program freezes on call of delete
|
|
[2 replies] Last: I should say that I wrote get_from_jill() and get_from_jack() myself a... (by DragonOsman)
|
by soumyad
Indexing variables pushed to two different queues
|
|
[1 reply] : in method push: static vector<something> command_order; ... command_... (by jonnin)
|
by Clos
check if a number is prime from an array
|
|
[1 reply] : one simple algorithm for this is: a number is prime if gcd(N, sqrt(N)!... (by jonnin)
|
by bonho
SQL help
|
|
[1 reply] : the easiest thing to do, since you are doing this in a program, is sim... (by jonnin)
|
by DragonOsman
error C2794: 'iterator_category': is not a member of any direct or indirect base class of 'std::iterator_traits<_Iter>'
|
|
[10 replies] Last: Yeah, thanks. That did work for me. (by DragonOsman)
|
by AlexG360
Having trouble running switch
|
|
[1 reply] : Please try to edit your post and put [co de] [/co de] tags aroun... (by Ganado)
|
by technologist
function calls within member functions not working
|
|
[2 replies] Last: A similar issue is addressed in this thread http://www.cplusplus.com/f... (by mbozzi)
|
by pir4t3x
Reading .CSV file with colon into two dimensional array
|
|
[1 reply] : All simple* CSV I/O looks like this: Read: string s; while (get... (by Duthomhas)
|
by gjeon9372
Tree-Based Tic Tac Toe Using Minimax
|
|
[no replies]
|
by JUNHUA93
C++ problem
|
|
[1 reply] : I can not return the deposit, which I input into the deposit.cpp file... (by Enoizat)
|
by badboy1245
program chashes
|
|
[1 reply] : Is it a puzzle? :-) To check a code which apparently works, we need a... (by Enoizat)
|
by ReaperSoul
grab keys save to variable
|
|
[1 reply] : I'm afraid you need some library like Ncurses or PDcurses or similar -... (by Enoizat)
|
by Mosquetero
Bannanas code
|
|
[1 reply] : I see no question here. (by goldenchicken)
|
by oatmeal678
Simple String Class Segmentation Fault
|
|
[4 replies] Last: Dealing with seg faults can be exhausting and those bugs are hard to b... (by benhart)
|
by DragonOsman
vector iterator error on code
|
|
[3 replies] Last: @Coder777: Yeah, thanks. That did it. How about I just overload the ... (by DragonOsman)
|
by Metalman488
How to evaluate postfix expression with linked lists instead of integers
|
|
[1 reply] : I just got rid of anything that had to do with result and now it seems... (by Metalman488)
|
How to read an equation from STDin |
|
[2 replies] Last: Thank you very much! (by AlexanderGreen)
|