| |
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...
|
21-Apr-2005 03:44
by WaltP
|
0 |
13,661 |
|
|
by ReitaBassist
This is what I've already done:
#include <stdio.h>
#include "simpio.h"
#include "genlib.h"
main()
{
int base, power, mul;
printf("Enter the base");
base=GetInteger();
|
|
1 |
183 |
|
|
by keko
hello everyone,
I'm working with boost graph library, i get this compilation error and i don't know how to fix it, could anyone help me?:
error: expected primary-expression before '.' token
Here is my code :
struct gate_level_t {
|
27-Mar-2009 12:23
by L7Sqr
|
3 |
710 |
|
|
by ReitaBassist
I'm a beginer and well I got stuck:
Write a program that executes multiplication of two integers entered by the user , byusing ONLY the addition operation.
So, for example if the inputs are 3 and 4, the program will execute 3 times addition of
4: 4+4+4.
I just can't figure out how to make it add...
|
|
1 |
161 |
|
|
by disk97
it's hard to understand (a) and (b) to me.
could someone help me? or give a hint.
Create a program that computes all the prime numbers less than 10,000 by storing them in an array and then printing them out, 10 primes to a row. (A prime is a positive integer greater than 1 whose only factors are...
|
|
4 |
236 |
|
|
by EntityReborn
I have been told its a big no-no to pass STL/Boost/Libraries-that-are-in-development across the DLL boundary, due to the app or DLL possibly using a different version than it's counterpart, and would like to follow this guideline.
The problem is, I love vectors, and need to pass one (possibly...
|
|
0 |
406 |
|
|
by EntityReborn
I am having a hard time generating an advanced plugin system of my own design. Well, it works, but in my proof of concept, I run the test twice. The first time it works out fine. The second time, I get a segfault.
The problem boils down to calling one of the exported functions of the plugin...
|
|
1 |
154 |
|
|
by lauriecherie
I've been trying to write a program that uses programmer defined functions. I'm using nedit and I keep getting a message that says "declaration of _____ shawdows a parameter". Any idea as to what I'm doing incorrectly?
|
|
2 |
169 |
|
|
by disk97
Hi, I got problem in my code.
could anyone help me this?
I think this is not that hard for someone but it's hard for me..:(
my purpose and code below;
<purpose>
|
|
5 |
443 |
|
|
by slyslick
Hello everyone. I received some greatly appreciated help here before and now I am stuck and have another issue that I'm hoping someone will be able to help me with. I'm writing a simple integer calculator that supports addition, subtraction, multiplication, modulus, and division. I have to...
|
|
2 |
153 |
|
|
by missy
I am writing a program that reads a file of students test scores in the range of 0-200. Then determine the number of students having scores in each range. 0-24, 25-49, 50-74, 75-99, 100-124, 125-149, 150-174, 175-200. I need to output the score ranges and number of students in that range.
Any...
|
24-Mar-2009 14:06
by missy
|
7 |
218 |
|
 |
by astropirit
Greetings all!
I am attempting to read the contents of a List View Control and store the contents into some kind of a variable.
I have been looking at:
http://msdn.microsoft.com/en-us/library/cc656508(VS.85).aspx
but i have had no luck with this one. Can any one please shed some light on...
|
|
0 |
125 |
|
|
by ericak
I cannot get these functions to work. I do not like functions!
I have to input data from an input file and then output it to an output file. I have that in a function (but the function still has problems). I then have to declare all the variables to be used in another void function. Then I have to...
|
|
7 |
212 |
|
 |
by likeuclinux
Here is the simple code:
<verbatim>
#include <string>
#include <iostream>
#include <fstream>
#include <string>
#include <map>
#include <unistd.h>
|
|
0 |
198 |
|
|
by Ckmoore
I'm wondering how (and if it is possible) to compile multiple files using dev C++ (1 Header file and 2 .cpp files). The files that i'm trying to compile follow:
//header file
#ifndef point
#define point
#include <string>
#include <iostream>
using namespace std;
class point{
public:
|
|
3 |
802 |
|
|
by Denno
Hi all, this is my first post so please be nice :)
I'm not a great programmer, but I seem to be able to get through my uni work alright so far, until now. I've hit a snag.
What we did was create this program that would tell you what day of the week any given day from the start of time was. We did...
|
22-Mar-2009 07:12
by dlp
|
9 |
298 |
|
|
by jake.2008
hi ALL
I have an open-source program GUI
WCopyfind please vist : http://plagiarism.phys.virginia.edu/Wsoftware.html
I want to convert it from Windows app to console app
and Receives the files location such as variables .
I want it work with command.only
please Help me.
|
|
2 |
144 |
|
|
by broset
First posting so go easy on me please.,i am trying to show the total and the average with this program...It adds everything up just fine but the average is always zero.So here it is ..Hope somebody can help..been working on it for hours
#include <iostream>
#include <iomanip>
int main()
{
...
|
|
6 |
161 |
|
|
by Allan
i'm new in using the wxWidgets library version 2.8.9
i'm trying to make a GUI based program that will create a sliding puzzle( 4 x 4 ),
this puzzle is a rumbled number, and the player r will try to move each tile
by clicking the tile, to put the numbers in order.
the output is approximately like...
|
20-Mar-2009 20:17
by Allan
|
2 |
376 |
|
 |
by mandar_999
i have 2 segments
the first line has points whose coordinates are:
(x1,y1) and (x2,y2)
and second line has points whose coordinates are:
(u1,v1) and (u2,v2)
|
|
1 |
443 |
|
 |
by mandar_999
hello friend
i have to find out an intersection point between 2 segments
input will be x & y coordinate of 2 segments
line 1 (AB) ==> x,y coordinate of A & B are given
line 2 (CD) ==> x,y coordinate of C & D are given
how to find out whether these 2 segments intersects each other or not ???????
|
|
4 |
1,190 |