by DonTodor
Hello :) A* algorithm trouble
|
|
[2 replies] Last: they don't do the same thing, they move for different locations. x+, y... (by DonTodor)
|
by Stripeb49
Error Involving Arrays
|
|
[3 replies] Last: umm you have arraySize defined as 0... so it goes doesnt itterate thro... (by GFreak45)
|
by teague00
I think it's almost there!
|
|
[2 replies] Last: So do lines 67 and 68 need to be moved up under line 26? (by teague00)
|
Vector subscript out of range. |
|
[12 replies] Last: Should/shouldn't stuff assumes you know more about the code than you ... (by cire)
|
by jae
It's not doing what I want it to.
|
|
[no replies]
|
by Invader2010
Output 3 times more than what i tell it to..
|
|
[12 replies] Last: If you move the level system into boar.health ==0 part you don't need ... (by vin)
|
by yoyojohnny
my programs function wont return
|
|
[9 replies] Last: What is the value of rhrs which you are assigning to hours? It is your... (by vlad from moscow)
|
by error0024
Superclass and subclasses
|
|
[3 replies] Last: If you look at the first error you have posted... 1>c:\users\brandon-... (by clanmjc)
|
by code builder
HOW TO GET 1,000 to be read as 1000 and decimal point C++
|
|
[8 replies] Last: @Cubbi Thank you I never knew that I can also use preprocesser even in... (by Danishx83)
|
by rucafe
default constructor
|
|
[3 replies] Last: Oooops. Of course. Thanks a lot!! (by rucafe)
|
C++ - Win32 API - A Window Does Not Appear |
|
[no replies]
|
by gagankhadka
using c++ program to add 100 users to windows server 2008
|
|
[6 replies] Last: thanks xerzi but that looks even more complicated to me....i am strugg... (by gagankhadka)
|
Templating |
|
[5 replies] Last: If you want to keep your template definitions in your .cpp file then y... (by clanmjc)
|
by martingale
SQL Query a csv file in C++
|
|
[no replies]
|
Getting index of matched pattern in Boost::regex |
|
[no replies]
|
by abhi89
URGENT HELP NEEDED ...file open mode issue in c++
|
|
[3 replies] Last: Since it works when you create the file with "w+" but not when you try... (by cire)
|
by surrealife1
Prevent destruction when leaving scope
|
|
[11 replies] Last: int *y = dynamic_array<int, 20>(); I don't get how this is supposed... (by closed account S6k9GNh0)
|
by Kevinp812
Local variables
|
|
[18 replies] Last: // Play the sound. dbPlaySound(PERFECT_SCORE_SOUND); ... (by Kevinp812)
|
by gumbe4
Stack eval gives wrong output
|
|
[no replies]
|
by kidd106
Making endless grid
|
|
[5 replies] Last: Yes, you understand right. A set is used for storing unique items -- s... (by Duthomhas)
|