Forum: C++
Jun 8th, 2008, 3:14 PM
|
|
Replies: 1
Views: 146
Need some help again!
I made a topic some 2 weeks ago about a program i need to do and since then i tried hard using all the help i got and i am about to finish up my program.
My program needs to find 2 files with same...
|
Forum: C++
May 20th, 2008, 2:53 PM
|
|
Replies: 9
Views: 446
Re: File comparison program
Ok thanks for supporting me and helping me so far.I have used google and menaged to write something on my own using some already made programs.I came up with this code:
#include...
|
Forum: C++
May 19th, 2008, 5:15 PM
|
|
Replies: 9
Views: 446
Re: File comparison program
Ok this is a simple code that i made just to test this function
int main()
{
string path,result;
path="C:\\";
result=_findfirst(path)
|
Forum: C++
May 19th, 2008, 7:06 AM
|
|
Replies: 9
Views: 446
Re: File comparison program
Ok, i did a research for those functions and i also found out what recursion is.But maybe i am a bit thick or i can't think straight these days because i can't find out how to use these functions...
|
Forum: C++
May 17th, 2008, 5:41 AM
|
|
Replies: 9
Views: 446
Re: File comparison program
Thanks a lot,just for information i intend on making a program for windows,but just as grumpy suggested i may try to make it useable on more operating systems.
|
Forum: C++
May 16th, 2008, 7:29 AM
|
|
Replies: 9
Views: 446
File comparison program
The end of my first school year as a programmer is closing in.We heave learned the basic things of C++ programming.I have been doing quite good in programming so far and i passed my exam with 9...
|
Forum: C++
Apr 27th, 2008, 12:28 PM
|
|
Replies: 9
Views: 351
|
Forum: C++
Apr 26th, 2008, 3:56 PM
|
|
Replies: 9
Views: 351
Re: Returning to the main function from another
Thanks for the detailed explanation it really helped me to understand it better so i reconstructed my code and compiled it again so it would be like this,the whole program is not written,but this is...
|
Forum: C++
Apr 26th, 2008, 11:25 AM
|
|
Replies: 9
Views: 351
|
Forum: C++
Apr 26th, 2008, 7:06 AM
|
|
Replies: 9
Views: 351
Returning to the main function from another
As the tittle says i want my program to return to the main() from another function if a certain condiction is true.Here is the code:
[code=c++]
#include <iostream>
#include <cmath>
#include...
|
Forum: C++
Apr 17th, 2008, 6:10 AM
|
|
Replies: 11
Views: 471
|
Forum: C++
Mar 30th, 2008, 5:25 PM
|
|
Replies: 11
Views: 471
|
Forum: C++
Mar 30th, 2008, 4:54 PM
|
|
Replies: 11
Views: 471
|
Forum: C++
Mar 30th, 2008, 2:29 PM
|
|
Replies: 11
Views: 471
|
Forum: C++
Mar 30th, 2008, 12:12 PM
|
|
Replies: 11
Views: 471
|