by mamo139
problem in allocatin memory in linux
|
|
[1 reply] : Let's take sprintf(name, "%s\x00", in_name); How is load called? How... (by kbw)
|
by marko1
iostream problem
|
|
[2 replies] Last: I found the solution by myself. The problem is I wrote to the stream u... (by marko1)
|
by wendy898911
need help in string
|
|
[1 reply] : string path=argv ; for(int i=3; i<argc;i++) { string file_name_pa... (by kbw)
|
by behlkush
Best book to learn advanced Templates and STL
|
|
[1 reply] : Two very good books : Advance Templates: C++ Templates: T... (by closed account z05DSL3A)
|
by pyrospade
Reading Frequencies from Wave File
|
|
[6 replies] Last: This guy wrote a library, You don't have to use it if you don't want... (by Zeillinger)
|
by Nisheeth
Checking if value is float or int
|
|
[16 replies] Last: Duoas, you're right. I've missed that... (by Zeillinger)
|
by ambreen
simple C++ program help required !
|
|
[1 reply] : In a loop, read character by getch(), and print that character by typ... (by techie07)
|
Quick Question |
|
[9 replies] Last: ...That's hard to believe. Without the parentheses, you should no long... (by Zhuge)
|
by Blingo
Nightmare Debug Problem
|
|
[7 replies] Last: Can't be any of these two things. I ran the remote debugger several ti... (by Blingo)
|
fstream |
|
[3 replies] Last: Try and see what happens mate (by Acr)
|
by zr870
Simple Encryption Program
|
|
[1 reply] : A few problems to begin with: (1) When opening a file, I believe you m... (by Zeillinger)
|
by leo818
String
|
|
[1 reply] : Go to the reference area of this site and find the section on STL Algo... (by PanGalactic)
|
by AGlass0fMilk
Va list replacement values
|
|
[2 replies] Last: I was looking in the wrong place, thanks. (by AGlass0fMilk)
|
by helasraizam
Overloading extraction operator for private two dimensional variable in three dimensional template
|
|
[10 replies] Last: THAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANK YOUUUUUUUUUUUUU... (by helasraizam)
|
by bigcakes
Problem Passing struct to function
|
|
[3 replies] Last: If you want to do any non-school programming you should probably use D... (by KrahkaMaster)
|
by mdanyjam
Template class LinkedList Problem
|
|
[7 replies] Last: Thanks To all of u Guys... (by mdanyjam)
|
by CrimsonAngel
File block
|
|
[6 replies] Last: thanks for the help kbw! ^ ^ (by CrimsonAngel)
|
by camouser
STL and <algorithm> <numeric> libs
|
|
[1 reply] : 1. http://en.wikipedia.org/wiki/Erase-remove_idiom 2. Isn't the avera... (by kbw)
|
by ashworcp
Using Classes
|
|
[1 reply] : You have to have functions for the class. (by Krakarn)
|
by Radioactive
Question about 'delete'
|
|
[1 reply] : delete and delete operators must know the type of the object. What yo... (by Bazzy)
|