Beginners - April 2009 (Page 14)

a string that you can remove charecters
 
#include<stdio.h> #include<stdlib.h> #include<string.h> #include<stddef.h> int main() { void rmchr(char s1 , char a); // void rmchr(char s2 , char b); /...
[1 reply] : printf("The string is \"%s\" with %s.\n", s1, a); This should be pri... (by helios)
Functions
 
Help me whats wrong with this program. menufunction.h.h # include <iostream> # include <cstdlib> using namespace std ; int switchstatement (int) ; v...
[5 replies] Last: # include "menufunction.h.h" char MenuInput(char choice)//you should... (by eker676)
What Compiler should I download
 
What is a good easy-to-use compiler to download? I'm a beginner and I'm using Windows XP and Vista on another computer. Thanks
[5 replies] Last: http://www.codeblocks.org/features Someone posted that one the othe... (by kempofighter)
Getline()
 
Where and how would I put a getline(), since the name is a string??? #include<iomanip> #include<iostream> #include<fstream> using namespace std; int m...
[3 replies] Last: The question makes no sense. Edit the post, add tags, and ask a quest... (by kempofighter)
need a function
 
In this portion of my code the user is entering in 76 numbers. However about 75% of them will be 0. My manager said it would be nice if he could just hit ente...
[1 reply] : See http://www.cplusplus.com/forum/articles/6046/ You can tweak the c... (by helios)
Create new file
 
How do I create a new file
[8 replies] Last: I'm not advanced in c++. I haven't even worked with it for a week yet ... (by Mashed Pwntato)
sudoku solver
 
Hi all I'm making a sudoku solver, but there's one problem that is absolutely impossible to track down. I designed my program to run through all the cells, ski...
[5 replies] Last: except that I'm not making a commercial program where nutjobs will inp... (by fatllama)
by masiht
difference between recursive and non recursive
 
Hello, I am studying recursion but I didn't get that how do we know which program is made recursively and which is not .I will be thankfull if someone explains...
[12 replies] Last: Thank you Buzzy and Duoas ! I got it now . (by masiht)
by mdgdoc
New student needs direction
 
Good Day, I am a new student with an issue, I need some direction on this lab assignment. I can't seem to get the hang of functions to work in this program can ...
[3 replies] Last: in you code that you posted you had the functions you wanted to call d... (by jaydr)
by sasha
hello....
 
i'm unable 2 view da replies dat i get for da questionz dat i post here....if i click on da replies...it jus goes back to da msg dat i've posted....how exactly ...
[2 replies] Last: haha (by mcleano)
by rain
How to activate window, and send keys, and click mouse
 
I came up with code that don't work!I am beginner,I wont understand you if you just type "look for x keyword" I need working solution. I want this program to...
[2 replies] Last: That's cool, I've searched the send key code in google and found this ... (by DragoonFighter)
gamma function
 
hey guys i need to use the gamma function in one of my programs wondering if there is a standard one or i have to create my own? thanks guys
[no replies]
gamma function
 
hey guys i need to use the gamma function in one of my programs wondering if there is a standard one or i have to create my own? thanks guys
[no replies]
GUI creating button
 
here im using visual c++ usually we just drag and drop a button on form1.h (header) then double click the button to edit the it as an event handler but how ...
[no replies]
by sasha
hi.....
 
how do i make a "grocery shop " program....which displayz 10 items.... and user can choose any.....and da bill must b calculated....
[2 replies] Last: umm well to do that you would first have to input the items and give a... (by arcadiu)
by home56
Initializing an array
 
If I've initialized an array, or let's say I'm trying to initialize an array, and I'd like to "cout" a portion of the array to make sure I've accomplished this....
[5 replies] Last: Thankyou //End of topic// (by arcadiu)
by sasha
hello....
 
where can i get more programz(questionz ....) for practise in cbse level c++....?
[1 reply] : Sorry but I cant understand what you mean. Do you mean you want to tes... (by arcadiu)
by SJK
RECURSION
 
1) PROGRAM TO PERFORM A BINARY SEARCH ON AN ARRAY USING RECURSION 2) WHAT IS A QUEUE AND A STACK IN C++
[1 reply] : queue and stack are part of the STL http://www.cplusplus.com/referenc... (by Bazzy)
by Dval
toupper syntax
 
I've come across the following code in the book I'm studying. I think this is a typo but I wanted to make sure I'm not missing anything. ====================...
[5 replies] Last: the char type isn't capable of representing as many numerals as an in... (by Bazzy)
How to properly use the strlen function?
 
I have to write a function that accepts a C-string as an argument and returns the length of the C-string as a result. The function should count the number of ch...
[2 replies] Last: Notice: C-strings are character arrays, you are using C++ strings whic... (by Bazzy)
April 2009 Pages: 1... 1213141516... 28
  Archived months: [mar2009] [may2009]

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