Beginners - April 2012 (Page 64)

by mkb84
reading from file using functions
 
Hi guys just joined the forum this is my first post blah blah.... now that that's out of the way ...
[1 reply] : http://www.cplusplus.com/doc/tutorial/files/ (by Moschops)
How?? very simple question C++
 
How do I put the input between<angle brackets>? I wanna see like that..after prompt the user to e...
[7 replies] Last: What is the question, do you want the number to be enclosed in bracket... (by youngcoder)
Arguments for system()
 
Is it possible to have arguments for the system command. For Example, system(gcc %s, "Main.c"); ...
[1 reply] : Build the whole command into a string. std::string s("echo beans on ... (by Moschops)
can i write GUI apps with one or both
 
I apologize if this question is not meant to be asked in here but can anyone tell me the difference ...
[1 reply] : wxWidgets is a set of libraries - the compiled code and some useful he... (by Moschops)
programming with pic c
 
Hi everyone, I'm trying to set a code using 18F452. This code allows you to save data to an SD c...
[no replies]
Need help voLume of room
 
Hi need some help with the following task: Write a program that wil compute the volume of a room....
[17 replies] Last: Everything you need is already in this post. Someone posted the code ... (by MrHutch)
can i write GUI apps with one or both
 
I apologize if this question is not meant to be asked in here but can anyone tell me the difference ...
[no replies]
CoLab Project.
 
Hey guys I was just wondering if anyone wanted to work on a Collaborative project with me. I'm lear...
[no replies]
how to return multidimensional array
 
how to return multidimensional array that is in the function. in the function ı want to take int...
[8 replies] Last: You can do it for example the following way int main() { int **arr... (by vlad from moscow)
Dynamic Memory Allocation for Single Variables
 
Hi Guys, I was having a little trouble with dynamic memory allocation. Can anyone please tell me wh...
[8 replies] Last: You presume correctly. Oops. =) (by cire)
Beginner program!
 
Ok so im a beginner and dont know alot of stuff yet but i want a project thats just purley time con...
[2 replies] Last: Honestly, as a beginner doing small projects is better. If you take on... (by BHX)
by Xrs2zz
hhh
 
hhh
[7 replies] Last: yw (by Krahl)
trying to get my program to repeat itself
 
I am trying to get my program to repeat itself only if the user wants it to this is what i have co...
[7 replies] Last: wow umm some of that stuff seems a bit out of my reach atm im just sta... (by rawrburst)
by hvigil
Eulidian Algorythim
 
int gcd( int x , int y) { int r = x & y; while (r != 0) { x = y; y = r; r = x % y; ret...
[1 reply] : I think it's simpler than that. The main problem is that you have re... (by Stewbond)
Single Linked List Question
 
Hey everyone, I'm writing a program that uses a single-linked list and I'm running into two hicc...
[5 replies] Last: Well with a stack I can only access the top element of the stack, so ... (by Zhuge)
matrix multiplication with menu
 
/***** The prompt i have is : use a class with 3 member functions named InputMatrix, Calculate, and ...
[no replies]
c++ pointers beginner
 
Hi, I'm new to c++/pointers, I'm having a little hard time with them I'm using VS2010(clr project) ...
[4 replies] Last: Is that method newArr can works for resize dynamic array? (by beyond the time)
class constructor error
 
#include <iostream> //Include input output stream #include <cstring> //Include C type string #inclu...
[4 replies] Last: tried that but it does not solve the problem strtok doesn't like it ... (by Danishx83)
Stream/opening files trouble
 
The given instructions are: Given the availability of a file named numbers write the statements ...
[3 replies] Last: a code snipet would help tydiscloud (by patchesOhulihan)
Displays a vector
 
Hello, I'm having some trouble making a program that asks for any vectors (of any size) and then ...
[5 replies] Last: If you want to use the same code you are already using you could just ... (by Hucaru)
April 2012 Pages: 1... 6263646566
  Archived months: [mar2012] [may2012]

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