by bboy212
c++ golf
|
|
[7 replies] Last: You could just use the comma operator then. not for ifs, whiles, ret... (by hamsterman)
|
by oldnewbie
Data structures using c++
|
|
[3 replies] Last: Thanks for the suggestions and the link. (by oldnewbie)
|
by enliten
Structure initialization using new - c++
|
|
[3 replies] Last: Here is demonstration: #include <iostream> using namespace std;... (by simeonz)
|
by jimmyo88
reading and editing a txt file in console window
|
|
[12 replies] Last: Sorry, yes, EmployeeEdit() is in the declaration of the class. I'v... (by jimmyo88)
|
by Brain7
How to create vector of vector to handle data list
|
|
[4 replies] Last: Look at the string class for ideas about finding each number in the li... (by kooth)
|
by Neb1000
Sudoku solver problem.
|
|
[1 reply] : It would help to see the rest of the code; in particular, the main f... (by Moschops)
|
Chinese Character Issue |
|
[5 replies] Last: Following is the function where PowerBuilder application passing value... (by pareshbhosale)
|
by evinism
Writing to serial port through com3.
|
|
[5 replies] Last: [quote=evinism]Guys, don't be stupid like me and let windows choose yo... (by guestgulkan)
|
by lapoker85
Creating a MENU for my prgoram; Funtion or Class
|
|
[4 replies] Last: # include <iostream> # include <iomanip> # include <conio.h> # incl... (by lapoker85)
|
extended vigenere cipher problem |
|
[2 replies] Last: Wow, thanks very much. That was indeed the problem. I wrote the ruby v... (by iwasinnamuknow)
|
by Mike ekiM
Stl containers Need Fastest Read and write, non random
|
|
[11 replies] Last: Subscripting arrays is the same as incrementing pointers Equivalent e... (by Bazzy)
|
by f00tiefan
Can't figure out slight error
|
|
[11 replies] Last: That fixed it. Thank you (by f00tiefan)
|
by Kuo000
What does fflush() do?
|
|
[no replies]
|
by Helegurbann
String to char convert method(Made by myself) Copyright Helegurbann
|
|
[7 replies] Last: Hmm.This adds finalist letters itself.Why?This is very interesting :) (by Helegurbann)
|
by Vita
How to sort string array alphabetically?
|
|
[1 reply] : A couple of things I noticed... void Citaj() { fstream fajl(... (by m4ster r0shi)
|
by Timbo1
Functions
|
|
[3 replies] Last: Well... Try this: void Populate(int Amount, string TagArray , fl... (by m4ster r0shi)
|
by jammas615
Screen Capture
|
|
[3 replies] Last: In that case you would want a log file. Actuall screen capturing softw... (by Computergeek01)
|
by rohankulk
Knowing data type at run time
|
|
[11 replies] Last: boost::any is wrapper for arbitrary type, which provides value-semanti... (by simeonz)
|
by wendy898911
struct problem
|
|
[11 replies] Last: If I got it right and you are working with files and counting words in... (by bboy212)
|
by spins
problem in assignment operator, with class array
|
|
[4 replies] Last: yes, that makes sence, i understand... now i can continue with my work... (by spins)
|