View Full Version : answers


Pages : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 [84] 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136

  1. Is there a C certificate?
  2. compile error trying to call STL sort
  3. float pointers
  4. rationale for #define true 1 in stdbool.h
  5. how to breakin gdb on overflow error
  6. how to stop(break) while gdb on overflow error
  7. SQLite Queries
  8. memory allocation question when using ostringstream in STL
  9. How to Create a Circular Queue in C++
  10. Core dump while accessing contents from Memory Mapped File
  11. Segementation Problem while accessing contents from Memory Mapped File
  12. Segementation Problem while accessing contents from Memory Mapped File
  13. Is it legal to create a new scope with { ... } without using if, while, do etc?
  14. Search xlhtml author Charles Wyble
  15. Can't output strings to std::wofstream (g++)
  16. modem / server-like talkback code?
  17. Disassembly of C binary
  18. Disassembly of C binary
  19. Macro needed
  20. How can I get the encode of a txt file and convert it into UTF-8?
  21. Substitute for volatile
  22. how exclude initial part of a buffer???
  23. positions of attributes
  24. Function Pointer ! How and Why ?
  25. Function Pointer ! How and Why ?
  26. Destructors in C
  27. Outsmarting DOS C compiler to print to USB printer -- use DOS interrupt?
  28. Segmentation fault when compiled binary is executed
  29. Diamon inheritance problem
  30. how to decrease link time
  31. A portable way to pass a string to C++ as macro?
  32. Pass a derived object to func so that it is base?
  33. how to interface between different languages
  34. how to interface between different languages
  35. asking about good books
  36. Thread questions
  37. How to pass an array 2-D
  38. ISO C++ forbids declaration of `cout' with no type.
  39. Fast 1 -> 1 non md5 hash algorithm
  40. test first
  41. articles on design increases performance and test first?
  42. Converting a character array to single hex value
  43. Select
  44. Is Being Rude and Condescending a Legitimate Way to Attract New C++ Programmers?
  45. STL map insert question
  46. How to check if a pointer is "valid" ?
  47. Finding blocks of symbols on a 2dimensional array
  48. moving data in a file without using system memory
  49. Article about memory layout for virtual inheritance
  50. error compiling with read function
  51. extending enum's: what operators?
  52. friend oper<<
  53. instalation of 'lpthread' library
  54. Singleton Class
  55. Why such output?
  56. template confusion
  57. Reduce memory usage?
  58. will this work?
  59. Get Window handle from point
  60. Structure
  61. Passing Struct to Function to be Modified then used by Caller
  62. creating new directories
  63. Stupid problem with boost::share_ptr
  64. is there better way to add indent space?
  65. Merging images
  66. Stupid problem with boost::share_ptr
  67. strcat problem
  68. Passing Struct to Function to be Modified then used by Caller
  69. Creating a directory
  70. Off topic - To be ignored
  71. Get Window handle from point
  72. Syntax Question
  73. member function definition inside and outside class..function already defined error..
  74. Stupid problem with boost::share_ptr
  75. sentinel processing, C++ no break label
  76. strcat and three strings
  77. program without main () ?
  78. terminate thread waiting on cin
  79. Visual C++ vs GCC
  80. Binary tree search in text file entries
  81. strcat problem
  82. Linux Folder Iteration
  83. Get Window handle from point
  84. Get Window handle from point
  85. Plugins in the class
  86. strcat and three strings
  87. Call for articles
  88. Preprocessor and Compiled Files
  89. nested iterator
  90. Using only the values returned by functions -- elementary question
  91. vector push_back question
  92. Passing Struct to Function to be Modified then used by Caller
  93. simple malloc question
  94. Implementing virtual concept in c
  95. using virtual function in c
  96. Using only the values returned by functions -- elementary question
  97. converting to studio 2003 en 2005
  98. "has-a" question
  99. realloc question
  100. Static variables
  101. mail13
  102. Converting from std::str to char
  103. help in comparing
  104. Suggested extension to C++: static namespaces
  105. about difftime()
  106. Another problem with singleton...
  107. Local static variables and multithreading
  108. Singleton usage
  109. Start when windows starts.
  110. dereferencing pointer to incomplete type
  111. What if...
  112. Generic matrix operators
  113. Odd problem with called function in DLL
  114. Char* to Char*
  115. How to identify a pointer to a string literal
  116. fwrite problems...
  117. VC++ 6 ___ EXE file runs fine on one computer but not the other
  118. GetSaveFileName problem: can't get selected filter and put default name
  119. Has anyone used enum.h from Besser's ENUM++?
  120. basic question for vector
  121. Problems Compiling enum.h from ENUM++
  122. simple question on type casting~
  123. Counting the number of times I've tested a program
  124. A dying era
  125. Server-side applications for form processing
  126. Automatically prepend all stdout/stderr output with timestamp?
  127. illegal reference to non-static member
  128. odd problem in called function
  129. OOP casting classes (using one single variable for similar types of classes)
  130. A Complete ENUM++ (from Besser's CUJ article) Example
  131. difference between *foo and (*foo) ?
  132. basic question about std::vector
  133. restrict query
  134. need help with algorithm
  135. C++ Equivalent of <stdint.h>?
  136. Decompilind dll's
  137. Arguments in partial template specialization
  138. Counting the number of times I've tested a program
  139. Counting the number of times I've tested a program
  140. C++ Template Question
  141. another fwrite() problem
  142. Passing a structure from a C program to a C DLL
  143. member template methods
  144. fwrite problems...
  145. why does my overloaded operator discard qualifiers
  146. unnecessary declaration of Virtual destructor
  147. Initial values of File scoped and Block level variables
  148. Initial values of File scoped and Block level variables
  149. Advise on implementation of custum graph
  150. How to resolve multiple declaration of same variable in two different libraries.
  151. Problem using std::map
  152. What is ScatterHierarchyTag means?
  153. new to c++
  154. virtual function
  155. Could someone please explain?!
  156. difference bewtween static and dynamic inheritance?
  157. generic tree container library
  158. initialize the global variables in .so files
  159. segfault w/ block, but not file scope
  160. Software documentation...
  161. Compiler messages with pub/prot/priv inheritance
  162. Expression templates and generic matrix operator
  163. NULL global variable
  164. Constructor of a derived class
  165. STL exception safety, operator==
  166. how to clear up the std::stringstream?
  167. Socket programming for beginners
  168. socket programming in C
  169. Specialization of only one template parameter?
  170. const char * and char * are compatible pointer types?
  171. subclassing std::valarray
  172. Bit shifts and endianness
  173. weirdness with std::map<const char *, int>
  174. After calling constructor, the destructor is called immediately - why?
  175. virtual destructor
  176. Help with debugging code
  177. Problem with tree and enhanced queue.
  178. Using &array with scanf
  179. C program retrieving information from Outlook?
  180. boost::shared_ptr mutual header inclusion problem
  181. on datastructure plz solve this
  182. question regarding delete[]
  183. Vector of abstract classes filled with derived classes ?
  184. Another question related to pointers.
  185. bitfields in union : defined behaviour ?
  186. Bit off-topic
  187. A book on Gtkmm
  188. typedef
  189. Translating a DEFINE to char*
  190. Structure size check at compile time
  191. static array with variable amount of elements??
  192. GCC (Port from Linux to Win32)
  193. Need experts opnion
  194. How to delete the Folder and its file using VC++ code
  195. Directory access
  196. Restricting base class visibility
  197. binary const
  198. Reading stdin
  199. Question about struct aspect of standard
  200. Question about structs
  201. Overloading Operators for User-Defined Types (NOT Classes!)
  202. flash & VC++
  203. Registering a GLUT Callback in C++
  204. atreturn() like atexit()
  205. Any difference in these array declarations
  206. c and webservices?
  207. stdin help
  208. Any Developers Who Worked on TradeStation 2000i
  209. function returning a string?
  210. istringstream("XXX") >> x;
  211. State Machines and Coroutines
  212. antivirus program
  213. Why "const" break the Polymorphism?
  214. problem using the strptime function on HPUXThe strptime function works just
  215. regarding "goto" in C
  216. cannot understand the character handling Program
  217. Variable Scope, Initialization, Linkage etc.
  218. Albert's unsubscribing from this Usenet group!
  219. Use of __THROW in stdio.h
  220. redefining, and casting pointers to, structs
  221. Screen capture application ...
  222. 11
  223. illegal memory access with function pointers
  224. problem with strings
  225. Programming Forums
  226. 2d visibility algorithm?
  227. Passing different sort methods to multiset
  228. How to call a virtual base function with variable parameters?
  229. Shape DragOver and DragDrop
  230. C++ STL in embedded systems
  231. SSCANF
  232. [noob]Multiple inheritance
  233. Test driven development in C ?
  234. Input bidirectional custom iterator
  235. Multiple Inheritence
  236. Farewell CUJ
  237. WARNING: (374) ORDER command could not be obeyed for section STACK
  238. array of functions?
  239. Media Player control.
  240. problem with delete
  241. need information on the following items
  242. Creating a stringstream in a parameter
  243. type convertion between template
  244. what is vtable exactly?is it a structure or an array?
  245. gmake
  246. How to extend this code for doing "cat"
  247. [noob]iostream.h
  248. Segmentation fault - interesting problem with array
  249. When does initialization of static member variables occur?
  250. OOP vs procedural
  251. variables with a big number of bit and bit operation
  252. reading strings from file
  253. A non-blocking socket reading function
  254. compiler ??
  255. Suche schnelle Zufallszahlen-Funktion
  256. Parser C/C++ text file.
  257. Advice on wrapping data
  258. This is the end
  259. How does one code something like this?
  260. Getc or Getchar is not reading data
  261. how to check the scanf function if it will read more than one number
  262. Return value of _time64()
  263. Reading BiosID in win32
  264. The New Extension IDE - EXTEIDE
  265. The New Extension IDE - EXTEIDE
  266. Const int variable declaration.
  267. How to convert from long to short ?
  268. find / find_first_of - vector of pairs..
  269. pointer alignment property
  270. What mean "foo& foo2::foo3()" ?
  271. memory allocation and new
  272. vector<Foo> how to force default constructor
  273. Generics in C#, Java, and C++
  274. itoa
  275. how to store a string into a vector?
  276. ODBC Class
  277. movie tutorial - "C++ - It is so easy! - part 1" made by noisy ;)
  278. Probleme mit Pro*C Compiler
  279. Problem with getline and files
  280. Updating a binary file?
  281. Call For Papers: ISMM 2006 (International Symposium on Memory Management)
  282. regarding unix specific commands
  283. thread problem...
  284. Set boolean array elements to false using STL algorithm?
  285. How to use long double floating?
  286. what does strod return??
  287. Happy new Year
  288. Missive
  289. Determine type of typename T?
  290. Example of using sockets/http
  291. Clustering
  292. Happy New Year
  293. erasing element in a vector of pair ..
  294. How to understand this line of c ?
  295. How to recognize the Function keys in C
  296. Compliant compiler? Comeau?
  297. A new cross platform c++ framework (another)
  298. Passing String to Function
  299. Wish You a Happy and prosperous New year
  300. An Link Error
  301. A trick to wrap the callbacks ???
  302. Difference between "float" and "GLfloat" ?
  303. What's the guideline for dealing with unwanted chars in input stream?
  304. memory allocation.
  305. help needed in debug please
  306. Adding the ability to add functions into structures?
  307. The meaning of the word generic
  308. The & Operator
  309. Structure size and binary format
  310. Source for C++ library design and programming
  311. Why does not this main test program work
  312. Printf question.
  313. help partial sepecialization
  314. Is C-style string unchangable?
  315. void * pointer convert problem.
  316. Returning an Array a characters?
  317. pointer and string
  318. why pass-by-reference of a pointer variable?
  319. a deconstructor question
  320. Why does it work?
  321. SmartPtr type conversion error
  322. How to stop reading a file?
  323. Scanf Behaviour
  324. Functions problem
  325. stl iterators "null" value
  326. spaces handling while reading input from a file
  327. Initializing order
  328. Should I define my own allocator?
  329. Defining static members in explicit specializations
  330. Signal handler for SIGSEGV.
  331. Input line reverser (2)
  332. Input-line reverser
  333. reg 'system' function--- wid a simple code!
  334. String reversing problem
  335. What does Kernighan and Ritchie mean by 'trailing'?
  336. simple question on WM_PAINT
  337. Where to allocate memory for the char * data member ...
  338. Strange Output, Help.
  339. Class A contains class B, class B points to class A
  340. Whay was Justin Kemp out this match ?
  341. Vector of vectors
  342. creating a linked list - trivial :( question
  343. memcpy junk at beginning of buffer
  344. function template
  345. accessing inner struct members
  346. boost::MultiIndex help
  347. Problem with std::ostream, std::streambuf and "virtual xsputn"
  348. Best way of sharing a enum
  349. problem with microsoft speed optimization
  350. strcmp() question, 4 words, two strings, equal return value.
  351. Function overloading
  352. template argument to a template class
  353. PRIVATE PUBLIC macros
  354. Huh ... C behavior
  355. Huh ... C behavior
  356. does all implementations of std::vector use regular arrays?
  357. STL iterator ?
  358. Is it possible to overload with return values?
  359. trouble
  360. Query regarding to overloading.
  361. ifstream and format issues
  362. warning : no new line at end of file
  363. Open Source Community
  364. Sorry for the inconvenience
  365. Error Occured during compilation
  366. Distinct sub-types of POD?
  367. really terrible
  368. (*(void(*)())0)();
  369. Allowing a class to be converted to bool?
  370. Writing a specific program
  371. reg 'System' function
  372. Visitor Pattern Choices
  373. Containers & Iterators sanity check
  374. Implement Singleton Using or Not Using dynamic object.
  375. Is 'close' a reserved word in C++ ?
  376. supposed leak in a recursive algorithm
  377. How far should I go in protecting the user from his stupidity?
  378. cross-platform c9x
  379. no match for 'operator!=' in ...
  380. pointer to 2d array
  381. Why can you delete a const pointer?
  382. conversion warning with STL combination of functors
  383. "Die" class
  384. How to write Java style classes in C++
  385. function returning __int32 in place of __int64
  386. Overriding new and delete.
  387. gsl and windows (matlab)
  388. Members of a typedef struct
  389. Is writing C code very simple?
  390. Silly question (8 lines of code)
  391. File's Openmode and the Cursor position
  392. fid to c
  393. problem in placing command line aruments(LPSTR) into **char
  394. Template for POD types only
  395. handling uninitialized pointed (How to check ?? )
  396. aaaaaaaa
  397. How can you connect c++ with any database.
  398. Working in Unix but not in windows
  399. does the logical expression return 1 ( if it is true ) absolutely?
  400. problem while running a STL CPP application.
  401. Accelerated C++: exercise 6-1
  402. Copy Constructor and Initialization by Temporaries
  403. union usage
  404. compilers
  405. vectors of floats
  406. vector 'initial block of storage' / implementation guidance
  407. vector 'initial block of storage' / implementation guidance
  408. memory leak (definition?)
  409. Problem with Bit operations
  410. `volatile' on local variable used outside of function
  411. global instances and extern help
  412. ShellExecuteEx
  413. cast unsigned long to long
  414. Portability of strstr() function
  415. How to get user information
  416. C++ Templates: Incomplete Type Problem
  417. Small freelance projects - to get hands-on
  418. How to write a bluescreen with C++???
  419. for me its difficult
  420. Invoking other executable prgms using C?
  421. Allocation of memory for Array of Pointers
  422. A beginner's problem
  423. using exceptions to catch segmentation faults?
  424. Segmentation fault on end of loop... (getline)
  425. Problem: how to use one std container to store multiple types?
  426. Preprocessor
  427. weird iostream/fstream behavior
  428. Formating Output of std::ostream
  429. I'm having trouble. Help?
  430. about ggets()
  431. SAX-style mail parsing library
  432. templatized copy constructor not being deduced
  433. In linux system why this?
  434. calling class member functions without instantiating object?
  435. Watch window
  436. a simple algorithm, help!
  437. PLEASE DON'T FEED THE TROLLS!
  438. template class to alloc memory
  439. Char * question
  440. A problem on string swap
  441. Static and dynamic library
  442. Malloc() and new()
  443. 'B' is an inaccessible base of 'D'
  444. Default call of an Empty class object
  445. Macros within function-like macros?
  446. integer int i; *i++ and ++*i have a different integer value after the increment
  447. Undeclared identifier???
  448. Dealing with const
  449. vector 'push_back' problem
  450. Class Design Question
  451. The Trouble With Locks by sutter
  452. std::auto_ptr with virtual class
  453. where's the start point??
  454. a big problem
  455. Any function can convert the words form,such as "boys"->"boy","became->become".
  456. Any function can convert the words form,such as "boys"->"boy","became->become"?
  457. Any function can convert the words form,such as "boys"->"boy","became->become".
  458. cross platform shared libraries
  459. Quizz de Noel
  460. new and memset
  461. Date/Time class
  462. is C++ dynamically or statically typed language or both?
  463. execl function
  464. std::map
  465. Why isn't my compiler warning me about this?
  466. Parsing Variable # of Data Fields after fgets
  467. Problem with bitwise operators
  468. Problem with input
  469. Default Template Parameters
  470. problem in a very simple code
  471. Best Editor/IDE
  472. sizeof() O/P
  473. Static members and inheritance
  474. references and l-values
  475. gets() - dangerous?
  476. Range of short int?
  477. char * const &szKey
  478. Class in class problem
  479. pointer to flexible array of structures in other structure
  480. Memory value change?
  481. operators << and >> for 'std::streampos'
  482. Help with "Concurrent Network Server" Design
  483. System functions + wchar_t
  484. yacc, same token
  485. sample.xll is not a valid add-in
  486. STL : list, map, ...
  487. make files
  488. o/p problem
  489. display the process of division in c
  490. C++, wchar_t, Unicode and all that stuff
  491. Which container I should choose for better performance?
  492. Getting substrings in C
  493. macro doubt
  494. Which container I should choose for better performance?
  495. Problem with a pointer
  496. Reverse a string "in place"
  497. Befriend during runtime?
  498. Need advice about brushing up on my C++
  499. Function invocation location
  500. Global variables...
  501. I/O exceptions
  502. Macro substitutions
  503. Copy constructor: why can't I copy objects as if they were structs?
  504. exponentiation operator (lack of)
  505. fstream question
  506. fstream question
  507. Help! Windows.h Conflict
  508. job interview question in C++
  509. architecture to adopt
  510. std::streampos and INT_MAX - incompatible?
  511. How to Inlcude STL::Map
  512. Using Definitons
  513. family tree and
  514. method max_size() for map-object (STL) returns -1
  515. defining class-object declaration in header gives error
  516. Negative indices to a vector: Valid?
  517. Initialization list and inheritance
  518. how to distinguish whether the type is unsigned or not
  519. open source pong or equally simple game
  520. Why do all the compilers I try fail?
  521. No compile error for undefined function
  522. looking for a clever preprocesser solution
  523. confused with function declarations
  524. Operator<< for ostream
  525. Finding a program's directory at runtime
  526. Order of evaluation of function arguments
  527. Crash while erasing a member in a vector
  528. SSL
  529. Casting, inserter and streamspos?
  530. C90 pdf, available from ANSI
  531. dynamic cast for streamed data
  532. Operator Overloading : Incorrect implementation being called
  533. The problem of inheritance? Why can't it overload the private same name function ?Help?
  534. Using flex++ and bison (not ++) with c++
  535. something about gcc3.4.2
  536. Exceptions
  537. Signal Handling - Are they part of ANSI C?
  538. Singleton class
  539. Singleton class
  540. confused about behaviour of scanf
  541. efficient algorithm for customized set_difference
  542. huffman encoder
  543. Doubts in c
  544. Pseudorandom algorithms
  545. clone a tree
  546. std::list
  547. method to count 'endl' manipulator on insertion operator
  548. incompatible warning in C/C++
  549. initialization problem
  550. Heap Manager and new/delete overloading