- Upvotes Received
- 3
- Posts with Upvotes
- 3
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
7 Posted Topics
Hai, This is something to save me and osme other people some time. Basically i need to read data from a text file and put that data in a a web form. It will be easy to read the text file but I don't know how to stuff that information …
Hi there everyone. I wonder if you could help me with my code. It just seems to go into an infinite loop. I would greatly appreciate some help with this. Thanks [CODE]#include<iostream> using namespace std; int qsrt(int array[], int first, int last) { int over = 0; over = first-last; …
Is it possible to convert a process name to a process id in win32. If so how? Thanks
Hi, it's me again lol... Ok i havea windows forms application. I have several classes with pointers to other classes eg: [code=c] class1 { public: function(void); class2* c2; }; class1::function { c2->variable = 3; return 0; } [/code] I think form1 is an object, maybe this is cos i'm a …
Hi guys i'm tyring to delete some elements from a vector. I am trying to delete from 0 to k-1 and from k to the end. That means in theory that only element k should remain. 1) cell[i][j].erase(cell[i][j].begin(),k-1); 2) cell[i][j].erase((cell[i][j].begin()+k+1),(cell[i][j].end())); line 2 does not give me an error, however line …
Hi there, im a c++ noobie. I have a class called node. Node has a data member id. When i try and access id in the obect named f outside of main visual studio 2003 gives me the errors: : error C2065: 'f' : undeclared identifier error C2228: left of …
Hey Becki, Im not that good a coder and this program is unweildy and long but you could implement it like this: [code]#include <iostream> using namespace std; int decimal=0; int input[10]; int i =0; int j; int k=0; int a=0; int power = 1; int convert(void) { i -= 1; …
The End.
Lutzee