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. game of 21, person vs. computer. first closest to 21 without going over wins help fin
  2. how to implement the CFileFind class in c++
  3. vc6 modify process priority
  4. instance project
  5. vc6 get CPU, RAM
  6. Can anyone help me to do these 2 questions ?Thanks a lot for your help~
  7. Linker error for constructor and destructor of CList
  8. can we replace __int64 with something OS independent?
  9. How do I make my keyboard work?
  10. how can i set jump from a function to the main function??
  11. Templated friends syntax
  12. How do I get percentage output from a csh script?
  13. help regarding in c,c++
  14. nuber of occurence of each caractere using tree loops
  15. What is the use of class CTypedPtrArray?
  16. How to use std::fixed
  17. Problem with afxdb.h
  18. Question about including files and a generic header file.
  19. finding the error
  20. how can I write a given SENTENCE in triangle ?
  21. How do you write a function with integers used outside without using globals?
  22. How do I implement RetieveData?
  23. strings
  24. can anyone help me to invert c++ code to c code....
  25. How to Write Antivirus code
  26. where do they store??
  27. Server-Client with this with these functions
  28. struct losing it's value when in a global array
  29. Sorting help
  30. linked list template class doesn't compile
  31. using new/delete in a called function
  32. Array initialization to NULL gives Link error
  33. printf not working for float - how can I convert float on consloe just like integers?
  34. How to get started with C++
  35. Segmentation Fault using fprintf (really weird)
  36. const char *Str_Replace(const char *c, const char *sub, const char *s3)
  37. How do I grab the first Node?
  38. Code that is supposed to find perfect numbers
  39. want to write outstream operator <<, arguments are more than two different types...
  40. How to implement a class
  41. C/C++ code for superimposing two plane
  42. Getting a first basic "Hello World" program working
  43. How to calculate Prescalar and Modulus values for PIT (Programmable Interrupt Timer)
  44. Measuring ADC samples and store in digital - how to calculate?
  45. help writing a c++ code
  46. Does std::string supports wide characters?
  47. Read a Log line by line and show error if codes same
  48. What is the FreeDataChain() function?
  49. How to input text and output binary
  50. How do I apply the 'toupper' to capitalize the first word?
  51. Three simple c++ exercises
  52. what qualitites do loops have in c++, and what do they all have in common?
  53. need help about it
  54. producer consumer program using semaphores
  55. how can I reference a member function using a SET itor
  56. Fix the bug by returning a pointer to an array allocated on the free store(heap)??
  57. can someone give me the codes for bubble sorting in C
  58. simpel c++ questions
  59. Currently doing development using C language, for final product, reduce code size?
  60. how would I represent the following conditions as a boolean expression in C++
  61. Ok, I have an if, and the user enters a value outside of the range.....
  62. Split string into a char array
  63. Signed little-endian-big-endian problems
  64. calculation of crc-16 in C
  65. what is the use of class?why we have to use?
  66. using shmget() in c++
  67. Need newtoan raphson method program in C
  68. How a c string can be splitted by token '\' using strtok?
  69. Initializing static arrays with enum indices
  70. print tabel of roman numerals
  71. How can a folder be locked?
  72. access violation error while trying to memset() the typedef element of the struct
  73. Why the excecution result changes when i try the same code on linux ?
  74. Determining the Time Complexity of code
  75. Format String
  76. Format specifier for double and lond double in C
  77. Finding a vector within another vector?
  78. Examine the following!!
  79. is static storage duration enforced if C is called from a different language?
  80. write a program for the following reqirements ?
  81. I need some translations from C to C++
  82. ms dos 'Move' Command in C
  83. fwrite() efficiency/alternative
  84. Loop count question with spoonfed answer
  85. Struct member only accessible through pointer to struct.
  86. Regarding Active Desktop
  87. C++ with libcurl issue
  88. Could someone please help me fix this problem i've been having with my Windows GUI.
  89. strncpy gives core dump
  90. COM exe running in Local System Account
  91. fwrite in C
  92. Help help!!
  93. Question dealing with Array print commands
  94. Question in Arrays - Give an advice
  95. Need an opinion about C creation array problem
  96. How do you confirm that free executed properly?
  97. Register Higer bits and lower bits
  98. Reading PST file header info using MAPI
  99. Infix to postfix conversion
  100. FFT
  101. Arrays help required
  102. the following Code give me the ('fdollar unrecognazed')
  103. Bool explanation?
  104. How to override standard printf defined in gcc library
  105. void means function doesn't return any value?the program below return value of c?how
  106. Freeing an offset of a dynamic array.
  107. I'm trying to make colums and rows in C++
  108. static declaration of ânopasswd_strâ follows non-static declaration
  109. what do i do to make my program compare price and money deposited?
  110. Trying to extract words
  111. Which one is better and why?
  112. I have a question about Pascal
  113. The Heap?
  114. use queue to Level traverse a tree
  115. Class Implementation
  116. fputc problem
  117. RAW Socks and Loopback
  118. typedef-ing a struct compared to not typedef-ing a struct.
  119. free()ing a pointer
  120. C:\KrugiKorobki.cpp|55|error: invalid operands of types `int' and `double' to binary
  121. Queue using a linked list in c++ which stores a mway tree node
  122. Using C function pointer with c++ member func pointer
  123. Code for finding roots in c programme using Newton-raphson method
  124. Avoiding End-of-line (\n) after using Scanf.
  125. How do you print this large text into a file?
  126. How do I use quicksort in C?
  127. graphics is displayed in different window bgi in dev c++
  128. need help on this inheritance problem about phones..
  129. how to store data in a different class object?
  130. Questions from a starting out C++ gaming programmer
  131. Mulltimap multiple file output
  132. How do I create a C++ program displaying total sales made during the three months?
  133. Unpacking a file which has tokens
  134. C programming
  135. Question No 1
  136. multi sorting in c++
  137. how to copy iostream& data into string?
  138. how to make a simple monthly calendar
  139. Dynamic pointer array to strings
  140. c++
  141. need help on this inheritance problems..
  142. develop bonding and antibonding molecular orbitals of 2s and 2p using c/c++.
  143. graph data structure
  144. C-AVR programming and saving to epprom
  145. software that check if some password is good.
  146. Write a program to find and print a Fibonacci sequence of numbers in assembly
  147. A 2D array wrapped in a structure
  148. Return a 2D array using pointers
  149. Why there is no distinction between signed and unsigned float types?
  150. Calling Webservice from C
  151. 2D arrays in pointer fashion issues
  152. error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before '{' token
  153. Storing words in 2D array from text file
  154. read bits from unsigned int
  155. HELP ME! - Colored graph problem
  156. conditional statements
  157. Simple question about classes...
  158. how to write a "long" value to a text file?
  159. trying to run subroutine from a different file
  160. i dont know what wrong with program..please help me
  161. How can access variable from different class?
  162. How to take input from user and create class object??
  163. i wanted to know do the variables of a structure get atumotatic initialization in C
  164. how to display two timer?
  165. Program to find factorial of 100
  166. que on Pointer to a class instance which is stored in a global variable
  167. Can you use seekp without ios::binary?
  168. can someone plz explain me the ARIA algorithm here..
  169. If something evaluates at 0 in c++ does it make it true or false?
  170. why can't I create an output directory?
  171. measuring RMS Current, RMS Volatge, Power factor - any sample prog in C?
  172. Undefined reference to "sq"
  173. return type for overload operator []
  174. Can we replace a CByteArray object with vector?
  175. how to avoid a value is override for other value in a loop in c++.
  176. disable resizing the column width of a clistctrl (report view)
  177. I'm trying to use a do...while within a do...while in my program...
  178. How do you combine vb and c code
  179. callgrind output
  180. c ++ primer ex 4.34
  181. error "identifier not found" for MIN & MAX .beginner with a advanced program
  182. Counting rows and colums in a flat file
  183. how to get a 32 bit cpu to recognize massive numbers
  184. const int still not enough for case statement?
  185. creating dll for mdi project in vc++ 6
  186. need help setting up a loop?
  187. Requiring & operator for one member of struct, but not for another.
  188. Gtk+ gdk_window_xwindow
  189. best method to convert list of string to vector<int>?
  190. number of elemnts in an array
  191. segmentation fault in using vectors as members of class
  192. inheritance or friendship?
  193. Cygwin sockets: getaddrinfo undeclared
  194. how do i make an if statement repeat itself in c?
  195. how can i access activex control in MFC?
  196. how can i study more about this program?can i get one project for study about this an
  197. how to create wrapper class for selectfile class activex control in MFC?
  198. Recursive Algorithm to display a fir tree
  199. how to combine this? help plz..
  200. when to use recursion and is it better than a function ...in c?
  201. combining two overloads operators
  202. overload operator problem
  203. Help in template
  204. Vending Machine Simulation Successfully Executed, but Logic Errors?
  205. vector<int> to list of str
  206. Playing with Multimap
  207. microsoft foundation class functions
  208. What is the default type & size of a numeric constant in C?
  209. int main error
  210. GetPrivateProfileSection
  211. Create shell namespace extensions for windows
  212. can comment about this and help to check the error. its related to my previous post.
  213. Enter two strings and pass as const char* and char*
  214. decimal places (float/boolean)
  215. Having trouble with pointers
  216. comparing two objects of the same class
  217. What is the reason for this strange floating point result
  218. How to get the http header?
  219. can someone tell what is this question want actually?
  220. need help with constructor
  221. Using sizeof with global structure
  222. Structures
  223. Mapping the data
  224. Cannot call member function without object
  225. float/double
  226. difference between declaration and definition
  227. can anyone help me with this? im really lost..
  228. Having trouble with this source code
  229. about backlog queue
  230. expected `;' before '{' token and expected `}' at end of input
  231. designing proxy in C
  232. Rice grains on a chessboard
  233. Does a compiled C application have the complete standard library?
  234. Using namespace across multiple files
  235. Library
  236. how to use arrays
  237. Macro expansion in Visual Studio
  238. multiplication of long integers
  239. socket and pthread
  240. Can I concatenate a char[] and int?
  241. problem in struct string
  242. SIGSEGV on delete[] problem, recursive function calls
  243. Scope error
  244. TO print sum of series of numbers
  245. skp6.c: In function ‘initList’: skp6.c:48: error: expected expression before ‘)’ toke
  246. Equation 0.05 - 0.04 = 0.01 is not correct?! Help!!!
  247. problem: string in struct
  248. missing initializer?
  249. Using Regex3 on windows
  250. c,c++ help
  251. An allocated double array question
  252. config file
  253. video edit in c++
  254. C++ String encryption /Decryption
  255. Dec C ++ Program will not run
  256. Calculator Question
  257. string in C: confusion
  258. How to verify a preprocessor macros defined with no value
  259. How do I get started in making a guessing game?
  260. definitions of compiler, standard library, standard template library, etc. (c++)
  261. What is warning "C4090"?
  262. Multithreading
  263. i need to use linked lists in my next assignment but am finding it hard declaring one
  264. custom logger allowing streams and logging to file or screen or both
  265. Programming an equation
  266. doubly linked list
  267. can i enter main() within a class in c++?
  268. Rounding form a float to an int in C++
  269. how to read notepad text file data using C++ programm?
  270. how to specify architecture information to gcc
  271. system hash code
  272. simple recursive function: display the first n even numbers
  273. Suppose this might be a noob question:
  274. Hacking protection. How to do that?!
  275. Using __pool_alloc or some other allocator?
  276. cout & cin problem
  277. problem to solve this expression
  278. Compile errors in a MIDL generated _i.c file
  279. Fibonacci's Problem 4.
  280. For loops
  281. bubbleSort
  282. How to convert std:string into basic string
  283. Can we use variable length in printf program
  284. Boolean in C
  285. Is there any limit on the number of conditions to be added in an if stmt
  286. C: swap function (linked list)
  287. Letter question
  288. Stringifying a vector
  289. Help me please { function }
  290. how oracle database connectivity done using c lang.
  291. Which are Best available tool for project development in C programming language
  292. Can we Have ODBC in C Project? How? What are libararies, header files,api's requird?
  293. what is the capapcity fo mmap?
  294. How to use map in shared memory
  295. Beep sound
  296. sorting link list
  297. C programming incorrect encrypting while loop
  298. macro
  299. string
  300. a question I can't find is how do I make a windows form from scratch in C ?
  301. How to send audio data to speaker
  302. Detect if character is number and add delay time
  303. fgets function problem
  304. cout manipulation
  305. Visual Studio Express on 64bit OS
  306. Systray icons
  307. Converting a char to an int
  308. Animation using pure C/Win32
  309. Basic Errors
  310. Passing strings to and from functions
  311. Visual studio debug - set a condition on a particular variable
  312. C create linked list
  313. C programming if statements
  314. Address allignment
  315. subtration of bytes using array of bytes
  316. STL's key_comp()
  317. To Write a Program in C to find the eigen values of a matrix using QR method
  318. create a menu bar with help of functionpointers in c++
  319. oops
  320. linked list
  321. Meaning of desktop application
  322. How to compute given expression using given program ?
  323. What is the use of third argument in bind system call
  324. hello everyone...addition of bytes which s declared as array in private of class
  325. cyclic dependency in template instantiation
  326. Declaration Syntax Error on line 155?
  327. Why are global variables considered bad?
  328. malloc & pointers.
  329. a program of matrix multiplication using pointers in C++
  330. unable to write a object in a file
  331. private virtual
  332. Division (C language)
  333. does C++ standard class string's data function dynamically allocates space?
  334. what is the difference between a reinterpret_cast and static_cast ?
  335. Local Vs Global variabls
  336. How can i communication with USB in C?
  337. for loop is terminated by semicolon... why????
  338. wht function terminated by semicolon??
  339. streams again
  340. size of the data types.
  341. the question is about file streams.
  342. Is it possible to handle a C# COM DLL's events in a VC++ 6 Application?
  343. How to call function from c++ file from one project to another (Visual Studio 2005)
  344. Adding student marks to a Linked List
  345. Data structures
  346. data base connectivity
  347. Anybody have experience/opinions about <iohw.>?
  348. Having a large array
  349. how to return a value true if a given char is a vowel and false if not?
  350. C - How do you assign more than one char to a single case (switch function)
  351. How to expose API from executable?
  352. Write a program for reading a number untill '-1' is entered.
  353. using define label in a string
  354. IP address of host...
  355. Linked lists and arrays
  356. compilations
  357. Help Me Get Up and Running With DLL
  358. How to change an unsigned char array to bit map file in 'C' langauge
  359. freeing memory allocated for char* using malloc
  360. call of nonfunction
  361. c program
  362. Pointer to Member Function
  363. String Concatenation Programe in C/C++
  364. Active Directory Authentication from computer NOT on domain
  365. How to differentiate local copy and global copy of a variable with the same name
  366. difference between buffered and unbuffered stream?
  367. Defining a 1-D array of 2-D Arrays in C
  368. What is UDP1 protocol?
  369. Should i learn Objective C or C++?
  370. c program to find determinant of matrix
  371. Problem with string and 'operator+'
  372. Going through a node and it's children
  373. sub matrix
  374. C++ classes using each other
  375. What is synchronous and asynchronous function?
  376. Why does this code snippet not work in C ?
  377. input and output
  378. [STL] using foreach in member function
  379. INI file reading in C
  380. switch case syntax
  381. scan variable from user .
  382. binary search
  383. loop for finding possible odd divisors
  384. Pointer help
  385. define size of array.
  386. MPI + Parallelization of Image Processing + First Class Functions
  387. CPU Scheduling programs in c
  388. working code stops working
  389. how to save 2 shorts and a bunch of unsigneds in a char* array?
  390. what is the use of standard exception classes??
  391. How to create a Graph with linked-list representation ??
  392. To reperent a number into minimum number of digits
  393. How can I force a derived class to override a base class member variable?
  394. incompatible types in assignment?
  395. what is the difference between unbuffered and buffered stream??
  396. External Static
  397. Where do I get it?
  398. Print number as a sum of sequential numbers
  399. the new c standard
  400. sum calculate
  401. Advanced Allocation/Deallocation in Memory
  402. What is the use of a void* pointer?
  403. a question of iterator
  404. fibonacci sequence
  405. error in c++ progm
  406. I am learning c++ from c++ Primer( Fourth edition). I am writing a program on page
  407. [ANSI C] strtoq implementation for C89...
  408. null char in c
  409. Regd Exchange Server 2007 programming
  410. turbo C
  411. Can't Find Unresolved External Symbol LNK2019
  412. Write a C programme that read 30 integer numbers
  413. Pointer Swap local vs. global func, whats the difference?
  414. modifing .dll file
  415. c++ clinet and php server
  416. Flushing the standard output
  417. how can i delete any of my post from this website??
  418. What is Reentrant function?
  419. can some 1 help me plz???
  420. Array starts at 1 and not 0
  421. greedy colouring of vertices using Welsh Powell algorithm
  422. can i create a basic data type of my own choice??
  423. replace a character
  424. Hide text in a List Control
  425. Data structure
  426. i want a c code for northwest corner method from computational mathematics
  427. Allocating memory to a pointer to an array in another function
  428. Cannot get string input to work
  429. To access the bytes of floating point number
  430. about visual studio editing
  431. Shared memory for communicating between two programs
  432. newb: ways to display an array of pixel information
  433. writing 10 gives 10 and 13
  434. a question of pointer
  435. split char*
  436. Why the prgram crashes when somebody tries to add two pointers?
  437. iterate over tuple
  438. How to remove chars from a string pointer
  439. what is the difference between sprintf and snprintf?
  440. Error in opening serial port in Visual Studio 2005
  441. Math equation
  442. Windows application to the browser
  443. "Best" compiler for windows
  444. look at this
  445. Linker error in Hello World program
  446. Stupid Linker error LNK2019
  447. Splitting large datas into smaller pieces
  448. which increment is usefull
  449. What is CrtIsValidHeapPointer(pUserData)
  450. Is C++ is really faster than C# in terms of processing?
  451. malloc inside while loop
  452. Problem with own class
  453. CString will not go to cout
  454. where is qwidget.h?
  455. usage of system() function
  456. invalid use of nonstatic member
  457. ineed help...
  458. Must elements of a std::vector be contiguous?
  459. How good is your C?
  460. difference between if-then-else and conditional operator?
  461. Problem with standard in copy/ostream_iterator
  462. Displaying Bitmap Images
  463. How to wakeup/interrupt sleep()
  464. How to Compile Aix C++ Codes in Window platform?
  465. Able to write integer to char without cast.
  466. beginners question on unary_function<>
  467. Is C++ Suitable for Avionics? (DO-178B Level A)
  468. Sqlite3 and C++
  469. execute php from c++
  470. a problem of iterator
  471. using RFC2616
  472. error LNK2001: unresolved external symbol
  473. How to detect mouse click in C?
  474. segmentation fault help needed..please.
  475. Need some assistance
  476. A little help with this code!
  477. segmentation fault with fgets
  478. difference between?
  479. Usage: server port?
  480. How to implement cyclic redundency check in C?
  481. C++ progrrame to find the greates integer...
  482. Dinamic Array Allocation problems
  483. Best way to exit a C++ Class Constructor
  484. BEGINNER c++ programmer help please
  485. how much memory does this consume...
  486. question on c++ code
  487. Visual Studio 9 intellisense and .pcp extension source files
  488. Gnutls & libgcrypt - Debian VS Redhat ?
  489. C XML Parser
  490. Is it Possible about embedded tcp stack???
  491. SEGFAULT when declaring input file with ifstream
  492. Read unknown number of strings from a file
  493. 5 erroer in level by level func
  494. Constants Help in C!
  495. pass argument, concatenate string
  496. Confused about this question!!
  497. Storing 15 million items in an array
  498. storing index map in memory
  499. Help with this problem in C language!
  500. performance, boost mmap files, fstream
  501. Help on NCC (Source code analyzer)
  502. Returning an object that contains a pointer to data
  503. How to know the know calling function name by C programme
  504. C learning resource
  505. Linking
  506. Data structure for storing serial port data in firmware
  507. overloading operator
  508. i have problem with this thread...
  509. Looking for a macro equivalent to strlen()
  510. Win32: Detect actual physical memory when /maxmem is present
  511. nee help with linked list to delete duplicates
  512. how to create .msi package with serial number validation?
  513. Question about #ifndef fileName_h???
  514. error while installing
  515. problem with creating .exe file with multiple cpp files
  516. running a c++ program to invoke hyperterminal
  517. Linux Wireless Network Testbed
  518. input and output file (txt file)
  519. in c++ how to compute the value of Pn by this formula
  520. Efficient program ?
  521. How to search the text from indexed file using clucene
  522. Converting grayscale - RGB to other colours
  523. Open file using fopen
  524. Getting Winsock.h instead of Winsock2.h MSVC++ Problem # 2
  525. Error C2040: ... differs in levels of indirection from ... MSVC++ Problem # 1
  526. Getting a float random number in a given range
  527. qt with vc++
  528. coppy image to the cursor variable
  529. Anyone Familiar With Delphi?
  530. display 3D space
  531. Quick Quetion: GetCursorPos()
  532. HEX to DEC
  533. Thread class: need help!
  534. Writing to a file.
  535. "was not declarded in this scope"
  536. Floor and ceil function
  537. R, G, B channels from RGB
  538. Good guides for C++ threads?
  539. two dimimension array...
  540. problem with setupcomm
  541. havin an error, need help
  542. Implementing a forwarding web cache
  543. Sinlge linked List -> Delete Using One Pointer
  544. Max and Minimum value in arrays
  545. Problem with libodbc++
  546. Threading and Sockets
  547. mysql_real_escape_string wrapper problem!
  548. Bit fields in structure vs MACROS - any difference?
  549. Changing the size of an array passed to a function problem!
  550. Speed help