Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~5K People Reached
Favorite Forums
Favorite Tags
c++ x 6
seo x 3
c x 1

4 Posted Topics

Member Avatar for EarendurRingern

i have an assignment to write a C program suing Pointer to count the character or word found in a particular string. i already did it, but i cannot enter the word, its fine with the character. can anybody help me? thx :)[code]#include <stdio.h> #include <string.h> int main (int argc, …

Member Avatar for raptr_dflo
0
1K
Member Avatar for Dha...1

you can try the books in the sticky thread [url]http://www.daniweb.com/forums/thread70096.html[/url]. absolute c++ and c++ programming from problem analysis to program design is also a good.

Member Avatar for rsravi74
0
155
Member Avatar for LloYdZ

you need to try it yourself first, and post your code here, and we will help you with the errors. :)

Member Avatar for EarendurRingern
0
154
Member Avatar for EarendurRingern

im making a program that loads a collection of strings from a file. then the user need to search the keyword using a binarysearch, but im using strings in my program, how to make the program using array of characters? here's my code, thx before :) [code] #include <iostream> #include …

Member Avatar for Ancient Dragon
0
3K

The End.