Forum: VB.NET Jan 5th, 2008 |
| Replies: 2 Views: 1,027 Thank you, I will try to implement it...and see..if it works or, I'm trying.....to do zERO code kind of programming....where I dont have o write the code, and just do it using data wizard and add... |
Forum: VB.NET Jan 4th, 2008 |
| Replies: 2 Views: 1,027 Hi,
Please have a look at my attachments...
I wanted to know how this can be acheieved....
I want to bind some colums of my database table with various controls (ex. TextBoxes) and then some... |
Forum: C May 14th, 2007 |
| Replies: 3 Views: 1,775 Thank you very much for your reply. I did it. I allocated memory and free() ed them at the end of function. Its working perfectly now. Thank you very much. |
Forum: C May 14th, 2007 |
| Replies: 3 Views: 1,775 Hi,
This function that I've written works well when compiled under the Turbo C compiler on windows XP but it says Segmentation Fault while it runs on linux after compiling with cc Compiler. I've... |
Forum: C May 6th, 2007 |
| Replies: 15 Views: 4,468 Gosh!!! If I do Illegeal with pointer to the pointer, You might call the MILLITARY....lol :)
Thank You! I have cleared all the bugs related to ILLEGAL POINTER CONVERSIONs and ASSIGNMENTS.... |
Forum: C May 6th, 2007 |
| Replies: 15 Views: 4,468 Dear Geek SALEM,
What you told makes soo much sense. I never knew it before.
Thank you so much for your help.
Mohan Raj! |
Forum: C May 5th, 2007 |
| Replies: 15 Views: 4,468 The lov.txt file is:
How to swim|Tina|Turner|1998|1980.90
How to learn C++|Tim|DelMar|1997|2909.89
How to Crawl|Benicio|Tot|1998|1980.90
How to learn Java|All|Gore|1997|2909.89
How to... |
Forum: C May 5th, 2007 |
| Replies: 15 Views: 4,468 Here is the SAMPLE.C where gets() works absolutely fine. I dont understand why it isnt working in PROGRAM.C
#include<errno.h>
#include<stdio.h>
int getline(char line[], int max)
{
int... |
Forum: C May 5th, 2007 |
| Replies: 15 Views: 4,468 Gosh! Nope! It still doesnt work.....The interpreter jumps at fgets() I dunno why. It doesnt stop to get characters from my Keyboard. Is it because I'm doing it on Laptop??? lol :) ?
Gosh!! The... |
Forum: C May 5th, 2007 |
| Replies: 15 Views: 4,468 If you're having issues with downloading the code you can see it here.
The PROGRAM.C code:
#define TRUE 1
#define MAX_REC_LEN 1024
#define EOF_MARKER 26
#define LF 10
#define CR 13 |
Forum: C May 5th, 2007 |
| Replies: 15 Views: 4,468 Okie Dokie! Let me do that!
Thank You very much. |
Forum: C May 5th, 2007 |
| Replies: 15 Views: 4,468 Hello Geeks!
I have tried real hard trying to figure out the solution for why the getchar() and fputs() arent working in my program. I have already wasted so much time thinking and debugging about... |