by ad126
pointer query ...
|
|
[3 replies] Last: Thanks.. (by ad126)
|
by token
Different Ways to Write to File
|
|
[3 replies] Last: Yes. It takes less time to write and you don't have to remember to put... (by eker676)
|
by Sabal
Random number generator
|
|
[2 replies] Last: Thanks, this is what i was looking for, i will test it out now (by Sabal)
|
by SAURABH JAIN
STOP POPPING UP OF DOS WINDOW WHILE USING SYSTEM() COMMAND IN C PROGRAM
|
|
[2 replies] Last: CreateProcess(): http://msdn.microsoft.com/en-us/library/ms682425.aspx (by helios)
|
by Steve
Borland C+ compiler install issue!
|
|
[15 replies] Last: Personal Messages. (by helios)
|
by Fishbones
Problem with string getline and alignment
|
|
[no replies]
|
by BertiBoeller
using cin and wcin in the same program
|
|
[no replies]
|
by jp21
asterisk patterns
|
|
[1 reply] : Please use [co de][/co de] tags for code. Makes it so much easier t... (by Disch)
|
by Nath5
Reading from a text file
|
|
[8 replies] Last: Yes it compiles without error and then says cannot open list of words (by Nath5)
|
by audrei
???
|
|
[5 replies] Last: to convert character to integer char c ={" hi"}; int t=atoi(c);... (by quddos)
|
by geeare1
Trouble using execl
|
|
[3 replies] Last: Mmm, also you have a memory stomp. You cannot strcat() anything to ... (by jsmith)
|
by Bodwin
My bugged calculator.
|
|
[3 replies] Last: Thanks Bazzy that worked great. Thanks for the useful tips the program... (by Bodwin)
|
by mando90
need an answer plzzzzz so imppppp
|
|
[3 replies] Last: anyone could tell me (by mando90)
|
by Sabal
Problem with loop/function
|
|
[1 reply] : please use [ code] tags. In your function you have an infinite loop... (by Bazzy)
|
by masiht
functions
|
|
[4 replies] Last: change a2 to be passed by reference: short able(short &a1,short &a2) ... (by Bazzy)
|
by berge
int vs unsigned int
|
|
[5 replies] Last: size_t is a typedef of an unsigned type (by Bazzy)
|
by quddos
Please guide me
|
|
[15 replies] Last: it dont work program doesnt exit . regards quddos (by quddos)
|
by Harlequin
why .h with conio
|
|
[1 reply] : It is because conio doesn't exist. Here is a link I found that gives ... (by kempofighter)
|
by PickleMan
string_replace?
|
|
[4 replies] Last: I am using the win api ini reading functions, i want to turn all ~ int... (by PickleMan)
|
by PickleMan
Concatenating Multiple char* s (unsolved)
|
|
[5 replies] Last: What are you trying to do? Are you trying to set the world record for... (by kempofighter)
|