by chemser101
test last 4 characters
|
|
[4 replies] Last: If is a char array, try this: if ( !strcmp(".csv", input+strlen(in... (by Bazzy)
|
by matthijs
[question] char to const CHAR*
|
|
[4 replies] Last: no i want it to send back the whole text. but i got an new code that w... (by matthijs)
|
by spoodlz
Problem with passing values. Program ends unexpectedly
|
|
[5 replies] Last: The function that you use to get the age returns an int but that value... (by kenshin)
|
by progfool
Restrict some functions
|
|
[10 replies] Last: right thank you soo much people.......i didnt get that idea from anywh... (by progfool)
|
by Null
Direct access to floppy
|
|
[4 replies] Last: Great article! This gave me idea to make a floppy formater. Thanks! (by Null)
|
by Eng124
c++ project about matrices :S
|
|
[1 reply] : You should eliminate the goto's. (You are simulating function calls an... (by Hammurabi)
|
by nanger
about array in a class
|
|
[1 reply] : Your idea sounds fine. (by jsmith)
|
by gogo
Debug Error
|
|
[1 reply] : all these 3 functions have out of bounds access errors: void CNumber... (by guestgulkan)
|
by angelwarrior
confusion in pointer declarations
|
|
[3 replies] Last: typedef char *pchar char* is considered as datatype pchar is the al... (by helios)
|
by uscuba2
ok what I am missin in this bomb assignment.
|
|
[6 replies] Last: This is easy. Hints: 0xfffffffc(%ebp) is a for loop counter t... (by jsmith)
|
by nanger
what is wrong with these codes?
|
|
[3 replies] Last: it is a little strange that if we declare some variables within a pai... (by Disch)
|
by nanger
about dynamic binding
|
|
[3 replies] Last: ... (by nanger)
|
by plabur
choosing an input file
|
|
[4 replies] Last: hahahahaha.. right... (by writetonsharma)
|
by areyoupp
array and loop problem
|
|
[13 replies] Last: understand thanks IDE10T ;) (by areyoupp)
|
by greentype
Vector inside class
|
|
[4 replies] Last: And at that point, the default member-wise copy copy constructor would... (by jsmith)
|
by murva
Overload istream
|
|
[5 replies] Last: I appreciate the comments, I really take it seriously, because I know ... (by murva)
|
by nanger
an aspect about class
|
|
[6 replies] Last: thanks! (by nanger)
|
by matavaca
how to create a delete option in files
|
|
[1 reply] : on what basis you want to delete a record?? second thing, why are y... (by writetonsharma)
|
by zokho
throw an exception
|
|
[3 replies] Last: If the list is empty, then throw ListEmptyException( /*whatever args... (by Duthomhas)
|
by Lief Webster
Program ends unexpectedly
|
|
[6 replies] Last: Facepalm! LOL! (by Hammurabi)
|