Lost Password?


Go Back   CodeCall Programming Forum > Software Development > C and C++

C and C++ C and C++ forum for discussing all forms of C except for C#. These languages are powerful low level languages used for creating Operating Systems, Device Drivers, compilers and much more.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-28-2007, 08:16 PM
kia kia is offline
Newbie
 
Join Date: Nov 2007
Location: in living in Sharjah (DUBAI) at the dormtory
Posts: 24
Rep Power: 4
kia is on a distinguished road
Send a message via MSN to kia Send a message via Yahoo to kia
Default l realy love programming but i dont know how to study for it

hi everyonr, im computer science student im in my first year in the major. i realy love my major but i dont how to study for it i feel it is not difficult but when start or tring to solve some exercice i dont know from where to start what to do even after studying the cours well,when starting to solve i have the ideas and undrestand the Question but suddenly the idea start mixtting in my mind, and the my problem is when tring to trasse the program here start the night mare.. plz any advic so far thnx alot .
one thing is sure i do love my major

Last edited by kia; 11-28-2007 at 08:20 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 11-29-2007, 12:18 PM
WingedPanther's Avatar   
WingedPanther WingedPanther is offline
Super Moderator
 
Join Date: Jul 2006
Age: 35
Posts: 3,421
Last Blog:
wxWidgets is NOT code ...
Rep Power: 37
WingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to behold
Default

It sounds like you're having an issue with the problem-solving aspect of programming. The best thing you can do is solve LOTS of problems. You can also find problem sites like Sphere Online Judge (SPOJ) - Problems to get additional problems to work on, and see how others solved them.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Programming is a branch of mathematics.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 11-29-2007, 01:09 PM
kia kia is offline
Newbie
 
Join Date: Nov 2007
Location: in living in Sharjah (DUBAI) at the dormtory
Posts: 24
Rep Power: 4
kia is on a distinguished road
Send a message via MSN to kia Send a message via Yahoo to kia
Default

thnx alot Mr WingedPsnther i realy apprciate being intresting to help me thnx alot.i visited the site u gave me it is realy useful thnx again.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 11-29-2007, 01:15 PM
G_Morgan G_Morgan is offline
Guru
 
Join Date: Oct 2007
Age: 24
Posts: 507
Last Blog:
Just over the next hil...
Rep Power: 10
G_Morgan has a spectacular aura aboutG_Morgan has a spectacular aura aboutG_Morgan has a spectacular aura about
Default

Quote:
Originally Posted by kia View Post
hi everyonr, im computer science student im in my first year in the major. i realy love my major but i dont how to study for it i feel it is not difficult but when start or tring to solve some exercice i dont know from where to start what to do even after studying the cours well,when starting to solve i have the ideas and undrestand the Question but suddenly the idea start mixtting in my mind, and the my problem is when tring to trasse the program here start the night mare.. plz any advic so far thnx alot .
one thing is sure i do love my major
It helps if we know what level you are struggling at. Are you struggling with language semantics, tool usage, data structures and algorithms or larger system design. They are all different problems with different solutions.

The first two are unfortunately a case of banging your head against a table until you know it. If you are struggling to use your tools then you'll find yourself fighting that rather than solving problems. Language semantics are another thing, personally I'd keep a cheat sheet of the basic constructs besides you until you feel you know them. Do lots of exercises.

The third part, data structures and algorithms, are theoretical and will be taught to you on your course.

The last bit is a case of a mixture of imagination and process. How much of each depends on the application. I suspect you aren't here yet.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-16-2008, 07:02 AM
kia kia is offline
Newbie
 
Join Date: Nov 2007
Location: in living in Sharjah (DUBAI) at the dormtory
Posts: 24
Rep Power: 4
kia is on a distinguished road
Send a message via MSN to kia Send a message via Yahoo to kia
Default

thnx for being helpfull MR G Morgan actually im in my first year at the unversity and we start with C++, i realy wanna be a good programmer i mean good enougth in everything about computer!
again thnx for ur help!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #6 (permalink)  
Old 01-16-2008, 07:35 AM
G_Morgan G_Morgan is offline
Guru
 
