by mcleano
rand()
|
|
[5 replies] Last: Let's just say it will be a while because even once its released it wi... (by jsmith)
|
by omk
deleting a pointer crashes the program.
|
|
[3 replies] Last: ahhhh.... doh. Well, now I learned that! :) (by omk)
|
by Kanner
Initializing pointer location with a constant
|
|
[4 replies] Last: Thanks Duaos, that was it. (by Kanner)
|
by a1sporty15
Restarting computer
|
|
[1 reply] : You may look for info at MSDN: http://msdn.microsoft.com/en-us/librar... (by Bazzy)
|
by dkaip
I just try to copy 2 wide chars to new string
|
|
[1 reply] : You are copying to an uninitialized pointer (s3). (by jsmith)
|
by Beginner101
A problem
|
|
[3 replies] Last: private: string str ; and Dates::Dates() { str =... (by pet)
|
by Alecia
Assistance in writing program
|
|
[13 replies] Last: Thats what you've asked it to do. if (ans=='y') will do the blocks t... (by Umz)
|
by danlley
I can not write else if sentence in C programs
|
|
[2 replies] Last: hi Duoas, you are right, and now the programs goes well, Thank U very ... (by danlley)
|
by jayray23
The Switch Statement
|
|
[3 replies] Last: Thanks for your responses. My code was kinda lousy to start off with (... (by jayray23)
|
by sobi
Sequentially searching arrays in C
|
|
[1 reply] : Your random number generation is a hair off. I slapped the code tog... (by eker676)
|
by jzackt
names will not switch using bubble sort
|
|
[2 replies] Last: yea it works with numbers but i dont see why it cant work with strings... (by jzackt)
|
by Scythe37
What is the code to press enter?
|
|
[5 replies] Last: http://www.gnu.org/software/libtool/manual/libc/Buffering-Concepts.htm... (by Duthomhas)
|
by Cdawg
Problem with NOT using an array
|
|
[3 replies] Last: What exactly are you expected to do? If you need the user to input num... (by Gumbercules)
|
by thekingofbs
Simple guessing game, or a mistake?
|
|
[7 replies] Last: Remove this: #define NEWLINE = \n It is neither necessary nor ... (by seymore15074)
|
by webbywebb
Movies: i am stuck not sure what to do
|
|
[8 replies] Last: i am trying to write a program that continues to accept a movie name (... (by webbywebb)
|
by xxhashxx
Command Line Calculator
|
|
[4 replies] Last: http://en.wikipedia.org/wiki/Reverse_Polish_notation (by eker676)
|
by Precious roy
Services problem
|
|
[1 reply] : hi well after a long surch i found that this works... http://w... (by Precious roy)
|
by onnela
Too many parameters error
|
|
[6 replies] Last: what is the error meesage? right now the only thing i can think of tha... (by jaydr)
|
by wretch
static int vs. static function
|
|
[4 replies] Last: Why is this a problem, anyway? I've seen several posts (and have made... (by wretch)
|
by muddi
How to determine the time taken for any function?
|
|
[2 replies] Last: Thanks, that was useful. But still it shows a zero "0". my code ru... (by muddi)
|