by mudd2
Need in sorting
|
|
[2 replies] Last: How about something like this? #include "stdafx.h" #include <stri... (by kempofighter)
|
by mith
On nested switches
|
|
[2 replies] Last: Well what do you mean by stop? Isn't it supposed to stop at the line ... (by kempofighter)
|
by q12
"Calling" everything
|
|
[3 replies] Last: <duh>Hmm. Maybe you can check out the tutorials on cplusplus.com?</duh... (by PickleMan)
|
by sigutis
*char to char[256]
|
|
[4 replies] Last: Thanks a lot ...clears my doubt ... (by ad126)
|
by zydeoN
Creating program envolving password
|
|
[2 replies] Last: thank you, but i still have a problem. Ive got the errors: unknown e... (by zydeoN)
|
by DrChill
Simple homework
|
|
[5 replies] Last: Thanks very much (very very much) but when I run it it says :3.125e-00... (by DrChill)
|
by persevering
operator ++ for char data type
|
|
[4 replies] Last: For ascii values see http://www.cplusplus.com/doc/ascii.html (by Bazzy)
|
by erandalln
quicksort/qs function runtime error
|
|
[2 replies] Last: Thank you, Bazzy I knew another person's proofread would do the tri... (by erandalln)
|
by omk
Pointers in a class, used in global functions.
|
|
[9 replies] Last: Yeah, I really need to use pointers more I guess. Thx for the help :) (by omk)
|
by berge
not enough to declare in main?
|
|
[5 replies] Last: What signs you get? srand sets the random seed and if you change ... (by Bazzy)
|
by arshad115
i want to return a pointer to a part of array
|
|
[1 reply] : Your friend is right but if you want to use subscripting the right syn... (by Bazzy)
|
by chekosh
can you please create sample program on this problem
|
|
[2 replies] Last: You're not going to laern anything if someone else makes the program f... (by awasteoflife)
|
by Harlequin
Windows programming model
|
|
[1 reply] : http://www.google.com.ar/search?q=windows+programming+model (by helios)
|
by Anta
please answer this question , merci
|
|
[2 replies] Last: I reckon the const and static keywords are two of the most confu... (by guestgulkan)
|
by Duncan
Possession of custom classes
|
|
[2 replies] Last: oh haha so simple thanks :D (by Duncan)
|
by igsen
Loop that outputs the numbers 7 to 0 in that order
|
|
[2 replies] Last: Thanks mcleano, I figured it out. Here goes my code hope beginners lik... (by igsen)
|
by cascade384
pop_back();
|
|
[10 replies] Last: It sounds like the fact that I'm using a pointer creates some issues. ... (by cascade384)
|
by Beginner101
A question
|
|
[3 replies] Last: This code wouldn't actually compile with the Visual C++ 2005 compiler.... (by RedXV)
|
by yawningdog
Building array of objects
|
|
[4 replies] Last: Well, you could definitely pass in a reference to the object and that ... (by RedXV)
|
by berge
read words from inoput, store in a file
|
|
[3 replies] Last: you can use string::find eg: string line; getline(cin,line); if... (by Bazzy)
|