Join Date: Oct 2007
Age: 24
Posts: 507
Last Blog:
Just over the next hil...
Rep Power: 10
G_Morgan has a spectacular aura aboutG_Morgan has a spectacular aura aboutG_Morgan has a spectacular aura about
Default

Well I'd start programming by reading and writing programs. C++ is a language where plenty of people know it so you're fortunate on that count.

I'd take something I was interested in and try writing programs for it. Things that are quite common are text editors, space invaders, etc.

//edit - once you've chosen a language and a project you may want to ask back here for which software libraries to use. For example I'd use SDL (a games library with support for 2D graphics, input devices, sound and that can embed an OpenGL context) for space invaders and GTK+ (a windowing toolkit) for a text editor.//

Last edited by G_Morgan; 01-16-2008 at 07:45 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 01-16-2008, 08:30 AM
kia kia is offline
Newbie
 
Join Date: Nov 2007
Location: in living in Sharjah (DUBAI) at the dormtory
Posts: 24
Rep Power: 4
kia is on a distinguished road
Send a message via MSN to kia Send a message via Yahoo to kia
Default

first of all i realy wanna thnx u 4everything, but to be honest i didnt understand anything from ur message
what do u mean by :"so you're fortunate on that count:".
as i mentioned im newbie in c++ so all ur talk about is realy new for me " space invaders, SDL (a games library with support for 2D graphics, GTK+" this my first time to hear this.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 01-16-2008, 08:37 AM
G_Morgan G_Morgan is offline
Guru
 
Join Date: Oct 2007
Age: 24
Posts: 507
Last Blog:
Just over the next hil...
Rep Power: 10
G_Morgan has a spectacular aura aboutG_Morgan has a spectacular aura aboutG_Morgan has a spectacular aura about
Default

You are fortunate because a lot of people know C++, a lot of other languages will be more difficult to find help for because fewer people know them.

SDL and Gtk+ are libraries. Pre built sections of code you can use in developing your software. For example Gtk+ provides you with things like windows, buttons, text fields, menus, tool bars, etc. SDL is a games library that allows you to draw to the screen, handle things like keyboard presses or mouse movement and it also allows you to output sound. I was giving examples of commonly used libraries, nearly every piece of software will use a library of some sort.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 01-16-2008, 09:09 AM
kia kia is offline
Newbie
 
Join Date: Nov 2007
Location: in living in Sharjah (DUBAI) at the dormtory
Posts: 24
Rep Power: 4
kia is on a distinguished road
Send a message via MSN to kia Send a message via Yahoo to kia
Default

hi seriously i start being crazy how many libraries are in C++, what is libraries?
is :
#include<iostream>
#include<string>
#include<iomanip>
#include<cmath>
.
.
.
.what u mean by libraries
im sorry u ll end by hating me Mr G morgan cause im dont know anything
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 01-16-2008, 11:57 AM
WingedPanther's Avatar   
WingedPanther WingedPanther is offline
Super Moderator
 
Join Date: Jul 2006
Age: 35
Posts: 3,421
Last Blog:
wxWidgets is NOT code ...
Rep Power: 37
WingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to behold
Default

kia: iostream, string, etc are libraries.

A library is a set of pre-built functionality that makes it easier to get things done. For instance, C++ doesn't have a mechanism in the language definition for handling input/output. It does have a library (iostream) that ALL C++ compilers come with to provide that piece of essential functionality.

In addition to the libraries that come with C++, there are others (Boost, wxWidgets, etc) that further extend the capabilities of C++, making your life easier.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Programming is a branch of mathematics.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Beginning Programming frank_l C and C++ 11 10-11-2007 03:23 AM
A General Idea about programming feariel General Programming 3 09-12-2007 08:50 AM
Not sure my college is good for Programming marta General Programming 1 08-17-2007 11:13 AM


All times are GMT -5. The time now is 11:39 AM.

Contest Stats

WingedPanther ........ 2753.6
Xav ........ 2704
Brandon W ........ 1702.32
John ........ 1207.73
marwex89 ........ 1175.24
morefood2001 ........ 966.05
dcs ........ 655.75
Steve.L ........ 475.59
orjan ........ 418.58
Aereshaa ........ 383.54

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 101%


Complete - Celebrate!

Ads