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. conversion from 'int' to 'float', possible loss of data ??
  2. Reading USB port and saving a file with the comunication data
  3. Base Converter Calculator
  4. putting a subclass in a pointer to baseclass?
  5. C90 long long
  6. including header files
  7. Help with Parent Pointer in Recursive AVL Tree
  8. Multiple Vectors Output/Input into binary file?
  9. C: How to check if the float is not a char?
  10. How to compute 1/(2*i)?
  11. not all control paths return a value??
  12. worst fit code
  13. Print number of times an input was given, and take the average of the inputs
  14. C++ more efficient than C?
  15. music file in C
  16. Regarding Scanf and other similar functions
  17. [Q]const char *const * ??
  18. char comparison error
  19. out
  20. fetching two numbers separated by a whitespace (noob question)
  21. Problem with cyclic dependency
  22. Left brace on a single line -- Question
  23. C++ Program to read and compare two files
  24. Fast hash lookup
  25. Having troube understanding obfuscated code
  26. getline() and newlines
  27. Number for space character in C
  28. using gets() to output a string to a file in C
  29. How to reduce code length
  30. using the shm_open() function for shared memory access in linux --regarding
  31. How to show accuracy differences?
  32. float/ieee 745
  33. vector/valarray initialization
  34. Problem in using the Graph object in different function
  35. freeing a NULL pointer
  36. Includes In Visual C++ Express
  37. Can 'gprof' show profile info on lib routines such as 'malloc'?
  38. Two Dimensional Array
  39. Regarding Function
  40. coding style
  41. boolean
  42. pointer vs reference
  43. char *
  44. strings
  45. enum
  46. C++ reading from a file
  47. Errors when executing linked program
  48. What's the most efficient way to transform a 2d array into a 2dvector
  49. padding and enums
  50. A* algorithm
  51. Not a number problem
  52. Which function header do you prefer?
  53. if statement problem?
  54. To run dos commands in C programming
  55. size of returning pointer
  56. dynamic multidimensional array question
  57. Displaying .bmps on screen + BitBlt problem
  58. preprocessor question
  59. pointer.
  60. problem in seprating interface from implementation
  61. -atof- function , example from section 4.2 K&R2
  62. Error with typedef inside a class...
  63. Reading BSD system code
  64. string merge
  65. Macro constants
  66. STL map: reverse iterator for lower_bound?
  67. #define constants
  68. changing font properties
  69. Iterators in Java and C++
  70. Not quite standard... but socially acceptable
  71. Is it possible to have two main functions in a c program?
  72. Debug statements
  73. would C be easier to read if...
  74. simple program
  75. K&R2, exercise 4-2
  76. L-value Required Error
  77. Launch Failed No Binaries! Eclipse
  78. Again a simple question about std::vector
  79. how to use the virtual destructor?
  80. Optimization
  81. TCP File Transfer behind NAT
  82. TCP File Transfer behind NAT
  83. TCP File Transfer behind NAT
  84. Read optional data from webserver sent thru HttpSendRequest
  85. to create the pushbuttons in VC++
  86. Problem in creating Graph Object using Boost Graph Library
  87. C- quicksort in-place and non-recursive
  88. to deallocate the memory
  89. cout
  90. How to configure gdb ?
  91. To create folders in c
  92. Error after i set MS access a password
  93. Text Editor Project
  94. Need help with vector matrix
  95. Error while creating and linking libraries
  96. global variables with the same name in different C files
  97. Vector malloc
  98. C compiler version check
  99. need help! replacing substing in a string with another substring
  100. strcat
  101. Try/Catch/Throw...Can't get data read in right, and stuck in an infinite loop!
  102. <string.h> vs <string>
  103. const confusion
  104. A conundrum in C: found this fragment in Steve McConnell's CODECOMPLETE
  105. implementing a generic tree
  106. Recursive function won't compile
  107. C elements of style
  108. Directshow - Extra frames on video capture to file
  109. Accent problem
  110. Accessment of dynamic variables.
  111. Lint free program
  112. Compiling Error
  113. Need of clarification - Thinking in C++ Vol 2 - Practical Programming
  114. Is finding definitions of explicitly specialized template functionscompiler-defined?
  115. Working out best line of fit in C++
  116. C programmers have a phobia of Java/C++ programmers
  117. extern declaration
  118. my doubts in C
  119. opinion poll: who is better programmer navia or heathfield ?
  120. naming convention
  121. How To Use Map Of Maps
  122. ip address naming convention
  123. Any one has problem to access this group
  124. How to parse the file using C++
  125. Printing simple shapes on screen
  126. Strange sintax
  127. Question about function "settimeofday"
  128. Differnce between function pointers and pointers to function
  129. How to convert string into character array
  130. Regular expressions (multiple match problem)
  131. C++ Mailing Server Address
  132. delete POD array - on which platforms does it not work?
  133. solving differential equation
  134. Help, am getting this error C2784 message
  135. Can we do regular expression processing in C ?
  136. basic questions
  137. CRT (C runtime library)
  138. Standard C++ Library
  139. error C2065
  140. Mixing C and C++ Code in the Same Program
  141. Makes it sense to get a copy of the ANSI standard documents?
  142. fgets() and fopen() with "w"
  143. printing doubles and robustness of setw()
  144. Can a poninter of base class hold object of class derived from the derived class
  145. SDL threads and gcc optimization
  146. Disabling printf, enabling something else
  147. creating an array in a function
  148. Priority Queue
  149. Random numbers
  150. how to use functors as ordinary functions argument?
  151. strtok_r or strtok_s
  152. How to save wxListBox contents to a text file?
  153. global pointer variables in C++
  154. More bit shifting issues
  155. Sleep process
  156. GDB debugger problem
  157. C++ capabilities
  158. Making a zone plate in C++
  159. Unicode aware VCL components
  160. warning: use of C99 long long integer constant
  161. hi
  162. forming an ipv6 address string from unsigned char array
  163. any error in the code
  164. Best Prometric Test center in Bangalore (like Microsoft, SunMicrosystems, Exin - ITIL, Dell, HP)
  165. simple question about cout
  166. Fastest way to get minimum of four integer values?
  167. Append values to a vector?
  168. [Makefile]How can I deal with multi-dirs?
  169. static array
  170. How to write scrollbar
  171. C++ byte
  172. File opening
  173. Functions and Arrays (C)
  174. How to print vector element address ?
  175. Compare two binary files
  176. Fist time useing C\C++
  177. font size and saveing/loading
  178. Writing code help
  179. conversion problem int <-> double ?
  180. Reading files word by word
  181. Pointer array / slider question
  182. srand with big numbers
  183. Accessing elements in a stack?
  184. NULL struct at end of declared array of structs
  185. Converting an Input String to a Variable Name
  186. mesothelioma cancer treatment
  187. Multiplication Optimization
  188. How to parse data from a buffer into an array of structs?
  189. Question on adding strings
  190. why do the following crash
  191. how is the do loop in the switch code
  192. netinet/in.h
  193. "dereferencing pointer to incomplete type" error while compiling on VxWorks.
  194. Add as reading from file
  195. Compiling Errors
  196. Word alignment - Why doesn't this crash?
  197. A Log Book
  198. we need some data on line
  199. Whats wrong with my || operator
  200. Dynamic Memory Allocation
  201. difftime
  202. Help to read from EXCEL sheet
  203. file Input question
  204. how to connect database through c++
  205. strcat strncat and strlen
  206. Question about bits (debugging>
  207. How to use GDB watching data in istringstream object
  208. Coding Style
  209. type casting a pointer (to a structure) to a pointer (to a different structure)
  210. sizeof(x)
  211. Strange bit shifting result with gcc - am I missing somethingobvious?
  212. size of dynamic array
  213. Problems with constructors
  214. teen girls
  215. can I define istream_iterator behavior?
  216. Reentrant functions and memory allocation
  217. converting from IPADDRESS string to unsigned char array
  218. ?: as an lvalue
  219. lactating
  220. creating a testfile for catv
  221. Why do they cast it twice?
  222. Quick Q about Vectors
  223. C++ Understanding the find_prime(bool prime[ ]) function below
  224. parsing tree help
  225. parse tree help
  226. The purpose of references to functions
  227. cut a string in file
  228. Character Arrays in C
  229. question on complicated pointer/reference declarations
  230. how to read tab delim file into 2D Array
  231. How does this function call work: functionOne().functionTwo()
  232. Write a callback function in C++ CLI and invoke this function in a native DLL
  233. memory block -> C++ strings
  234. cin space to string ?
  235. std::locale ctor fails (L10n with C++)
  236. c++ introduction
  237. Help! Heap Corruption
  238. break exit what?
  239. Lovely play girl 4
  240. How to do this in most simple way? about list of arrays
  241. What's the best C++ website?
  242. Best C algorithms
  243. prono movies
  244. you to me open
  245. I don't get the compile error
  246. Modular reduction
  247. the game of life
  248. Check unnecessary Header file inclusion
  249. maximum,minimum matrix elements
  250. access formula
  251. "std::endl or "\n" "
  252. Help! Free C memory :(
  253. Socket programming in C..trouble with send and receive
  254. Convert Double to string issues
  255. restrict keyword questions
  256. Latin Square algorithm problem
  257. replace string file
  258. New version of C++ standar
  259. Help with c++ syntax for wxcheckbox
  260. help with counting substings in strings???
  261. C++ pages
  262. Macro to indicate directories in filenames
  263. Public Access Compilers
  264. Mature Sucker
  265. Backtrace function
  266. How to usc GDB watch contents of istringstream object
  267. C++ Highest Concepts
  268. ctype.h for string type?
  269. Strings and arrays
  270. Problems on ActiveX Messages / Events of VC++ 6.0 programming
  271. Include file in a different location
  272. best way to manage the headers..
  273. How to get a string with the solution directory in the code?
  274. Padding bits and char, unsigned char, signed char
  275. Padding bits and char, unsigned char, signed char
  276. string::assign for int type?
  277. Lovely play girl 4
  278. error handlling in C
  279. error handlling in C
  280. How to convert a $(macros) into a string
  281. remove random element from priority queue
  282. Structure padding
  283. CPP
  284. Best book ?
  285. compiling multiple source files
  286. Counting commented lines in C code
  287. Calculation of sine values in C
  288. DEBUGGING problem
  289. Scatologic Dream
  290. case labels
  291. Converting an int into seperated int in C
  292. Which option is better to use
  293. Implementation-defined behaviour
  294. SFINAE
  295. Copy dynamically allocated array of ints
  296. counting vars
  297. pointer problem
  298. Homework assignment
  299. import vs include
  300. best compiler to use on fedora
  301. Too Many Initializers With Visual Studio?
  302. c program help
  303. How to group objects from static library in a section?
  304. Error
  305. error
  306. A binary tree problem
  307. Execute a program from TMainMenu drop down item
  308. Finding Median
  309. mysql connection
  310. C++98 or C++03?
  311. Does STL vector guarantee contagious memory Allocation
  312. About namespace std
  313. UNICODE I/O
  314. Related to including SSE Pentium instructions in C
  315. Inline initialization of a struct containing a string array
  316. World Time Clock software for Windows. Over 500 cities covered.
  317. invoking progressbar in another cpp file
  318. ifstream errors
  319. Problem understanding a line in a code
  320. interesting examples to learn C.
  321. boost::bind
  322. What is #pragma once used for
  323. Reading in bits from a file
  324. Q: BitBlt destination is always "blank" (VC++, .NET)
  325. f(int i) declaration, f(const int i) definition?
  326. Assigning data to member variables in a structure?
  327. std::string to char*
  328. A plea for sanity!
  329. fileno / isatty on C++ stream
  330. How to create variables by using macros
  331. Help, BYTE ConsoleGetString(char *buffer, BYTE bufferLen)
  332. type checking
  333. [winapi] how to get signal from microphone in winapi?
  334. popBack and popFront
  335. simple file compression program
  336. activeX automation: properties, methods and "EVENTS?"
  337. Compile time error
  338. Multiplying money by 100 - loss of pennies
  339. Memory adress of screen
  340. Simple template issue
  341. bus error
  342. Problems with arrays and pointers
  343. SQL Server
  344. Why Destructors in C++ can not be overloaded
  345. Noah's ArcLength (Parametric Curves)
  346. arrays and pointers
  347. Making a C Refactoring Program
  348. I dont understand this syntax
  349. File help
  350. Hi
  351. Trouble with getbyhostname()
  352. {} in assignment
  353. Revesing the elements in a linklist.
  354. Deleting a no. from linklist
  355. files in c++
  356. printf and cout
  357. template specialization
  358. printf and cout
  359. Online C tests
  360. C++ Proxy Class
  361. Programming error
  362. Oracle 10g Backup & Recovery Techniques Poster Options
  363. passing different struct in a linked list using template
  364. question on structures.
  365. Little help with this if statement
  366. c++ primer statement about vectors containing vectors
  367. Getting input the rightway?
  368. what this program do
  369. Looking for Suggestions on Creating Hash Key
  370. unverifiable code
  371. Mixing wav files using C programming
  372. color listbox
  373. Text overlays on simple images
  374. How do I use bsearch() ?
  375. Help me please in using fscanf
  376. IT Shop center
  377. How to use: istreambuf_iterator
  378. Returning pointer from method within code
  379. size limits for string literals
  380. Generic Array Type.
  381. Career in C
  382. URL Encoding API in C++
  383. cherfils
  384. ext4 file structure
  385. Exception has been thrown from the target of an invocation
  386. What is shallow copying
  387. regarding implemenatin of rtp
  388. template function definition in cpp file
  389. How to declare this function...
  390. Working with turbo C database (CDB files)
  391. replace string in byte stream
  392. Is there a ORM Library for c++?
  393. What would be the result...
  394. Porblem in Graph (object oriented) using Boost Graph Library
  395. whats happening here
  396. convert .exe files to .c files
  397. Matrix Multiplication Structure Chart
  398. Reading a register bit
  399. sound card programming
  400. Creating DLL in C
  401. what to do when malloc returns NULL?
  402. how to explain this
  403. cipher problems help please due in 30 minutes
  404. How to eliminate multiple declaration error for a symbol present inboth libs( without modifying libs)
  405. datatype to store both char n int in an array
  406. Help porting app from HP-UX to Linux
  407. how to use the 2 dimensional array, Dynamic Arrays??
  408. strtod( )
  409. Initialising struct in C++
  410. soring of arrays in increasing order
  411. Allegro Question
  412. Clearing Padding in Structure
  413. Function pointer tables
  414. exit loop by break
  415. Structure chart to do matrix multiplication
  416. statement not reached
  417. Function Pointer + Pass Function Name as String
  418. Warning (Anachronism)
  419. NumOfElements containing data in string array
  420. forming an ipaddress string from unsigned char array
  421. finding the same word in 2 sentence
  422. avoid function overloading
  423. Can anyone help me ?
  424. reallocate extra memory
  425. Invoking c function in a c plus plus function...
  426. what array type?
  427. Differeence between binary mode and text mode in C
  428. Convert Font into .C
  429. how to use malloc to allocate memory in c?
  430. Picking the array
  431. Characters for the ASCII Codes
  432. Unable to compile using g++
  433. c++
  434. Text Parser
  435. stream passing errors
  436. array of strings
  437. REading from file
  438. Query about " warning parameter names (without types) in functiondeclaration"
  439. A site where you can have the complete details regarding C++programming language
  440. A tutor for all your programming language needs like C++, Java ....
  441. How to debug C++ code in Visual Studio 2005
  442. username & pin
  443. Time measuring
  444. If statement question
  445. Help with pointer & array
  446. Help with struct
  447. how to find size of unsigned char* ??
  448. Overloaded operator
  449. Predicting
  450. error cannot find function bounds
  451. time.h
  452. Bangalore's Best Prometric Test center (like Microsoft, SunMicrosystems, Exin - ITIL, Dell, HP)
  453. problem in adding array elements
  454. Bit expansion by 2times,3times....10 times
  455. Retrieving Window Handles through TB_GETBUTTON Message.
  456. Unhandle exception in DAO350.dll
  457. file output question
  458. Functions
  459. Downloads
  460. I want to create variable length parameters function in c language like printf()
  461. Help in this program plz.
  462. How to pass unsigned char** to a function?
  463. Dealing With Files
  464. File i/o Question
  465. Issue with binary to ascii conversion
  466. Segmentation fault problem with mysql_query
  467. Nokia N95 for sale
  468. Nokia N95 for sale
  469. cannot run programme
  470. How do i increase the size of the program stack?
  471. How do i increase the size of the program stack?
  472. How does printf() works
  473. Calling a function returns error C2662. Help?
  474. plz help me..
  475. C code for multiple servers
  476. calling function
  477. Using Structs from header file in cpp file
  478. Problem with including files
  479. Recursion Square - HELP!
  480. clearing the data in a file
  481. linking problem... file not recognized: File format not recognized
  482. give some suggestion. thanks
  483. c++ programme for loan adviser
  484. Displaying decimal numbers in C++
  485. Two different char constant arrays storing same data
  486. Type aliases
  487. C++ coding standards
  488. Hungarian notation
  489. Redirect system() output?
  490. Call javascript from c++ (or) vc++
  491. need help to build a recursive function
  492. Unexpected Output when reading a files using read()
  493. maximum size of a program
  494. image processing library
  495. c++ free notes
  496. about float
  497. default template
  498. Conflict with cin & pthread
  499. USB Barcode reader
  500. prpject topic on C
  501. How to store data at a given location
  502. helps 4 remote
  503. Mixing Pointers and Integers in C
  504. simple PRNG?
  505. error PRJ0019: A tool returned an error code from "Performing Post-Build Event..."
  506. error LNK2001: unresolved external symbol "int __stdcall VerQueryValueA(void * const,
  507. LOAD AND EXECUTE using D.O.S. interrups
  508. Creating a symbol table in c++
  509. de facto standard C unit testing framework?
  510. String Getline
  511. show me how to write this array program in C
  512. General purpose Expression Parser
  513. Namespaces in Regards to Files in C++
  514. Convert time_t to char?
  515. printing derivative
  516. main (int argc,char *argv[])
  517. stl::list iterator troubles
  518. sizeof a relative pointer in a struct
  519. How to use GdipDrawString directly?
  520. pointers trivia
  521. Lapack
  522. unable to understand this typedef
  523. Visual C++ help needed
  524. GNU GMP and MPI
  525. How to store the data in buffer
  526. Question about using #pragma pack
  527. initialization of static variable inside a structure
  528. Enum problem
  529. hash_map problem
  530. Text editor
  531. arrays and for loop
  532. Converting Integer to any base
  533. How to get the name of a file inside a folder in Borland C++
  534. cin, cout, matrix, pointers and references :(
  535. struct initialize
  536. Where do I put the file to parse it in Visual Studio '08
  537. Linking with library
  538. simple string question...
  539. include header
  540. Converting Existing Code into a Function
  541. how to compute binomial distribution without overflow?
  542. C++ -- char * having junk characters
  543. C Dynamic structures - Arrays or Lists?
  544. Reverse a number
  545. Online Print Enabled Graphing Utilities
  546. gcd,prime number
  547. Any Method to Determine Endianness at Compile Time ?
  548. Welcome to a complete encylopedia of latest developements in C++ andother microsoft software
  549. SQL server management and C++ / other IT tools encylopedia
  550. Passing values between Lua and C