by toddlerj
Creating a user defined .txt file
|
|
[2 replies] Last: Sorry about that, its all set now. (by toddlerj)
|
by nerdycameron
Making a 'Menu' for my math program (1,2)
|
|
[20 replies] Last: bump (by nerdycameron)
|
by kwm12
Urgent..to write a program using Function!
|
|
[2 replies] Last: No, He is not ! Can you help me rewrite the program using functions! ... (by kwm12)
|
by SunSprite
DirectX in CodeBlocks, can't get started
|
|
[2 replies] Last: Does directX not provide tutorials for installing onto code::blocks? I... (by Need4Sleep)
|
by mariam
difficult codes
|
|
[4 replies] Last: About your code: 1. what are the global variables supposed to be for? ... (by Athar)
|
by youngblood1
Loading a data file into a 2-D array
|
|
[1 reply] : double buffer; for(long i = 0; i < 20; i++) for(long j = 0; j < 4; j... (by TheDestroyer)
|
by Mona Azzam
how to write a program ? "for beginners"
|
|
[6 replies] Last: I do know the first few steps as it's my first program to write so it'... (by Mona Azzam)
|
by HuntzaA
Compiler?
|
|
[3 replies] Last: I use code::blocks because of how user friendly it is. Easy to pick up... (by Need4Sleep)
|
by lcmosley
2d array not outputting correctly
|
|
[9 replies] Last: THANK YOU SO MUCH! Thanks to your input I finally finished the program... (by lcmosley)
|
by SUP3RAB3
Merging and sorting vectors.
|
|
[9 replies] Last: while (counter < a.size && b.size) size is a function and therefore ... (by ui uiho)
|
by jamie7823
Switch case 'x': case 'X': in simple form
|
|
[3 replies] Last: You're welcome :) (by TheDestroyer)
|
by bujiko
Counting vowels and consonants in a string
|
|
[11 replies] Last: A actually purposefully avoided using std::string because of premature... (by Duthomhas)
|
by john99
C++ save data in Mysql table
|
|
[no replies]
|
by stuted
STL vector usage
|
|
[3 replies] Last: Woow, never thought I would make so many mistakes, I just felt like sh... (by stuted)
|
by frenchcr
compile error - undefined reference
|
|
[6 replies] Last: so its an undefined reference linker error....do you have any sugges... (by frenchcr)
|
by ironreaper
help with classes
|
|
[no replies]
|
by tejas1995
N number of nested for loops
|
|
[6 replies] Last: void rec_for(int num_of_loops, int some_test_case){ cout << num... (by oonej)
|
by lcmosley
2D Array problem
|
|
[3 replies] Last: Another note about the above reply. As you see, the output is adding t... (by lcmosley)
|
by Algar32
Really tough array question!
|
|
[6 replies] Last: I would remove DaysOfWeek from the enum as it is not a day of the week... (by andywestken)
|
by frenchcr
what to do when missing files from library
|
|
[10 replies] Last: Thanks TheDestroyer, I had to recompile the library to include the mis... (by frenchcr)
|