General C++ Programming - September 2008 (Page 6)

Calling a Codecave
 
I'm creating a code that modifies live memory on a function, the offset where the data structure is ...
[5 replies] Last: I understood that much. What I am saying is that it isn't that simple.... (by Duthomhas)
by Gregor
young and eager programmer looking for advice
 
Let me startwith the original post title: Which API to use for an graphical application engine ...
[1 reply] : It sounds like your after a 3D Engine with everything there for you to... (by Zaita)
Problem overloading operator new
 
My goal here is to write a small class to keep track of memory I allocate/deallocate so that I can m...
[9 replies] Last: Um, not only is the thread more than a month old, but the author of th... (by jsmith)
How to read data sent from a Joystick?
 
Hi, I am able to detect the joystick device and store the dev in a "usb_device": struct usb_de...
[4 replies] Last: Agreed. (I also meant to mention that last time.) (by Duthomhas)
how to get the prime factor a a given number?
 
please post your reply,
[4 replies] Last: Matanuragi, 1. Please don't post code for people who have not even ... (by jpeg)
The strcmp()!
 
I don't know how to use it.can you help me?
[3 replies] Last: Look at this link: http://msdn.microsoft.com/en-us/library/e0z9k731.as... (by berkcan)
by kinder
two different ways to get the address of an func's argument
 
#include <iostream> //using namespace std; int * j; void f(int * v) { j=v; } int main (...
[7 replies] Last: Correct. (by helios)
by kyn
pico technology
 
For the downloadeded software, I have installed the new update for window xp. However for the update...
[no replies]
by Nandor
Netork
 
Does anyone know tutorials for creating network applications(like sending data from one computer to ...
[2 replies] Last: Thanks Very much! (by Nandor)
by kyn
need coding to solve my project
 
Now im doing a project whereby i need to send the data of the temperature to the gsm modem.However, ...
[4 replies] Last: thanks alot...... your help will be greatly appreciated.... (by kyn)
ifstream/ofstream variable question
 
Here is some code that I have a question about -- It is about the Fname variable. Well I made a prog...
[1 reply] : Once the code opens the file input, you don't need the name anymore, s... (by firedraco)
reading from a text file
 
I have 2500 integer values in my text file. I want to read them to array mapp Why the following ...
[2 replies] Last: Well, it doesn't matter what function you use getline() or get(), it s... (by akira2008)
by HGL
What is the fastest ay to draw an array onto the screen in c++ 3.1?
 
Hey ppl me and my friends were uberbored so we decided to write something in c++ using Borland C++ 3...
[10 replies] Last: I agree that conio.h and getch() and the like are ancient zombie cruft... (by Duthomhas)
adress problem
 
int ar ={3,2,4}; printf("%d",&ar -&ar ); it gave 1 , but I was expecting 4.Because the dista...
[7 replies] Last: ((void *)(ar+1))-((void *)ar) (by helios)
by drac
receiving data from user..?
 
i'm now struggling with the fact that i need the program to get a whole line of text, like of type s...
[1 reply] : Oh, lawl, Spanish. http://www.cplusplus.com/reference/string/getlin... (by helios)
How to reference an array
 
I just bought "The C++ programming language" By Stroustrup and one of the exercises in it says to re...
[17 replies] Last: I have saw the parentheses version of referencing and pointers but nev... (by eker676)
GDK: gdk_setting_get information needed
 
Hy I want to catch the double-click event of a Gtk Widget. It works with g_signal_connect (G_OB...
[1 reply] : I'd check the GTK forums or documentation. (by Zaita)
question about for Loop...
 
hello there c++ experts i just wanna ask question with regard to for loop statement. i have here a s...
[4 replies] Last: ok thanks sir helios for the info. (by jenritz2k3)
keeps gettings errors in this program
 
Can someone please help with this. I keep getting errors. using System; public class Average...
[1 reply] : What the... This is C#! (by helios)
how to make a program of a "simple ordering machine"?
 
we are required to create a program called simple ordering machine just like those in the groceries ...
[1 reply] : If you post what you have so far people will give you pointers on how ... (by Faldrax)
September 2008 Pages: 1... 45678... 11
  Archived months: [aug2008] [oct2008]

This is an archived page. To post a new message, go to the current page.