Forum: C
Jul 7th, 2006, 11:24 PM
|
|
Replies: 5
Views: 214
|
Forum: C
Jul 7th, 2006, 3:20 PM
|
|
Replies: 5
Views: 214
main(int argc, char *argv[]) is used when...
main(int argc, char *argv[]) is used when arguments need to be passed to your program. Usually this is done from the command prompt, but may also be used when the program is called from another...
|
Forum: C
Jun 14th, 2006, 10:17 PM
|
|
Replies: 16
Views: 399
I think you misunderstand how the server is...
I think you misunderstand how the server is reading data in. If you were to print a tab character between each parameter, the data base should read it in fine. Databases tend to read in...
|
Forum: C
Jun 13th, 2006, 11:20 PM
|
|
Replies: 16
Views: 399
If you are outputting it to the console, you...
If you are outputting it to the console, you could use printf's formatting to output it like you want. If you want it output to a file looking like that, you could have a loop that starts at 0 and...
|
Forum: C++
Jun 13th, 2006, 11:20 PM
|
|
Replies: 32
Views: 975
|
Forum: Java
Jun 12th, 2006, 8:15 PM
|
|
Replies: 12
Views: 298
Jimbo, I don't think that works, unless i'm...
Jimbo, I don't think that works, unless i'm misunderstaning what it is supposed to do. When I put 25 in for num, I get "az", and the 25th one should be 'y', which is 27 away from "az".
OP: You may...
|
Forum: C++
May 23rd, 2006, 10:14 PM
|
|
Replies: 19
Views: 494
|
Forum: Paid Job Offers
Apr 18th, 2006, 8:18 PM
|
|
Replies: 8
Views: 261
I may be interested. I worked on an IM program...
I may be interested. I worked on an IM program for a competition in the area. It sounds like our projects are equally far along in terms of features, except I have some encrpytion of messages built...
|
Forum: C
Apr 10th, 2006, 7:15 PM
|
|
Replies: 14
Views: 340
|
Forum: C
Apr 9th, 2006, 8:33 PM
|
|
Replies: 14
Views: 340
|
Forum: C++
Mar 28th, 2006, 11:03 PM
|
|
Replies: 11
Views: 335
|
Forum: C++
Mar 12th, 2006, 10:22 PM
|
|
Replies: 9
Views: 231
|
Forum: Java
Feb 25th, 2006, 9:27 PM
|
|
Replies: 4
Views: 205
|
Forum: C++
Feb 16th, 2006, 4:02 PM
|
|
Replies: 4
Views: 151
Google is your...
Google is your friend:http://www.google.com/search?client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial_s&hl=en&q=saving+to+a+file+c%2B%2B&btnG=Google+Search
|
Forum: C++
Feb 12th, 2006, 6:02 PM
|
|
Replies: 12
Views: 367
|
Forum: C++
Jan 30th, 2006, 9:22 PM
|
|
Replies: 6
Views: 257
|
Forum: C
Jan 20th, 2006, 3:54 PM
|
|
Replies: 8
Views: 549
|
Forum: C
Jan 14th, 2006, 1:18 PM
|
|
Replies: 10
Views: 332
|
Forum: Java
Jan 12th, 2006, 7:17 PM
|
|
Replies: 17
Views: 459
|
Forum: C++
Jan 12th, 2006, 4:02 PM
|
|
Replies: 6
Views: 227
|
Forum: Java
Jan 11th, 2006, 11:08 PM
|
|
Replies: 17
Views: 459
|
Forum: C++
Jan 10th, 2006, 10:57 PM
|
|
Replies: 11
Views: 447
Use strings or character arrays, your choice. ...
Use strings or character arrays, your choice. Loop through each strand, comparing each base one by one. Then:
1) If the two bases are different, add the base to the diff_base string.
2) If the two...
|
Forum: C
Jan 10th, 2006, 10:50 PM
|
|
Replies: 18
Views: 473
|
Forum: C
Jan 6th, 2006, 3:19 PM
|
|
Replies: 1
Views: 157
|
Forum: C++
Jan 5th, 2006, 11:29 AM
|
|
Replies: 7
Views: 227
|
Forum: C++
Jan 4th, 2006, 10:50 PM
|
|
Replies: 7
Views: 227
|
Forum: C++
Jan 4th, 2006, 10:49 PM
|
|
Replies: 2
Views: 161
|
Forum: C++
Jan 2nd, 2006, 10:59 PM
|
|
Replies: 12
Views: 392
|
Forum: C
Jan 2nd, 2006, 5:17 PM
|
|
Replies: 3
Views: 178
|
Forum: C
Jan 1st, 2006, 4:38 PM
|
|
Replies: 4
Views: 285
Elford: In VS2005, create a new visual c++...
Elford: In VS2005, create a new visual c++ console application. Then, in the left pane, right click your project and click "Add->Existing Item" and click each file and then repeat until they are...
|
Forum: C#
Dec 26th, 2005, 11:54 PM
|
|
Replies: 7
Views: 429
|
Forum: C#
Dec 25th, 2005, 11:36 PM
|
|
Replies: 7
Views: 429
The programs don't actually have to be compiled...
The programs don't actually have to be compiled executables, I could just place the code in a function, I just need a way to open a console window for each one. That aside, the client and the server...
|
Forum: C#
Dec 25th, 2005, 8:49 PM
|
|
Replies: 7
Views: 429
What I am building is a networking application...
What I am building is a networking application that receives data from the server, then based on the first part of the data, sends the information to the console window of the specified program. ...
|
Forum: C++
Dec 25th, 2005, 7:30 PM
|
|
Replies: 24
Views: 629
|
Forum: C#
Dec 25th, 2005, 7:04 PM
|
|
Replies: 7
Views: 429
the best way to pass data between two programs
Hello. Basically, my main program needs to open multiple programs and pass data back and forth between them. Just for your information, the programs were written by myself, so if I need to place...
|
Forum: C++
Dec 25th, 2005, 8:38 AM
|
|
Replies: 27
Views: 603
|
Forum: C++
Dec 24th, 2005, 1:42 PM
|
|
Replies: 27
Views: 603
|
Forum: C++
Dec 13th, 2005, 9:17 PM
|
|
Replies: 7
Views: 306
|
Forum: C
Dec 4th, 2005, 10:10 PM
|
|
Replies: 7
Views: 264
Make an array of structs:
struct StockInfo...
Make an array of structs:
struct StockInfo s[10];
int count;
for(count=0;count<10;count++)
{
printf("Please enter a Stock Name for stock #1.\n");
gets(s[count].sName);
printf("Please...
|
Forum: C++
Dec 3rd, 2005, 11:18 PM
|
|
Replies: 14
Views: 489
|