Click here to Skip to main content
16,011,120 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Determing if a file is Unicode Pin
Dave Bryant26-Jun-03 19:14
Dave Bryant26-Jun-03 19:14 
GeneralRe: Determing if a file is Unicode Pin
Johnny ²26-Jun-03 19:47
Johnny ²26-Jun-03 19:47 
GeneralRe: Determing if a file is Unicode Pin
Ryan Binns27-Jun-03 5:06
Ryan Binns27-Jun-03 5:06 
GeneralRe: Determing if a file is Unicode Pin
Michael Dunn26-Jun-03 19:56
sitebuilderMichael Dunn26-Jun-03 19:56 
GeneralMultiple Selection with CRectTracker Pin
Vikrant Vikrant26-Jun-03 18:35
Vikrant Vikrant26-Jun-03 18:35 
GeneralHaving problems with MSVC++ 6.0. Pin
blackmesa26-Jun-03 18:20
blackmesa26-Jun-03 18:20 
GeneralRe: Having problems with MSVC++ 6.0. Pin
flip26-Jun-03 18:57
flip26-Jun-03 18:57 
GeneralRe: Having problems with MSVC++ 6.0. Pin
blackmesa26-Jun-03 19:18
blackmesa26-Jun-03 19:18 
The character with the value 0xa0 is à. And it is nowhere in my code. i post it here, with the incriminated lines in bold.


if ((i > 0) && (j < NBCELLS-1) && (board_copy[j+1][i-1] == 1))
{
++surr_cells;
}

if ((i < NBCELLS-1) && (j < NBCELLS-1) && (board_copy[j+1][i+1] == 1))
{
++surr_cells;
}

if ((i < NBCELLS-1) && (j > 0) && (board_copy[j-1][i+1] == 1))
{
++surr_cells;
}

Blackmesa

Computer engineering student
Étudiant en génie informatique
------------------------------
GeneralRe: Having problems with MSVC++ 6.0. Pin
Ryan Binns26-Jun-03 20:40
Ryan Binns26-Jun-03 20:40 
GeneralRe: Having problems with MSVC++ 6.0. Pin
blackmesa27-Jun-03 5:00
blackmesa27-Jun-03 5:00 
GeneralRe: Having problems with MSVC++ 6.0. Pin
Ryan Binns27-Jun-03 5:04
Ryan Binns27-Jun-03 5:04 
GeneralAbout irregular window Pin
tinberdxq26-Jun-03 17:45
tinberdxq26-Jun-03 17:45 
GeneralDLL Security (.NET Securing) Pin
flip26-Jun-03 17:16
flip26-Jun-03 17:16 
GeneralRe: DLL Security (.NET Securing) Pin
Ryan Binns26-Jun-03 19:10
Ryan Binns26-Jun-03 19:10 
GeneralRe: DLL Security (.NET Securing) Pin
flip26-Jun-03 19:22
flip26-Jun-03 19:22 
GeneralRe: DLL Security (.NET Securing) Pin
Ryan Binns26-Jun-03 19:32
Ryan Binns26-Jun-03 19:32 
GeneralRe: DLL Security (.NET Securing) Pin
flip26-Jun-03 19:37
flip26-Jun-03 19:37 
GeneralRe: DLL Security (.NET Securing) Pin
Ryan Binns26-Jun-03 19:42
Ryan Binns26-Jun-03 19:42 
GeneralRe: DLL Security (.NET Securing) Pin
Toni7826-Jun-03 20:56
Toni7826-Jun-03 20:56 
GeneralRe: DLL Security (.NET Securing) Pin
Ryan Binns26-Jun-03 21:04
Ryan Binns26-Jun-03 21:04 
GeneralRe: DLL Security (.NET Securing) Pin
Toni7826-Jun-03 21:37
Toni7826-Jun-03 21:37 
General__FUNCTION__ Macro Pin
ROK_RShadow26-Jun-03 16:27
ROK_RShadow26-Jun-03 16:27 
GeneralRe: __FUNCTION__ Macro Pin
Andrew Walker26-Jun-03 17:14
Andrew Walker26-Jun-03 17:14 
GeneralRe: __FUNCTION__ Macro Pin
Jim A. Johnson26-Jun-03 17:21
Jim A. Johnson26-Jun-03 17:21 
GeneralRegistry in C++ Website Pin
yashraj121526-Jun-03 15:27
yashraj121526-Jun-03 15:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.