Beginners - October 2012 (Page 58)

Help with my loops
 
Hi! I'm trying to write a program that gets the number of years someone has data for and then the am...
[1 reply] : I figured it out... I forgot to initialize my variables like last time... (by cspctec)
Compiler issue when switching computers
 
Whenever i switch computers to work on a project(stored on my flash drive) the code gets corrupted, ...
[1 reply] : This might be because of object file incompatibilities. Different comp... (by drthingums)
by hadis
How to compress Sparze Matrics
 
Hi Does anyone know how I can compress my sparse matrix with the easiest way? and how I have to m...
[no replies]
Functions
 
I dont understand how to make functions or how to get them to work? Please help these are the dir...
[2 replies] Last: your code_not_valid() function is returning a different type then what... (by pogrady)
••FORM HELP••
 
My simple form works on my computer but no other. How do I fix that?
[3 replies] Last: No I am testing it on a vista and my other one worked on a vista. (by Forseth11)
Input emulation
 
How can you make multiple mouse actions in different windows at the same time or without opening the...
[no replies]
Border for 2D array
 
Hi, I have a function below that outputs a matrix (2d array) the output looks like this: 1 2 3 ...
[2 replies] Last: thanks (by enosmac)
C++ Progression
 
#include <iostream> using namespace std; int main () { double d; double startnum; dou...
[7 replies] Last: #include <iostream> using namespace std; int main () { double ... (by DontSeeMinusMinus)
Copy-On-Write example
 
Hi, I want to create a copu-on-write mechanism. I am supposed to have a class (StringHolder), th...
[6 replies] Last: Ok i will give it a shot. But if you don't recommend the map what woul... (by zanklob)
Why do I have to hit ENTER twice here?
 
I have some code that is giving me fits. I need to check that the data entered by the user is an in...
[2 replies] Last: Ah, thanks a lot. Issue resolved :) (by enosmac)
Copy on Write program
 
Hi, I am trying to make copy on write program, but I get a Segmentation fault after my first result...
[2 replies] Last: Yes i am sorry i will delete the second. (by zanklob)
no global operator found
 
error C2677: binary '==' : no global operator found which takes type 'std::string' (or there is no a...
[6 replies] Last: You shall insert a semicolon after the first statement in this code sn... (by vlad from moscow)
Error: "cout" is ambiguous.
 
what do i do to take the red squiggly out from under the cout word when it says it is ambiguous?
[3 replies] Last: Ambiguities will not be the result of neither failing to include " ios... (by closed account zb0S216C)
i want to create N numbers of structures of type rectinfo.........
 
// Aqeel Abbas LW1 week5.cpp : Defines the entry point for the console application. // #include <...
[4 replies] Last: cire :) thnx u brother :) thtz really helping :) i love u...u always... (by Aqeel Abbas)
Error when passing vector as parameter of a function.
 
When I try to call a function that has a vector as a parameter, it produces an error. When I used t...
[13 replies] Last: two prototypes. I fixed the parameters, so it runs now. Thanks for y... (by pandora13star)
Strings
 
I am trying to make a small program, and I would like to know is it possible to make string variable...
[3 replies] Last: http://www.cplusplus.com/reference/string/string/ for everything you w... (by maeriden)
by Aceix
Raster fonts
 
When one says: "a raster font means that the characters are defined as blocks of pixels", what does ...
[2 replies] Last: Thanks for the info. Aceix. (by Aceix)
self-pointer
 
can i make a pointer that points to itself?? i tried it but m not able to write its program..coul...
[14 replies] Last: Please write properly, google fails to translate that. The equivalent... (by ne555)
Linked List
 
the following code gives an error- #include<stdio.h> #include<conio.h> struct NODE { ...
[4 replies] Last: then how memory got allocated? It was not how m i able to use sta... (by maeriden)
by Muggy
Structures Help
 
Hi everyone, I am having trouble working with structs. The objective of the assignment is: In Chap...
[6 replies] Last: Just like maeriden posted. Did you look at my link? It gave you an exa... (by Code Assassin)
October 2012 Pages: 1... 5657585960... 84
  Archived months: [sep2012] [nov2012]

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