| |
Rating
Thread /
Thread Starter
|
Last Post  |
Replies |
Views |
|
|
by WaltP
Guidelines for Posting Requests for Help
version 3.1
GIDForums is pleased to provide these forums to help you understand programming techniques and correct programming problems. Following these guidelines will help you post good questions with enough information that we can understand your...
|
|
1 |
6,247 |
|
|
by alice_y
Can i use graphics.h in C using DevC++?
|
|
1 |
394 |
|
|
by Pablo César
Dear colleagues,
I have a BIG headache when I wish to toggle window mode from fullscreen to windowed and vice-versa with DOS applications. I need first to know in which window mode is beeing exhibited in one session. Imeans in WINDOWED mode or FULLSCREEN mode. And I do not know how to do it. Some...
|
|
4 |
407 |
|
|
by vicst197
Hello All,
I have got a problem using delay function sleep() in Borland C++ 4.5
When I try to compile a code (example code below, for example) then I
get an error message:
:Call to undefined function sleep() in function main()
How I could fix it?
|
|
5 |
4,639 |
|
|
by molatelo
Hi,
Can someone help me to Write a C program that will do the following:
• Read in a number of records of your friends’ names and birthdays (string with format <mmdd>). Save it on a binary file. Each record (struct) must also have a record number (sequential and starting at 1) that is generated...
|
|
2 |
337 |
|
|
by vole
What is a magic square? What functions should the programe include?
|
|
1 |
490 |
|
 |
by crazypal
hi all i need the c code or the procedure for converting the floating point number into ascii so that i can display in the hyperterminal or send it to the LCD.
for eg:
float num;
num = 0.01123
i need this variable num is to be converted into ascii so that i can print...
|
|
5 |
3,922 |
|
|
by projectwoa
I am suppose to write a program that loads a txt file containing all the words in the English dictionary into an array. The program then searches through that array for specific words that the user inputs. The program then prints out a message depending on if the word is found or not.
my problem...
|
|
2 |
1,014 |
|
|
by IndioDoido
hi...
Can anyone tell me how to change text color in C?
I'm working on a school project and i would like to change the text color depending on a users level.
|
|
2 |
7,793 |
|
 |
by meili100
I define:
extern const int i2 = 110;
in C++, compiler reports an error as:
error C2205: 'i2' : cannot initialize extern variables with block
What does it mean?
|
|
3 |
384 |
|
|
by s1lang
Hi again
My program is almost finalised now thanks for the help.
However my last problem is that I save my array/league table to a separate file called table.bin
I close the league system then load the previously saved file. Display my league table and all the information is there.
However if I...
|
|
3 |
416 |
|
|
by s1lang
Here is my problem
I have a league system, however to input a teams score, I select the team via input of an int ID number (int) however I need to enter a the Team name (String) from the array.
I cannot get it to work.
Can someone please help me :)
Here is the part of the code that does this...
|
|
6 |
428 |
|
|
by hardeep
Hii i m hardeep. I neet a solution to this problem urgently in c language....
plzzz help me...
there is a helpdesk in a Co. wherein employees of the Co. logs the queries (like after services not available or medical aid required), the request logged by the employee is prioritized on the scale of...
|
|
0 |
281 |
|
|
by nmkarvekar
hi,
Can anyone tell me, how to print bmp image on dot matrix printer using parallel port programming in linux.
my printer is connected to /dev/lp0
When i print simple text using follwing C program in linux,
|
|
0 |
733 |
|
|
by Demid
\\Introduction\\
Hello there from Lithuania! My name is Demid (I am 20)and I think what I'll be the regular guest in this forum ;) I'm studying programming in my colegue 2 years and 2 years left, for now i don't know a lot, I was studying Pascal, Visual Basic but if to say trust I can say what I...
|
12-Apr-2007 00:49
by Demid
|
5 |
359 |
|
 |
by scrasun
I tried to make a simple C program to translate text into ANSI standard binary:
#include <stdio.h>
main()
{
int n;
printf("Type the number of characters you wish to translate(no more than 50)\n");
scanf("%d", &n); /*gets number of characters*/
printf("Type(no more than 50...
|
10-Apr-2007 11:50
by WaltP
|
4 |
388 |
|
|
by berg
Hi!, I´m working with sshdos to make an sftp linux client.
The client connects, list and put files without problem.
But with "get" happends something strange.
With files that have small size (less than 1 K or less), no problem; but when I try to get any file with more size, the applicattion...
|
10-Apr-2007 10:47
by berg
|
0 |
344 |
|
|
by CaCao
Hey there,
I wrote a program but it doesnt work so can someone check it for me?
Qestion:
You are required to write a program that will:
* input a line of text where the words are seperated with single blank,
* use a function countcw to count the number of characters and number of words...
|
09-Apr-2007 17:34
by WaltP
|
2 |
313 |
|
|
by techie82
Hello all
I'm a fresher to Microcontroller programming. I have defined certain global variables that I need to store at consecutive memory locations, say starting from 0x8000h . Will appreciate if anyone can give me the syntax / instructions to go about the same.
thanks
techie
|
|
1 |
808 |
|
|
by auggierich
I am writing a program that uses JNI. I'm writting code in java to read in an image, call the native C code to manipulate the image, the C code will return the image array back to java and java will finish by writing the image back into a file.
I seem to be getting a warning at compile time at my...
|
|
3 |
1,768 |
|
|
by basketball749
Hey all im new as a member but have browsing for a little bit of time since ive had my basic c programming class this semester. im working on this simple calculator and the problem reads:
Write a program to model a simple calculator. Each data line should consist of the next
operation to be...
|
|
8 |
5,057 |