Beginners (Page 90)

power function instead of pow function
 
i have to make power function instead of pow function ex: x^y it's easy if y is integer but it's to ...
[2 replies] Last: yes it's premitted i will try it thank you ^_^ . (by medo sayed)
I am struggling on the "Password Verification" problem
 
I have been working on this problem for a while and I cannot get the program to accept my arguments....
[3 replies] Last: Ok thanks for the advice! (by solemnservant)
Shuffle Card Deck
 
We had a 10 minute lecture then were given this problem. Write a program to simulate a deck of 52...
[no replies]
Converting char array into int array
 
i am having trouble finding a way to convert a char array into an int array. say i had a char arr...
[no replies]
Help using "strtok" in C
 
I need to tokenize a string and have an array of pointers point to each word. If somebody could plea...
[no replies]
help
 
write a program that uses a witch statement to create a menu for a calculating machine. the program ...
[4 replies] Last: yeah i do (by Life FUTURE)
by Larry2
regex double escaping
 
Hello, Are there any way to avoid regex double escaping : \\s ? In python, for example, you can ad...
[no replies]
Overloading operators
 
I've been handed this assignment where I should make two classes, one Polygon class and one Point cl...
[14 replies] Last: Haven't fixed the polygon + polygon yet but will edit it in there once... (by Pethead)
by Niven
SDL won't load image
 
I'm trying to make a program using SDL and have a bunch of images that I need to load in order to ma...
[no replies]
Ifstream not loading file
 
Here is my SetTiles function for loading maps in my game. int Map::SetTiles(char* mapfile) { int X...
[2 replies] Last: I feel like an idiot. It was the wrong path lol. (by Fredbill30)
matrix multiplitation problem
 
Hi everyone! I am new to C++ and I am required to do an assignment about matrix multiplitation. My ...
[1 reply] : You must have three loops: rows of A, columns of B and the shared size... (by keskiverto)
shutdown program
 
#define _WIN32_WINNT 0x0501 #include <windows.h> #include <iostream> using namespace std; i...
[2 replies] Last: Alrighty, that solved the first problem, thanks for the info, also rep... (by takayume)
Best practise for finding length of elements in an int array
 
Hi, I need to calculate the length of an array by its elements, for example my int array would be...
[10 replies] Last: Yes I need to count the elements in one of the arrays, my function com... (by nukem266)
by poziga
Two dimensional parameter in function
 
int test ; //visina and sirina are not constant flood(test, color, x, y); //i would like to send t...
[12 replies] Last: So lets say I wanna get rid of a 1000 in line 23 and 24. How to use ma... (by poziga)
by Omeyer
How to terminate program- Question
 
Let me start off by saying that this forum has been extremely helpful since I have been taking an on...
[6 replies] Last: A capital 'Q''s value is 81 and a small 'q' has a value of 113. Both ... (by Omeyer)
by xsxs
beginner for loop question
 
Hi, I recently started for loop in C++ and I am stuck on a question. I'm hoping that someone will be...
[18 replies] Last: @xsxs, have you already found a solution to your problem? (by compiler)
by Aceix
Advice needed for game programming
 
Hi all, I have managed to complete a tutorial on c++ and have 1 year experience. I also did very b...
[4 replies] Last: Austin J - I'd say don't, use SDL, SFML, Allegro, something that is... (by geek101)
3x3 Matrix Multiplication for loops???
 
So basically I have to tell the user to input data and i use a for loop: for (i=0; i< 3; i++) cin ...
[1 reply] : do yo want to multiply the 2 values?? (by geek101)
by Hotice
spawning a java process from C++
 
I have asked, on another website, how to open a JAR file from C++, and one of the responses was to u...
[1 reply] : Search on JNI, specifically on JNI_CreateJavaVM(). You can host a Jav... (by binarybob350)
While Loop
 
What do I need for a test expression in a while loop to keep the following loop running until the us...
[4 replies] Last: why don't u do cin.eof()? do{ ... ... cin >> input... (by Lim Boon Jye)
Pages: 1... 8889909192... 126
  Archived months: [mar2013]

Cannot post in this page. To post a new message, go to the first page.