No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
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, … | |
Re: 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. | |
Re: you need to try it yourself first, and post your code here, and we will help you with the errors. :) | |
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 … |
The End.